From a828d066094b1b0f9ddcb9a2b27da7a1e971a81e Mon Sep 17 00:00:00 2001 From: Robert Middleswarth <72569+rmiddle@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:13:01 -0400 Subject: [PATCH] Make it clear the v3 is alpha --- template/apps/nginx-proxy-manager-v3.json | 4 ++-- tools/install_authentik.sh | 0 tools/install_pixel-server.sh | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 tools/install_authentik.sh mode change 100644 => 100755 tools/install_pixel-server.sh diff --git a/template/apps/nginx-proxy-manager-v3.json b/template/apps/nginx-proxy-manager-v3.json index aea8f51..86ffaa3 100644 --- a/template/apps/nginx-proxy-manager-v3.json +++ b/template/apps/nginx-proxy-manager-v3.json @@ -3,7 +3,7 @@ "Proxy", "Tools" ], - "description": "Nginx Proxy Manager v3 Develop enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template", + "description": "[Alpha] Nginx Proxy Manager v3 Develop enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt. Please see the install document at https://github.com/pi-hosted/pi-hosted/tree/master/docs installing the template", "env": [ { "default": "1000", @@ -35,7 +35,7 @@ "443:443/tcp" ], "restart_policy": "unless-stopped", - "title": "Nginx Proxy Manager v3 Develop", + "title": "Nginx Proxy Manager v3 [ALPHA] Develop", "type": 1, "videoID": "N.09", "volumes": [ diff --git a/tools/install_authentik.sh b/tools/install_authentik.sh old mode 100644 new mode 100755 diff --git a/tools/install_pixel-server.sh b/tools/install_pixel-server.sh old mode 100644 new mode 100755