update pretalx to 2023.1.0
This commit is contained in:
parent
25a484f04e
commit
d9cb324bb6
10 changed files with 93 additions and 30 deletions
|
@ -1,17 +1,19 @@
|
|||
defaults = {
|
||||
'apt': {
|
||||
'packages': {
|
||||
'gcc': {}, # for compiling some python deps
|
||||
'gettext': {},
|
||||
'python3-dev': {},
|
||||
},
|
||||
},
|
||||
'bash_aliases': {
|
||||
'pretalx': 'sudo /opt/pretalx/venv/bin/python -m pretalx',
|
||||
},
|
||||
'backups': {
|
||||
'paths': {
|
||||
'/opt/pretalx/data',
|
||||
},
|
||||
},
|
||||
'bash_aliases': {
|
||||
'pretalx': 'sudo /opt/pretalx/venv/bin/python -m pretalx',
|
||||
},
|
||||
'icinga2_api': {
|
||||
'pretalx': {
|
||||
'services': {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue