diff --git a/Images/proxy_mgr.png b/Images/proxy_mgr.png new file mode 100644 index 0000000..5413b20 Binary files /dev/null and b/Images/proxy_mgr.png differ diff --git a/Template/template.json b/Template/template.json index 0dda652..cb81706 100644 --- a/Template/template.json +++ b/Template/template.json @@ -39,7 +39,7 @@ "categories": ["Downloaders", "Tools"], "platform": "linux", "ports": [ - "9117:9117/tcp" + "9117/tcp" ], "volumes": [ {"container": "/config", @@ -2353,5 +2353,24 @@ "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Dashmachine" } ] + }, + { + "type": 1, + "title": "Nginx Proxy Manager", + "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.", + "logo": "https://raw.githubusercontent.com/SelfhostedPro/selfhosted_templates/master/Images/proxy_mgr.png", + "image": "jlesage/nginx-proxy-manager", + "categories": ["Proxy", "Tools"], + "platform": "linux", + "ports": [ + "80:8080/tcp", + "81:8181/tcp", + "443:4443/tcp" + ], + "volumes": [ + {"container": "/config", + "bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Nginx-Proxy" + } + ] } ]