Compare commits

..
Author SHA1 Message Date
ae314ea9b3 Configure manual subscriber lists
All checks were successful
/ build (push) Successful in 50s
/ Ansible Lint (push) Successful in 4m18s
2026-08-24 10:01:16 +02:00
a2eba1ac70 fixed IP for Retro Sun SparcStation 4
All checks were successful
/ build (push) Successful in 29s
/ Ansible Lint (push) Successful in 2m24s
2026-08-21 23:34:10 +02:00
5ae8a3b186 Re-add IP for waybackproxy
All checks were successful
/ build (push) Successful in 25s
/ Ansible Lint (push) Successful in 2m51s
2026-08-21 23:28:21 +02:00
3 changed files with 10 additions and 10 deletions

View file

@ -29,20 +29,13 @@
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor // https://docs.renovatebot.com/presets-default/#automergestablenonmajor
{ {
"groupName": "all stable non-major dependencies", "groupName": "all stable non-major dependencies",
"groupSlug": "all-stable-minor", "groupSlug": "all-stable-minor-patch",
"matchCurrentVersion": "!/^0/", "matchCurrentVersion": "!/^0/",
"matchUpdateTypes": [ "matchUpdateTypes": [
"minor" "minor",
], "patch"
"excludePackageNames": [
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
] ]
}, },
{
"matchUpdateTypes": ["patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
},
{ {
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackageNames": ["docker.io/pretix/standalone"], "matchPackageNames": ["docker.io/pretix/standalone"],

View file

@ -134,6 +134,10 @@ octopi A 10.89.212.31
;cisco-slm248p A 10.89.208.27 ;cisco-slm248p A 10.89.208.27
waybackproxy A 10.89.212.33
alnair A 10.89.210.23
TXT "Sun SparcStation 4 Retro"
; ;
; Public Club Services ; Public Club Services

View file

@ -80,9 +80,12 @@ services:
- LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern - LIST_ATTRIBUTES=chaos@lists.hamburg.ccc.de:mailinglist-chaos,intern@lists.hamburg.ccc.de:mailinglist-intern
- MAILMAN_API_PASSWORD={{ secret__lists__rest_password }} - MAILMAN_API_PASSWORD={{ secret__lists__rest_password }}
- MAILMAN_API_URL=http://mailman-core:8001/3.1 - MAILMAN_API_URL=http://mailman-core:8001/3.1
- MANUAL_SUBSCRIBER_LISTS=/manual-subscriber-lists
image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest image: git.hamburg.ccc.de/ccchh/mailman-subscription-sync:latest
networks: networks:
mailman: mailman:
volumes:
- /home/chaos/mailman-manual-subscriber-lists:/manual-subscriber-lists
networks: networks:
mailman: mailman: