treewide: move to 'old' domain
This commit is contained in:
parent
47082428b8
commit
be7977ec0b
|
@ -3,9 +3,9 @@ port: 9091
|
||||||
log_level: debug
|
log_level: debug
|
||||||
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
|
||||||
#jwt_secret: a_very_important_secret
|
#jwt_secret: a_very_important_secret
|
||||||
default_redirection_url: https://belanyi.fr
|
default_redirection_url: https://old.belanyi.fr
|
||||||
totp:
|
totp:
|
||||||
issuer: authelia.belanyi.fr
|
issuer: authelia.old.belanyi.fr
|
||||||
|
|
||||||
authentication_backend:
|
authentication_backend:
|
||||||
file:
|
file:
|
||||||
|
@ -28,7 +28,7 @@ session:
|
||||||
#secret: unsecure_session_secret
|
#secret: unsecure_session_secret
|
||||||
expiration: 3600 # 1 hour
|
expiration: 3600 # 1 hour
|
||||||
inactivity: 300 # 5 minutes
|
inactivity: 300 # 5 minutes
|
||||||
domain: belanyi.fr # Should match whatever your root protected domain is
|
domain: old.belanyi.fr # Should match whatever your root protected domain is
|
||||||
|
|
||||||
regulation:
|
regulation:
|
||||||
max_retries: 3
|
max_retries: 3
|
||||||
|
|
|
@ -72,6 +72,8 @@ services:
|
||||||
expose:
|
expose:
|
||||||
- 8080
|
- 8080
|
||||||
- 8081
|
- 8081
|
||||||
|
ports:
|
||||||
|
- 9090:9090
|
||||||
depends_on:
|
depends_on:
|
||||||
- "calibre-web" # Because of access to database
|
- "calibre-web" # Because of access to database
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
DRONE_RPC_HOST=drone.belanyi.fr
|
DRONE_RPC_HOST=drone.old.belanyi.fr
|
||||||
DRONE_RPC_PROTO=https
|
DRONE_RPC_PROTO=https
|
||||||
DRONE_RUNNER_CAPACITY=5
|
DRONE_RUNNER_CAPACITY=5
|
||||||
DRONE_LOGS_TRACE=true
|
DRONE_LOGS_TRACE=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Basic config
|
# Basic config
|
||||||
DRONE_SERVER_HOST=drone.belanyi.fr
|
DRONE_SERVER_HOST=drone.old.belanyi.fr
|
||||||
DRONE_SERVER_PROTO=https
|
DRONE_SERVER_PROTO=https
|
||||||
# Put into a secret environment file
|
# Put into a secret environment file
|
||||||
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@ USER_UID=1000
|
||||||
USER_GID=1000
|
USER_GID=1000
|
||||||
APP_NAME=Ambroisie's Gitea
|
APP_NAME=Ambroisie's Gitea
|
||||||
RUN_MODE=prod
|
RUN_MODE=prod
|
||||||
DOMAIN=gitea.belanyi.fr
|
DOMAIN=gitea.old.belanyi.fr
|
||||||
ROOT_URL=https://gitea.belanyi.fr
|
ROOT_URL=https://gitea.old.belanyi.fr
|
||||||
LFS_START_SERVER=true
|
LFS_START_SERVER=true
|
||||||
SSH_PORT=22
|
SSH_PORT=22
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
UID=1000
|
UID=1000
|
||||||
GID=1000
|
GID=1000
|
||||||
PHOTOPRISM_SITE_URL=https://photoprism.belanyi.fr
|
PHOTOPRISM_SITE_URL=https://photoprism.old.belanyi.fr
|
||||||
PHOTOPRISM_SITE_TITLE=PhotoPrism
|
PHOTOPRISM_SITE_TITLE=PhotoPrism
|
||||||
PHOTOPRISM_SITE_CAPTION=Browse your life
|
PHOTOPRISM_SITE_CAPTION=Browse your life
|
||||||
PHOTOPRISM_SITE_DESCRIPTION=Personal Photo Management powered by Go and Google TensorFlow. Free and open-source.
|
PHOTOPRISM_SITE_DESCRIPTION=Personal Photo Management powered by Go and Google TensorFlow. Free and open-source.
|
||||||
|
|
|
@ -29,7 +29,7 @@ server {
|
||||||
root /config/www/hugo;
|
root /config/www/hugo;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
server_name belanyi.fr;
|
server_name old.belanyi.fr;
|
||||||
|
|
||||||
# all ssl related config moved to ssl.conf
|
# all ssl related config moved to ssl.conf
|
||||||
include /config/nginx/ssl.conf;
|
include /config/nginx/ssl.conf;
|
||||||
|
@ -52,7 +52,7 @@ server {
|
||||||
root /config/www/hugo-dev;
|
root /config/www/hugo-dev;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
server_name dev.belanyi.fr;
|
server_name dev.old.belanyi.fr;
|
||||||
|
|
||||||
# all ssl related config moved to ssl.conf
|
# all ssl related config moved to ssl.conf
|
||||||
include /config/nginx/ssl.conf;
|
include /config/nginx/ssl.conf;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
PUID=1000
|
PUID=1000
|
||||||
PGID=1000
|
PGID=1000
|
||||||
TZ=Europe/Paris
|
TZ=Europe/Paris
|
||||||
URL=belanyi.fr
|
URL=old.belanyi.fr
|
||||||
SUBDOMAINS=wildcard
|
SUBDOMAINS=wildcard
|
||||||
VALIDATION=dns
|
VALIDATION=dns
|
||||||
DNSPLUGIN=gandi
|
DNSPLUGIN=gandi
|
||||||
|
|
Reference in a new issue