Git Repository Address The Git repository address to clone . | GIT_ADDRESS | none | nullable|string |
User Uploaded Files Skip all the install stuff if you are letting a user upload files.
0 = false (default)
1 = true | USER_UPLOAD | 0 | required|boolean |
Auto Update Pull the latest files on startup when using a Git Repository.
0 = false (default)
1 = true | AUTO_UPDATE | 0 | required|boolean |
Main file The main file passed to the bun run command | MAIN_FILE | index.js | required|string |
Additional Bun Packages Install additional bun packages.
Use spaces to separate | BUN_PACKAGES | none | nullable|string |
Uninstall Bun Packages Uninstall bun packages.
Use spaces to separate | RMBUN_PACKAGES | none | nullable|string |
Git Branch The Git branch to install. | BRANCH | none | nullable|string |
Git Username Git username for authentication. | USERNAME | none | nullable|string |
Git Access Token Git access token for authentication. | ACCESS_TOKEN | none | nullable|string |