Updating [NGINX-Proxy-Manager](https://github.com/NginxProxyManager/nginx-proxy-manager) to the [`:v3`](https://registry.hub.docker.com/layers/jc21/nginx-proxy-manager/v3/images/sha256-431328a323e7237499b1e80578221734f5e279469e519faed3c41f663b352968) tag, as `:v3-develop` is no longer available.
49 lines
1.4 KiB
JSON
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",
|
|
"image_arm64": "jc21/nginx-proxy-manager:v3",
|
|
"image_amd64": "jc21/nginx-proxy-manager:v3",
|
|
"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/"
|
|
}
|