Replies: 2 comments 4 replies
-
Habe a look at our wiki, or the cpntributing guide :) |
Beta Was this translation helpful? Give feedback.
4 replies
-
https://github.com/community-scripts/ProxmoxVE/blob/main/.github%2FCONTRIBUTING.md https://github.com/community-scripts/ProxmoxVE/tree/main/.github%2FCONTRIBUTOR_GUIDE |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
One thing that I like about these scripts is that they don't require me to install an OS and then run a script.
What I think would be a good idea (and I'm assuming someone knowledgable would be really easy to create) would be a Wiki that teaches you to create your own bash scripts that use the build function
source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func)
As an example, I have a bash script that builds a webserver with all the custom fields that I need. Currently I use the community debian script and then run the bash script that i host on github after the fact.... I would like to have both tasks combined
From what i can tell all that would be required in my script would be the highlighted areas, im not 100% though how I would add my actual script in this file

Beta Was this translation helpful? Give feedback.
All reactions