Compare commits
3 commits
177c023c6c
...
d4fdaa5325
| Author | SHA1 | Date | |
|---|---|---|---|
| d4fdaa5325 | |||
|
dcd454011f |
|||
|
55d1279c3e |
3 changed files with 37 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
celery:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.3
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -57,6 +57,33 @@ endpoints:
|
|||
# apparently TXT records aren't supported yet.
|
||||
# - "[BODY] == ________________gatus_test_________________"
|
||||
|
||||
- name: auth-dns (hamburg.ccc.de)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "hamburg.ccc.de"
|
||||
query-type: "A"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: auth-dns (eh22.easterhegg.eu)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "eh22.easterhegg.eu"
|
||||
query-type: "A"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: auth-dns (club-assistant.ccchh.net)
|
||||
url: "auth-dns.hamburg.ccc.de"
|
||||
<<: *services_chaosknoten_defaults
|
||||
dns:
|
||||
query-name: "club-assistant.ccchh.net"
|
||||
query-type: "AAAA"
|
||||
conditions:
|
||||
- "[DNS_RCODE] == NOERROR"
|
||||
|
||||
- name: CCCHH ID/Keycloak (main page/account console)
|
||||
url: "https://id.hamburg.ccc.de/"
|
||||
<<: *services_chaosknoten_defaults
|
||||
|
|
|
|||
|
|
@ -76,6 +76,14 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Digitale Selbstverteidigung in Hamburg*)"
|
||||
|
||||
- name: diday.org
|
||||
url: "https://diday.org"
|
||||
<<: *websites_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*DIDay*)"
|
||||
|
||||
- name: element-admin.hamburg.ccc.de
|
||||
url: "https://element-admin.hamburg.ccc.de"
|
||||
<<: *websites_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue