Removed networking, miscellaneous fixes

This commit is contained in:
WilliamMiceli
2019-01-13 16:52:20 -05:00
parent 955ffa2d33
commit 9333421a62
2 changed files with 12 additions and 44 deletions

View File

@@ -20,20 +20,10 @@ catalog:
label: "Public Host Domain"
description: |
The host that Traefik will use to provide public access.
Leaving this empty will disable Traefik on this stack.
default: "HostRegexp:{subdomain:.*}subdomain.domain.tld"
required: false
required: true
type: string
- variable: "WEB_PORT"
label: "Web Port"
description: |
The port to locally access the web interface on.
Leaving this empty will disable opening any port on the host system.
default: "11100"
required: false
type: string # "Int" sometimes causes problems, and not a huge issue
- variable: "DB_ROOT_PASS"
label: "Database Root Password"
description: |