Compare commits

..

3 commits

Author SHA1 Message Date
86bdf2095c Update docker.io/library/postgres Docker tag to v18
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m41s
/ Ansible Lint (push) Successful in 3m3s
2026-04-11 19:01:02 +00:00
1d2d03e4b3
status(host): add monitoring for (www./staging.)c3dog.de
All checks were successful
/ Ansible Lint (push) Successful in 2m14s
2026-04-11 20:53:57 +02:00
f4c9d203da
public-reverse-proxy(host): add config for staging.c3dog.de 2026-04-11 20:53:57 +02:00
3 changed files with 26 additions and 0 deletions

View file

@ -6,6 +6,7 @@ map $host $upstream_acme_challenge_host {
staging.c3cat.de 172.31.17.151:31820;
c3dog.de 172.31.17.151:31820;
www.c3dog.de 172.31.17.151:31820;
staging.c3dog.de 172.31.17.151:31820;
ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
www.ccchoir.de ccchoir.hosts.hamburg.ccc.de:31820;
cloud.hamburg.ccc.de cloud.hosts.hamburg.ccc.de:31820;

View file

@ -51,6 +51,7 @@ stream {
staging.c3cat.de 172.31.17.151:8443;
c3dog.de 172.31.17.151:8443;
www.c3dog.de 172.31.17.151:8443;
staging.c3dog.de 172.31.17.151:8443;
git.hamburg.ccc.de 172.31.17.154:8443;
eh03.easterhegg.eu 172.31.17.151:8443;
eh05.easterhegg.eu 172.31.17.151:8443;

View file

@ -52,6 +52,14 @@ endpoints:
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Cat Ears Operation Center*)"
- name: c3dog.de
url: "https://c3dog.de"
<<: *websites_defaults
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Dog Ears Operation Center*)"
- name: cpu.ccc.de
url: "https://cpu.ccc.de"
<<: *websites_defaults
@ -127,6 +135,14 @@ endpoints:
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*c3cat.de Staging Environment*)"
- name: staging.c3dog.de
url: "https://staging.c3dog.de"
<<: *websites_staging_defaults
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*c3dog.de Staging Environment*)"
- name: staging.cryptoparty-hamburg.de
url: "https://staging.cryptoparty-hamburg.de"
<<: *websites_staging_defaults
@ -168,6 +184,14 @@ endpoints:
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Cat Ears Operation Center*)"
- name: www.c3dog.de
url: "https://www.c3dog.de"
<<: *websites_redirects_defaults
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- "[BODY] == pat(*Dog Ears Operation Center*)"
- name: cryptoparty.hamburg.ccc.de
url: "https://cryptoparty.hamburg.ccc.de"
<<: *websites_redirects_defaults