Files
pi-hosted/template/apps/nginx-proxy-manager-v3.json
Robert Middleswarth 7e9788b95e Fix Typo
2022-10-26 20:01:25 -04:00

49 lines
1.4 KiB
JSON

{
"categories": [
"Proxy",
"Tools"
],
"description": "[DEVEL] Not ready for production. 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",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
},
{
"default": "America/New_York",
"label": "TZ",
"name": "TZ"
}
],
"image_arm32": "jc21/nginx-proxy-manager:v3-develop",
"image_arm64": "jc21/nginx-proxy-manager:v3-develop",
"image_amd64": "jc21/nginx-proxy-manager:v3-develop",
"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/proxy_mgr.png",
"name": "nginx-proxy-manager-v3",
"officialDoc": "https://nginxproxymanager.com/setup/",
"piHostedDoc": "nginx_proxy_manager.md",
"platform": "linux",
"ports": [
"80:80/tcp",
"81:81/tcp",
"443:443/tcp"
],
"restart_policy": "unless-stopped",
"title": "Nginx Proxy Manager v3 [DEVEL] NOT READY FOR USE",
"type": 1,
"videoID": "N.09",
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/nginx-proxy-manager-v3/data",
"container": "/data"
}
],
"webpage": "https://nginxproxymanager.com/"
}