voc.pretalx: update pretalx to 2.3.0, broadcast_tools to rc3 branch
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-12-25 09:52:21 +01:00
parent 44fcdc7d11
commit 352b028e58
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 12 additions and 2 deletions

View file

@ -25,3 +25,12 @@
expires 365d;
add_header Cache-Control "public";
}
location /Uluagh8Oichai4Uk/ {
alias /var/www/pretalx/;
access_log off;
expires 365d;
add_header Cache-Control "public";
autoindex on;
}

View file

@ -46,7 +46,7 @@ nodes['voc.pretalx'] = {
},
},
'pretalx': {
'version': 'v2.2.0',
'version': 'v2.3.0',
'domain': 'pretalx.c3voc.de',
'mail_from': 'pretalx@c3voc.de',
'administrators-from-group-id': 1,
@ -56,7 +56,8 @@ nodes['voc.pretalx'] = {
},
'broadcast_tools': {
'repo': 'https://github.com/Kunsi/pretalx-plugin-broadcast-tools.git',
'rev': '0.2.0',
'rev': 'rc3-2021', # TODO remove after rc3
#'rev': '0.2.0',
},
'media.ccc.de': {
'repo': 'https://github.com/pretalx/pretalx-media-ccc-de.git',