Compare commits

5 Commits
Author SHA1 Message Date
Phil b7b54d59af Merge branch 'main' of git.thesatelliteoflove.com:phil/ansible
No
2026-06-30 18:33:59 -06:00
Phil 706af70112 Merge branch 'main' of git.thesatelliteoflove.com:phil/ansible
why though?
2026-06-30 18:17:36 -06:00
Phil 0155b42a7a Merge branch 'main' of git.thesatelliteoflove.com:phil/ansible
Trying to fix the repo
2026-06-30 18:00:01 -06:00
Phil 662e164971 Caddy 2026-06-30 17:56:19 -06:00
Phil 0927187789 Caddy 2026-06-30 17:55:25 -06:00
2 changed files with 8 additions and 2 deletions
+4
View File
@@ -80,6 +80,10 @@ pdg.thesatelliteoflove.com {
} }
} }
gondulf.thesatelliteoflove.com {
reverse_proxy gondulf:8000
}
starpunk.thesatelliteoflove.com { starpunk.thesatelliteoflove.com {
reverse_proxy starpunk:8000 reverse_proxy starpunk:8000
} }
@@ -63,8 +63,9 @@ services:
REDIS_URL: redis://dawarich_redis:6379 REDIS_URL: redis://dawarich_redis:6379
MIN_MINUTES_SPENT_IN_CITY: 60 MIN_MINUTES_SPENT_IN_CITY: 60
APPLICATION_HOSTS: {{ subdomains.loclog }},localhost,::1,127.0.0.1 APPLICATION_HOSTS: {{ subdomains.loclog }},localhost,::1,127.0.0.1
PHOTON_API_HOST: photon.komoot.io/reverse
PHOTON_API_USE_HTTPS: true PHOTON_API_USE_HTTPS: true
PHOTON_API_HOST: photon.dawarich.app
PHOTON_API_KEY: ca91825827603b39e4cdd6fe4de9063f4ec77e0617454857576dd62b424bb60b
TIME_ZONE: America/Denver TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi DISTANCE_UNIT: mi
@@ -124,7 +125,8 @@ services:
TIME_ZONE: America/Denver TIME_ZONE: America/Denver
APPLICATION_PROTOCOL: http APPLICATION_PROTOCOL: http
DISTANCE_UNIT: mi DISTANCE_UNIT: mi
PHOTON_API_HOST: photon.komoot.io/reverse PHOTON_API_HOST: photon.dawarich.app
PHOTON_API_KEY: ca91825827603b39e4cdd6fe4de9063f4ec77e0617454857576dd62b424bb60b
PHOTON_API_USE_HTTPS: true PHOTON_API_USE_HTTPS: true
PROMETHEUS_EXPORTER_ENABLED: false PROMETHEUS_EXPORTER_ENABLED: false
SECRET_KEY_BASE: {{ vault_dawarich.secret_key_base }} SECRET_KEY_BASE: {{ vault_dawarich.secret_key_base }}