Compare commits

...

3 commits

Author SHA1 Message Date
47bc22daee Update docker.io/library/postgres Docker tag to v17
Some checks failed
/ build (pull_request) Successful in 32s
/ Ansible Lint (push) Failing after 2m29s
/ Ansible Lint (pull_request) Failing after 2m25s
2026-08-02 15:31:42 +00:00
f749ed436c Use fixed port range to allow for better fw rules
Some checks failed
/ build (push) Successful in 45s
/ Ansible Lint (push) Failing after 2m38s
2026-08-02 17:25:30 +02:00
0377db2812 Use correct hostname for yate 2026-08-02 17:24:58 +02:00
9 changed files with 26 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud # renovate: datasource=docker depName=git.hamburg.ccc.de/ccchh/oci-images/nextcloud
nextcloud__version: 34 nextcloud__version: 34
# renovate: datasource=docker depName=docker.io/library/postgres # renovate: datasource=docker depName=docker.io/library/postgres
nextcloud__postgres_version: 15.18 nextcloud__postgres_version: 17.10
nextcloud__fqdn: cloud.hamburg.ccc.de nextcloud__fqdn: cloud.hamburg.ccc.de
nextcloud__data_dir: /data/nextcloud nextcloud__data_dir: /data/nextcloud
nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}" nextcloud__extra_configuration: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/cloud/nextcloud/extra_configuration.config.php.j2') }}"

View file

@ -0,0 +1,2 @@
# renovate: datasource=docker depName=codeberg.org/git-pages/git-pages
git_pages__version: latest

View file

@ -6,3 +6,9 @@ docker_compose__configuration_files:
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}" content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
- name: regfile.conf - name: regfile.conf
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}" content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regfile.conf.j2') }}"
- name: rmanager.conf
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/rmanager.conf.j2') }}"
- name: yrtpchan.conf
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/yrtpchan.conf.j2') }}"
- name: ysipchan.conf
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/ysipchan.conf.j2') }}"

View file

@ -13,7 +13,7 @@ all:
ansible_host: waybackproxy.ccchh.net ansible_host: waybackproxy.ccchh.net
ansible_user: chaos ansible_user: chaos
yate: yate:
ansible_host: yate.ccchh.net ansible_host: yate.z9.ccchh.net
ansible_user: chaos ansible_user: chaos
certbot_hosts: certbot_hosts:
hosts: hosts:

View file

@ -62,7 +62,7 @@ services:
- POSTGRES_DB=mailmandb - POSTGRES_DB=mailmandb
- POSTGRES_USER=mailman - POSTGRES_USER=mailman
- "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}" - "POSTGRES_PASSWORD={{ secret__lists__postgres_password }}"
image: docker.io/library/postgres:12-alpine image: docker.io/library/postgres:17-alpine
volumes: volumes:
- /opt/mailman/database:/var/lib/postgresql/data - /opt/mailman/database:/var/lib/postgresql/data
networks: networks:

View file

@ -3,7 +3,7 @@
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:17-alpine
environment: environment:
- "POSTGRES_USER=pretalx" - "POSTGRES_USER=pretalx"
- "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}" - "POSTGRES_PASSWORD={{ secret__pretalx_db_password }}"

View file

@ -0,0 +1,4 @@
; https://github.com/eventphone/yate/blob/master/conf.d/rmanager.conf.sample
[general]
; password: string: Password required to authenticate as admin, default empty!
;password=

View file

@ -0,0 +1,4 @@
; https://github.com/eventphone/yate/blob/master/conf.d/yrtpchan.conf.sample
[general]
minport=42000
maxport=42999

View file

@ -0,0 +1,6 @@
; Setting for all SIP channels
; https://github.com/eventphone/yate/blob/master/conf.d/ysipchan.conf.sample
[general]
; try to avoid `Transport(general) received likely truncated packet with length 1500, try to increase maxpkt`
maxpkt=8192