浏览代码

Merge branch 'npm' of github.com:rmiddle/pi-hosted into npm

Robert Middleswarth 3 年之前
父节点
当前提交
23f7375bf7

+ 3 - 0
docs/README.md

@@ -33,6 +33,9 @@ You're done! Now just click App Templates and deploy applications!
 
 [![Pi-Hosted Playlist](https://i.ytimg.com/vi/cO2-gQ09Jj0/hqdefault.jpg?sqp=-oaymwEXCNACELwBSFryq4qpAwkIARUAAIhCGAE=&rs=AOn4CLAfgdX8HlHas2CddSmgwJzergnTzQ)](https://www.youtube.com/watch?v=cO2-gQ09Jj0&list=PL846hFPMqg3jwkxcScD1xw2bKXrJVvarc)
 
+### Addition Documentation can be found in the Docs Folder
+https://github.com/novaspirit/pi-hosted/tree/master/docs
+
 ### Contributors
 
 See the list of [contributors](https://github.com/novaspirit/pi-hosted/graphs/contributors) who participated in this project.

二进制
docs/images/nginx-proxy-manager-AppTemplates-Deploy.png


二进制
docs/images/nginx-proxy-manager-AppTemplates.png


二进制
docs/images/nginx-proxy-manager-Edit-User.png


二进制
docs/images/nginx-proxy-manager-Login.png


二进制
docs/images/nginx-proxy-manager-Menu-Add-Proxy-Host.png


二进制
docs/images/nginx-proxy-manager-New-Proxy-Host-SSL.png


二进制
docs/images/nginx-proxy-manager-New-Proxy-Host.png


二进制
docs/images/nginx-proxy-manager-Password-Change.png


二进制
docs/images/nginx-proxy-manager-Stack-Details.png


+ 1 - 0
rpi_nginx-proxy-manager.sh → nginx-proxy-manager.sh

@@ -12,3 +12,4 @@ sudo mkdir -p /portainer/Files/AppData/Config/nginx-proxy-manager/database || er
 echo "Creating a blank nginx-proxy-manager config files"
 sudo touch /portainer/Files/AppData/Config/nginx-proxy-manager/config.json || error "Failed to touch config.json file!"
 echo "Setup complete. You can now install the stack using the App Template."
+

+ 1 - 1
pi-hosted_template/template/portainer-v2.json

@@ -1283,7 +1283,7 @@
 				"Proxy",
 				"Tools"
 			],
-			"description": "Nginx Proxy Manager 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.",
+			"description": "Nginx Proxy Manager 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.  Requires running the script rpi_nginx-proxy-manager.sh before installing the template",
 			"logo": "https://raw.githubusercontent.com/novaspirit/pi-hosted/master/pi-hosted_template/images/proxy_mgr.png",
 			"name": "nginx-proxy-manager",
 			"platform": "linux",