Compare commits
3 commits
ee48e041f1
...
8e56f6fc86
| Author | SHA1 | Date | |
|---|---|---|---|
| 8e56f6fc86 | |||
| f749ed436c | |||
| 0377db2812 |
7 changed files with 25 additions and 3 deletions
2
inventories/chaosknoten/host_vars/git-pages.yaml
Normal file
2
inventories/chaosknoten/host_vars/git-pages.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
# renovate: datasource=docker depName=codeberg.org/git-pages/git-pages
|
||||||
|
git_pages__version: latest
|
||||||
|
|
@ -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') }}"
|
||||||
|
|
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
|
|
@ -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.2.1
|
||||||
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.2.1
|
||||||
command:
|
command:
|
||||||
- taskworker
|
- taskworker
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
4
resources/z9/yate/docker_compose/rmanager.conf.j2
Normal file
4
resources/z9/yate/docker_compose/rmanager.conf.j2
Normal 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=
|
||||||
4
resources/z9/yate/docker_compose/yrtpchan.conf.j2
Normal file
4
resources/z9/yate/docker_compose/yrtpchan.conf.j2
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
; https://github.com/eventphone/yate/blob/master/conf.d/yrtpchan.conf.sample
|
||||||
|
[general]
|
||||||
|
minport=42000
|
||||||
|
maxport=42999
|
||||||
6
resources/z9/yate/docker_compose/ysipchan.conf.j2
Normal file
6
resources/z9/yate/docker_compose/ysipchan.conf.j2
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue