41 lines
941 B
YAML
41 lines
941 B
YAML
---
|
|
version: 1.1
|
|
|
|
network:
|
|
incoming_ports:
|
|
redefine: true
|
|
default:
|
|
- 80
|
|
- 443
|
|
|
|
nginx:
|
|
|
|
default:
|
|
redefine: true
|
|
hidden: false
|
|
description: Default reverse proxy domaine name
|
|
help: >-
|
|
If a client access to reverse proxy with an unknown domain name, the
|
|
connexion is redirect to this domain name. By default this variable is
|
|
the first associated service to this reverse proxy
|
|
mode: basic
|
|
|
|
default_http:
|
|
redefine: true
|
|
default: false
|
|
|
|
default_https:
|
|
redefine: true
|
|
default: false
|
|
|
|
certificates_provider:
|
|
description: Type of certificate autority signing external certificates
|
|
mode: basic
|
|
help: >-
|
|
The certificate can be self-signed (therefore invalid by default for the
|
|
client) or obtained via the Let's Encrypt service (generally valid for
|
|
the client)
|
|
default: self-signed
|
|
choices:
|
|
- self-signed
|
|
- letsencrypt
|