treewide: move to 'old' domain

This commit is contained in:
Bruno BELANYI 2021-02-08 12:15:17 +01:00
parent 47082428b8
commit be7977ec0b
9 changed files with 13 additions and 11 deletions

View File

@ -3,9 +3,9 @@ port: 9091
log_level: debug
# This secret can also be set using the env variables AUTHELIA_JWT_SECRET_FILE
#jwt_secret: a_very_important_secret
default_redirection_url: https://belanyi.fr
default_redirection_url: https://old.belanyi.fr
totp:
issuer: authelia.belanyi.fr
issuer: authelia.old.belanyi.fr
authentication_backend:
file:
@ -28,7 +28,7 @@ session:
#secret: unsecure_session_secret
expiration: 3600 # 1 hour
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:
max_retries: 3

View File

@ -72,6 +72,8 @@ services:
expose:
- 8080
- 8081
ports:
- 9090:9090
depends_on:
- "calibre-web" # Because of access to database

View File

@ -1,4 +1,4 @@
DRONE_RPC_HOST=drone.belanyi.fr
DRONE_RPC_HOST=drone.old.belanyi.fr
DRONE_RPC_PROTO=https
DRONE_RUNNER_CAPACITY=5
DRONE_LOGS_TRACE=true

View File

@ -1,5 +1,5 @@
# Basic config
DRONE_SERVER_HOST=drone.belanyi.fr
DRONE_SERVER_HOST=drone.old.belanyi.fr
DRONE_SERVER_PROTO=https
# Put into a secret environment file
#DRONE_RPC_SECRET=FIXME-CHANGE-THIS

Binary file not shown.

View File

@ -2,7 +2,7 @@ USER_UID=1000
USER_GID=1000
APP_NAME=Ambroisie's Gitea
RUN_MODE=prod
DOMAIN=gitea.belanyi.fr
ROOT_URL=https://gitea.belanyi.fr
DOMAIN=gitea.old.belanyi.fr
ROOT_URL=https://gitea.old.belanyi.fr
LFS_START_SERVER=true
SSH_PORT=22

View File

@ -1,6 +1,6 @@
UID=1000
GID=1000
PHOTOPRISM_SITE_URL=https://photoprism.belanyi.fr
PHOTOPRISM_SITE_URL=https://photoprism.old.belanyi.fr
PHOTOPRISM_SITE_TITLE=PhotoPrism
PHOTOPRISM_SITE_CAPTION=Browse your life
PHOTOPRISM_SITE_DESCRIPTION=Personal Photo Management powered by Go and Google TensorFlow. Free and open-source.

View File

@ -29,7 +29,7 @@ server {
root /config/www/hugo;
index index.html;
server_name belanyi.fr;
server_name old.belanyi.fr;
# all ssl related config moved to ssl.conf
include /config/nginx/ssl.conf;
@ -52,7 +52,7 @@ server {
root /config/www/hugo-dev;
index index.html;
server_name dev.belanyi.fr;
server_name dev.old.belanyi.fr;
# all ssl related config moved to ssl.conf
include /config/nginx/ssl.conf;

View File

@ -1,7 +1,7 @@
PUID=1000
PGID=1000
TZ=Europe/Paris
URL=belanyi.fr
URL=old.belanyi.fr
SUBDOMAINS=wildcard
VALIDATION=dns
DNSPLUGIN=gandi