Merge pull request #8 from SelfhostedPro/initial_setup

Nginx-Proxy-Manager added.
This commit is contained in:
SelfhostedPro 2020-06-03 07:37:45 -07:00 committed by GitHub
commit 92bdbb8838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 1 deletions

BIN
Images/proxy_mgr.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -39,7 +39,7 @@
"categories": ["Downloaders", "Tools"], "categories": ["Downloaders", "Tools"],
"platform": "linux", "platform": "linux",
"ports": [ "ports": [
"9117:9117/tcp" "9117/tcp"
], ],
"volumes": [ "volumes": [
{"container": "/config", {"container": "/config",
@ -2353,5 +2353,24 @@
"bind": "/srv/dev-disk-by-label-media/Files/AppData/Config/Dashmachine" "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"
}
]
} }
] ]