Update some roles
This commit is contained in:
parent
eb6052e4ec
commit
5ff07b77b4
5 changed files with 7 additions and 4 deletions
|
@ -3,7 +3,7 @@ authentik_svc:
|
|||
domain: auth.serguzim.me
|
||||
name: authentik
|
||||
port: 9000
|
||||
image_tag: 2023.8
|
||||
image_tag: 2024.2
|
||||
db:
|
||||
host: "{{ postgres.host }}"
|
||||
database: authentik
|
||||
|
|
|
@ -2,4 +2,4 @@ backup_path="$BACKUP_LOCATION/immich"
|
|||
mkdir -p "$backup_path"
|
||||
|
||||
cd /opt/services/immich || exit
|
||||
docker compose exec database pg_dump -U "$DB_USERNAME" "$DB_DATABASE" | gzip >"$backup_path/immich.sql.gz"
|
||||
docker compose exec database sh -c 'pg_dump -U "$DB_USERNAME" "$DB_DATABASE"' | gzip >"$backup_path/immich.sql.gz"
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
(analytics) {
|
||||
handle_path /_a/* {
|
||||
reverse_proxy https://analytics.serguzim.me {
|
||||
header_up X-Analytics-IP {remote}
|
||||
header_up Host {http.reverse_proxy.upstream.hostport}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---
|
||||
shlink_svc:
|
||||
domain: msrg.cc
|
||||
additional_domains:
|
||||
- "emgauwa.app"
|
||||
name: shlink
|
||||
port: 8080
|
||||
|
||||
|
@ -22,8 +24,7 @@ shlink_env:
|
|||
DB_USER: "{{ vault_shlink.db.user }}"
|
||||
DB_PASSWORD: "{{ vault_shlink.db.pass }}"
|
||||
|
||||
DISABLE_TRACKING: true
|
||||
SKIP_INITIAL_GEOLITE_DOWNLOAD: true
|
||||
GEOLITE_LICENSE_KEY: "{{ vault_shlink.geolite_key }}"
|
||||
|
||||
shlink_compose:
|
||||
watchtower: true
|
||||
|
|
|
@ -18,6 +18,7 @@ umami_env:
|
|||
DATABASE_TYPE: postgresql
|
||||
FORCE_SSL: 1
|
||||
HASH_SALT: "{{ umami_hash_salt }}"
|
||||
CLIENT_IP_HEADER: X-Analytics-IP
|
||||
|
||||
umami_compose:
|
||||
watchtower: true
|
||||
|
|
Reference in a new issue