You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docker-bibliogram/nginx.env.example

28 lines
488 B

# Domain name used for myip (this parameter is required)
# Note: issue the domain NAME only
# CORRECT -> sub.domain.tld
# WRONG -> http://sub.domain.tld
BG_HOSTNAME=
BG_ADDR=bibliogram
BG_PORT=10407
4 years ago
NI_HOSTNAME=
4 years ago
NI_ADDR=nitter
NI_PORT=8080
3 years ago
OMG_HOSTNAME=
OMG_ADDR=omgur
OMG_PORT=8080
3 years ago
INV_HOSTNAME=
INV_ADDR=invidious
INV_PORT=3000
NGINX_LISTEN_PORT=80
# Reverse-proxy and certbot
VIRTUAL_HOST=domain.tld
VIRTUAL_PORT=80
LETSENCRYPT_HOST=domain.tld
LETSENCRYPT_EMAIL=user@domain.tld