Compare commits
3 commits
20b50a03b3
...
14a68e756e
| Author | SHA1 | Date | |
|---|---|---|---|
| 14a68e756e | |||
|
dcd454011f |
|||
|
55d1279c3e |
3 changed files with 37 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
pretalx:
|
pretalx:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2026.1.2
|
||||||
entrypoint: gunicorn
|
entrypoint: gunicorn
|
||||||
command:
|
command:
|
||||||
- "pretalx.wsgi"
|
- "pretalx.wsgi"
|
||||||
|
|
@ -78,7 +78,7 @@ services:
|
||||||
- pretalx_net
|
- pretalx_net
|
||||||
|
|
||||||
celery:
|
celery:
|
||||||
image: docker.io/pretalx/standalone:v2025.1.0
|
image: docker.io/pretalx/standalone:v2026.1.2
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,33 @@ endpoints:
|
||||||
# apparently TXT records aren't supported yet.
|
# apparently TXT records aren't supported yet.
|
||||||
# - "[BODY] == ________________gatus_test_________________"
|
# - "[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)
|
- name: CCCHH ID/Keycloak (main page/account console)
|
||||||
url: "https://id.hamburg.ccc.de/"
|
url: "https://id.hamburg.ccc.de/"
|
||||||
<<: *services_chaosknoten_defaults
|
<<: *services_chaosknoten_defaults
|
||||||
|
|
|
||||||
|
|
@ -76,6 +76,14 @@ endpoints:
|
||||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||||
- "[BODY] == pat(*Digitale Selbstverteidigung in Hamburg*)"
|
- "[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
|
- name: element-admin.hamburg.ccc.de
|
||||||
url: "https://element-admin.hamburg.ccc.de"
|
url: "https://element-admin.hamburg.ccc.de"
|
||||||
<<: *websites_defaults
|
<<: *websites_defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue