Compare commits
5 Commits
install-do
...
shlink
Author | SHA1 | Date | |
---|---|---|---|
7d72756260 | |||
25d554e672 | |||
3003ca2c44 | |||
13140de292 | |||
cc7a58cae8 |
13
calibre.resisttechmonopolies.online.env
Normal file
13
calibre.resisttechmonopolies.online.env
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
TYPE=calibre-web
|
||||||
|
|
||||||
|
DOMAIN=calibre.resisttechmonopolies.online
|
||||||
|
LETS_ENCRYPT_ENV=production
|
||||||
|
|
||||||
|
DOCKER_MODS="linuxserver/calibre-web:calibre"
|
||||||
|
OAUTHLIB_RELAX_TOKEN_SCOPE=1
|
||||||
|
TZ="America/Los_Angeles"
|
||||||
|
|
||||||
|
DEBUG=False
|
||||||
|
|
||||||
|
# oauth2 support
|
||||||
|
COMPOSE_FILE="compose.yml:compose.oauth2.yml"
|
6
radicale.resisttechmonopolies.online.env
Normal file
6
radicale.resisttechmonopolies.online.env
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
TYPE=radicale
|
||||||
|
|
||||||
|
DOMAIN=radicale.resisttechmonopolies.online
|
||||||
|
## Domain aliases
|
||||||
|
#EXTRA_DOMAINS=', `www.radicale.resisttechmonopolies.online`'
|
||||||
|
LETS_ENCRYPT_ENV=production
|
8
shlink.resisttechmonopolies.online.env
Normal file
8
shlink.resisttechmonopolies.online.env
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
TYPE=shlink
|
||||||
|
|
||||||
|
DOMAIN=shlink.resisttechmonopolies.online
|
||||||
|
|
||||||
|
## Domain aliases
|
||||||
|
#EXTRA_DOMAINS=', `www.shlink.resisttechmonopolies.online`'
|
||||||
|
|
||||||
|
LETS_ENCRYPT_ENV=production
|
@ -18,7 +18,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
## Host-mode networking
|
## Host-mode networking
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
COMPOSE_FILE="$COMPOSE_FILE:compose.host.yml"
|
||||||
|
|
||||||
## "Headless mode" (no domain configured)
|
## "Headless mode" (no domain configured)
|
||||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
#COMPOSE_FILE="$COMPOSE_FILE:compose.headless.yml"
|
||||||
@ -100,7 +100,7 @@ COMPOSE_FILE="compose.yml"
|
|||||||
# File provider directory configuration #
|
# File provider directory configuration #
|
||||||
# (Route bare metal and non-docker services on the machine!) #
|
# (Route bare metal and non-docker services on the machine!) #
|
||||||
#####################################################################
|
#####################################################################
|
||||||
#FILE_PROVIDER_DIRECTORY_ENABLED=1
|
FILE_PROVIDER_DIRECTORY_ENABLED=1
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Additional services #
|
# Additional services #
|
||||||
|
Reference in New Issue
Block a user