mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 17:30:27 +01:00
chore: update README.md and set --app to none by default
This commit is contained in:
@@ -15,7 +15,7 @@ bash -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/m
|
|||||||
### Command line arguments
|
### Command line arguments
|
||||||
| argument | default | description |
|
| argument | default | description |
|
||||||
|--------------------|----------------------|--------------------------------------------------------|
|
|--------------------|----------------------|--------------------------------------------------------|
|
||||||
| --app | nginx-proxy-manager | application to install |
|
| --app | none | application to install |
|
||||||
| --id | $nextid | container id |
|
| --id | $nextid | container id |
|
||||||
| --os | alpine | OS distribution to install |
|
| --os | alpine | OS distribution to install |
|
||||||
| --os-version | latest | OS version to install |
|
| --os-version | latest | OS version to install |
|
||||||
@@ -52,7 +52,7 @@ sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/mai
|
|||||||
### Command line arguments
|
### Command line arguments
|
||||||
| argument | default | description |
|
| argument | default | description |
|
||||||
|--------------------|----------------------|--------------------------------------------------------|
|
|--------------------|----------------------|--------------------------------------------------------|
|
||||||
| --app | nginx-proxy-manager | application to install |
|
| --app | none | application to install |
|
||||||
| --cleanup | false | Remove dev dependencies after install |
|
| --cleanup | false | Remove dev dependencies after install |
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ while [ "$#" -gt 0 ]; do
|
|||||||
shift
|
shift
|
||||||
done
|
done
|
||||||
|
|
||||||
EPS_APP_NAME=${EPS_APP_NAME:-nginx-proxy-manager}
|
EPS_APP_NAME=${EPS_APP_NAME:-}
|
||||||
if [ -z "$EPS_APP_NAME" ]; then
|
if [ -z "$EPS_APP_NAME" ]; then
|
||||||
log "error" "No application provided" "" 1
|
log "error" "No application provided" "" 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user