3 Commits

Author SHA1 Message Date
6e508decd1 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 55s
2025-05-28 18:50:48 +00:00
d62a45f9fe update config 2025-05-28 13:48:49 -05:00
b4ddb1c35b forward domain to blocky 2025-05-28 13:42:25 -05:00
2 changed files with 22 additions and 5 deletions

View File

@@ -103,13 +103,19 @@ gatus:
storage: storage:
type: postgres type: postgres
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable" path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
endpoints: default-endpoint: &defaults
- name: homepage group: core
url: https://homepage.alexlebens.net interval: 5m
interval: 60s client:
insecure: true
timeout: 30s
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 240h" - "[CERTIFICATE_EXPIRATION] > 240h"
endpoints:
- name: homepage
<<: *defaults
url: https://home.alexlebens.net
postgres-17-cluster: postgres-17-cluster:
mode: standalone mode: standalone

View File

@@ -68,6 +68,17 @@ coredns:
- name: loop - name: loop
- name: reload - name: reload
- name: loadbalance - name: loadbalance
- zones:
- zone: alexlebens.net
scheme: dns://
use_tcp: true
port: 53
plugins:
- name: errors
- name: cache
parameters: 30
- name: forward
parameters: . 10.111.232.172
- zones: - zones:
- zone: ts.net - zone: ts.net
scheme: dns:// scheme: dns://