mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-11-23 09:20:23 +01:00
chore: add README for app
This commit is contained in:
17
apps/nginx-proxy-manager/README.md
Normal file
17
apps/nginx-proxy-manager/README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Nginx Proxy Manager install script
|
||||
|
||||
## Usage
|
||||
|
||||
```sh
|
||||
sh -c "$(wget --no-cache -qO- https://raw.githubusercontent.com/ej52/proxmox/main/install.sh)" -s --app nginx-proxy-manager
|
||||
```
|
||||
|
||||
Run the command above to install or update [Nginx Proxy Manager](https://nginxproxymanager.com/)
|
||||
|
||||
***Note:*** _Only Alpine(3.12+), Debian (11+) and Ubuntu(18+) are currently supported_
|
||||
|
||||
### Command line arguments
|
||||
| argument | default | description |
|
||||
|--------------------|----------------------|--------------------------------------------------------|
|
||||
| --app | none | application to install |
|
||||
| --cleanup | false | Remove dev dependencies after install |
|
||||
Reference in New Issue
Block a user