diff --git a/bxl-rpi/config/cron/cronjob b/bxl-rpi/config/cron/cronjob deleted file mode 100644 index 34b3bb2..0000000 --- a/bxl-rpi/config/cron/cronjob +++ /dev/null @@ -1 +0,0 @@ -0 2 * * * root docker start borg diff --git a/bxl-rpi/config/idp/authelia.configuration.yaml b/bxl-rpi/config/idp/authelia.configuration.yaml index f32b03a..2955825 100644 --- a/bxl-rpi/config/idp/authelia.configuration.yaml +++ b/bxl-rpi/config/idp/authelia.configuration.yaml @@ -1,4 +1,4 @@ -default_redirection_url: https://portal.bhasher.com +default_redirection_url: https://hub.bhasher.com theme: dark server: diff --git a/bxl-rpi/system/docker-compose.storage.yaml b/bxl-rpi/system/docker-compose.storage.yaml index 412e131..c2e1446 100644 --- a/bxl-rpi/system/docker-compose.storage.yaml +++ b/bxl-rpi/system/docker-compose.storage.yaml @@ -1,7 +1,7 @@ services: postgres: container_name: postgres - image: postgres:latest + image: postgres:15 restart: unless-stopped environment: - POSTGRES_USER=postgres