Fixed Rancher questions
This commit is contained in:
@@ -24,7 +24,7 @@ services:
|
|||||||
traefik.web.frontend.headers.SSLRedirect: true
|
traefik.web.frontend.headers.SSLRedirect: true
|
||||||
traefik.web.frontend.headers.STSPreload: true
|
traefik.web.frontend.headers.STSPreload: true
|
||||||
traefik.web.frontend.headers.STSSeconds: 15552000
|
traefik.web.frontend.headers.STSSeconds: 15552000
|
||||||
traefik.web.frontend.rule: Host:${TRAEFIK_HOST}
|
traefik.web.frontend.rule: Host:${TRAEFIK_HOSTNAME}
|
||||||
traefik.web.port: "8080"
|
traefik.web.port: "8080"
|
||||||
### End Web Segment
|
### End Web Segment
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -17,35 +17,26 @@ catalog:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "TRAEFIK_HOST"
|
- variable: "TRAEFIK_HOSTNAME"
|
||||||
label: "Public Host Domain"
|
label: "Public Hostname"
|
||||||
description: |
|
description: |
|
||||||
The host that Traefik will use to provide public access.
|
The FQDN which Traefik should use to provide public access.
|
||||||
Leaving this empty will disable Traefik on this stack.
|
|
||||||
default: "subdomain.domain.tld"
|
default: "subdomain.domain.tld"
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
|
|
||||||
- variable: "WEB_PORT"
|
|
||||||
label: "Local Web Port"
|
|
||||||
description: |
|
|
||||||
The port to locally access the web interface on.
|
|
||||||
default: "10700"
|
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
- variable: "DB_ROOT_PASS"
|
- variable: "DB_ROOT_PASS"
|
||||||
label: "MySQL Root Password"
|
label: "Database Root Password"
|
||||||
description: |
|
description: |
|
||||||
A secure password to be used by the "root" MySQL user.
|
A secure password to be used by the "root" user.
|
||||||
# default:
|
# default:
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|
||||||
- variable: "DB_USER_PASS"
|
- variable: "DB_USER_PASS"
|
||||||
label: "MySQL User Password"
|
label: "Database User Password"
|
||||||
description: |
|
description: |
|
||||||
A secure password to be used by the "guacamole_user" MySQL user.
|
A secure password to be used by the "guacamole_user" user.
|
||||||
# default:
|
# default:
|
||||||
required: true
|
required: true
|
||||||
type: password
|
type: password
|
||||||
|
|||||||
Reference in New Issue
Block a user