From beb043eac1e17ee557bbe6bcad906e2f8ff126d4 Mon Sep 17 00:00:00 2001 From: Elton Renda Date: Mon, 4 Dec 2023 12:23:18 +0200 Subject: [PATCH] chore: add README for app --- apps/nginx-proxy-manager/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 apps/nginx-proxy-manager/README.md diff --git a/apps/nginx-proxy-manager/README.md b/apps/nginx-proxy-manager/README.md new file mode 100644 index 0000000..415c78f --- /dev/null +++ b/apps/nginx-proxy-manager/README.md @@ -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 | \ No newline at end of file