tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
13.47k stars 2.1k forks source link

Dashy lxc failed to install #2614

Closed LocoR9 closed 7 months ago

LocoR9 commented 7 months ago

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

`yarn install v1.22.21 [1/5] Validating package.json... [2/5] Resolving packages... [3/5] Fetching packages... [4/5] Linking dependencies... warning " > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-import@^2.22.1". warning " > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-jsx-a11y@^6.4.1". warning " > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-react@^7.21.5". warning " > eslint-config-airbnb@18.2.1" has unmet peer dependency "eslint-plugin-react-hooks@^4 || ^3 || ^2.3.0 || ^1.7.0". warning "eslint-config-airbnb > eslint-config-airbnb-base@14.2.1" has unmet peer dependency "eslint-plugin-import@^2.22.1". warning " > sass-loader@7.3.1" has unmet peer dependency "webpack@^3.0.0 || ^4.0.0". warning Workspaces can only be enabled in private projects. [5/5] Building fresh packages... Done in 28.82s. yarn run v1.22.21 $ NODE_OPTIONS=--openssl-legacy-provider vue-cli-service build /usr/local/bin/node: --openssl-legacy-provider is not allowed in NODE_OPTIONS error Command failed with exit code 9. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

[ERROR] in line 42: exit code 0: while executing command $STD yarn build`

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

No response

tteck commented 7 months ago

Looks like v2.1.2 broke things. https://github.com/Lissy93/dashy/issues

Going to set static version 2.1.1

Breaking Changes (moving to /opt/dashy)

Nexow91 commented 6 months ago

I have a problem with the 2.1.1 because it was set statically how do I downgrade to 2.1.0 ?

tteck commented 6 months ago

What issues are you having with version 2.1.1?

Nexow91 commented 6 months ago

What issues are you having with version 2.1.1?

That the authentication against the Dashy login works but no administrative rights are used. This means, for example, that it is not possible to initialize a change in the config.yml file. The config contains the admin type "admin" but I am logged in as a user and therefore cannot change anything.

tteck commented 6 months ago

Have you followed the instructions?

Screenshot 2024-03-24 7 03 33 AM

Nexow91 commented 6 months ago

no access with my config (admin user type"

image image

tteck commented 6 months ago

Installing to test...

tteck commented 6 months ago

Created a new Dashy LXC Made changes in "interactive mode", saved the changes to the disk, selected "update configuration" and hit "rebuild application" Works as intended here

Screenshot 2024-03-24 7 30 27 AM

Nexow91 commented 6 months ago

Thanks for the feedback, did you create users in Conf.yml with the "type" "admin" as I noted in the screenshot above? Because then the execution or saving (Rebuild Application" does not work. It must also work without the interactive mode.

image image

SHA256 https://github.com/Lissy93/dashy/wiki/authentication/b2e548c97559860f3c3938215734be40b503de2d

tteck commented 6 months ago

Yes, I used https://passwords-generator.org/sha256-hash-generator to generate the hashed password

tteck commented 6 months ago

Besides, this is not a script Issue.

tteck commented 6 months ago

You have to login after creating an admin user (top right).

Nexow91 commented 6 months ago

i have registered and it still doesn't work. i didn't say it was a script problem but that the script takes me to a newer version which according to dashy github is causing problems, hence my request for a version selection or downgrade