Replies: 1 comment 1 reply
-
This is not an big topic in itself, but why should it be standalone? Isn't the z2m script that you customize in the frontend area enough? For Special Things we use the read -rp command, to set values with sed What do you mean with onboarding? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@MickLesk I'm not well-versed in proxmox at all, but figured an install scripts for WindFront standalone might be worth being investigated.
The very "base" should look something like this as far as I can tell:
I however don't know how variables should be passed to the script by the user properly (I assume this is possible?):
VITE_Z2M_API_URLS=<var1> VITE_Z2M_API_NAMES=<var2>
And the script probably needs a few fixes. I cannot test any of this 😬
Might also be better with alpine instead, lighter.
Let me know what you think.
Feel free to take it, modify it, publish it... 😉
By the way, I was glancing at community-scripts/ProxmoxVE#410 This does not appear to support the new Onboarding feature introduced a while back (would have to remove the .yaml copy from the install script and let Z2M create the default then show onboarding). Is that on purpose (not desired)?
Beta Was this translation helpful? Give feedback.
All reactions