Git Repo Address Git repo to clone
I.E. https://github.com/parkervcp/repo_name | GIT_ADDRESS | none | nullable|string |
Git Branch What branch to pull from github.
Default is blank to pull the repo default branch | BRANCH | 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 GitHub repo. | AUTO_UPDATE | 0 | required|boolean |
App py file The file that starts the App. | PY_FILE | app.py | required|string |
Additional Python packages Install additional python packages.
Use spaces to separate | PY_PACKAGES | none | nullable|string |
Git Username Username to auth with git. | USERNAME | none | nullable|string |
Git Access Token Password to use with git.
It's best practice to use a Personal Access Token.
https://github.com/settings/tokens
https://gitlab.com/-/profile/personal_access_tokens | ACCESS_TOKEN | none | nullable|string |
Requirements file if there are other requirements files to choose from. | REQUIREMENTS_FILE | requirements.txt | required|string |