mirror of
https://github.com/SelfhostedPro/selfhosted_templates.git
synced 2026-04-02 02:38:27 +00:00
added nginx-proxy-manager
This commit is contained in:
BIN
Images/proxy_mgr.png
Normal file
BIN
Images/proxy_mgr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user