Update apps/nginx-proxy-manager/config.json
Some checks failed
Test / test (push) Has been cancelled
Some checks failed
Test / test (push) Has been cancelled
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
"available": true,
|
"available": true,
|
||||||
"short_desc": "Docker container for managing Nginx proxy hosts with a simple, powerful web interface",
|
"short_desc": "Docker container for managing Nginx proxy hosts with a simple, powerful web interface",
|
||||||
"author": "jc21",
|
"author": "jc21",
|
||||||
|
"hostname": "nginx.alexzaw.dev",
|
||||||
"port": 81,
|
"port": 81,
|
||||||
"categories": [
|
"categories": [
|
||||||
"utilities",
|
"utilities",
|
||||||
@@ -22,7 +23,7 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "HTTP Port",
|
"label": "HTTP Port",
|
||||||
"env_variable": "NPM_HTTP_PORT",
|
"env_variable": "NPM_HTTP_PORT",
|
||||||
"default": "1080",
|
"default": "1180",
|
||||||
"required": true,
|
"required": true,
|
||||||
"hint": "Port for HTTP traffic (mapped to container port 80)"
|
"hint": "Port for HTTP traffic (mapped to container port 80)"
|
||||||
},
|
},
|
||||||
@@ -30,7 +31,15 @@
|
|||||||
"type": "number",
|
"type": "number",
|
||||||
"label": "HTTPS Port",
|
"label": "HTTPS Port",
|
||||||
"env_variable": "NPM_HTTPS_PORT",
|
"env_variable": "NPM_HTTPS_PORT",
|
||||||
"default": "10443",
|
"default": "11443",
|
||||||
|
"required": true,
|
||||||
|
"hint": "Port for HTTPS traffic (mapped to container port 443)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "number",
|
||||||
|
"label": "HTTPS Port",
|
||||||
|
"env_variable": "NPM_WEBUI_PORT",
|
||||||
|
"default": "1181",
|
||||||
"required": true,
|
"required": true,
|
||||||
"hint": "Port for HTTPS traffic (mapped to container port 443)"
|
"hint": "Port for HTTPS traffic (mapped to container port 443)"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user