66 lines
1.1 KiB
Bash
66 lines
1.1 KiB
Bash
# =====COMMON CONFIGURATION=====
|
|
## Comma-seperated list of domains to generate certs for
|
|
## NOTE: you should only add domains here that aren't used in any of
|
|
## the specific configurations below
|
|
DOMAINS=
|
|
|
|
## Admin email; used for certificates
|
|
EMAIL=
|
|
|
|
## HTTP(S) Port
|
|
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
|
|
|
|
# =====PER-SERVICE CONFIGURATION=====
|
|
# Domain name: domain name that points to the instance
|
|
# Hostname: basically the argument to proxy_pass
|
|
|
|
## Firefly III
|
|
### Domain name
|
|
FIREFLY_DOMAIN=
|
|
### Hostname
|
|
FIREFLY_HOST=firefly_app_1
|
|
|
|
## Koel
|
|
### Domain name
|
|
KOEL_DOMAIN=
|
|
### Hostname
|
|
KOEL_HOST=koel_app_1
|
|
|
|
## Miniflux
|
|
### Domain name
|
|
MINIFLUX_DOMAIN=
|
|
### Hostname
|
|
MINIFLUX_HOST=miniflux_app_1
|
|
|
|
## Monica
|
|
### Domain name
|
|
MONICA_DOMAIN=
|
|
### Hostname
|
|
MONICA_HOST=monica_app_1
|
|
|
|
## Nextcloud
|
|
### Domain name
|
|
NEXTCLOUD_DOMAIN=
|
|
### Hostname
|
|
NEXTCLOUD_HOST=nextcloud_app_1
|
|
|
|
## Portainer
|
|
### Domain name
|
|
PORTAINER_DOMAIN=
|
|
### Hostname
|
|
PORTAINER_HOST=portainer_app_1
|
|
|
|
## Gitea
|
|
### Domain name
|
|
GITEA_DOMAIN=
|
|
### Hostname
|
|
GITEA_HOST=gitea_app_1
|
|
|
|
## Podgrab
|
|
### Domain name
|
|
PODGRAB_DOMAIN=
|
|
### Hostname
|
|
PODGRAB_HOST=podgrab_app_1
|