Compare commits

..

1 commit

Author SHA1 Message Date
a370fafcb0 Update docker.io/library/postgres Docker tag to v15
Some checks failed
/ Ansible Lint (push) Failing after 5s
/ Ansible Lint (pull_request) Failing after 5s
/ build (pull_request) Failing after 18s
2026-07-31 17:46:12 +00:00
6 changed files with 1 additions and 23 deletions

View file

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

View file

@ -6,9 +6,3 @@ docker_compose__configuration_files:
content: "{{ lookup('ansible.builtin.template', 'resources/z9/yate/docker_compose/regexroute.conf.j2') }}"
- name: regfile.conf
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_user: chaos
yate:
ansible_host: yate.z9.ccchh.net
ansible_host: yate.ccchh.net
ansible_user: chaos
certbot_hosts:
hosts:

View file

@ -1,4 +0,0 @@
; 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

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

View file

@ -1,6 +0,0 @@
; 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