mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Fix
This commit is contained in:
parent
1946666bc2
commit
5a64bb1a57
2 changed files with 15 additions and 3 deletions
|
@ -1,4 +1,16 @@
|
|||
{
|
||||
"op": [{"username": "__ADMIN__", "password": "__PASSWORD__"}],
|
||||
"presenter": [{}]
|
||||
"presenter": [
|
||||
{"username": "", "password": ""},
|
||||
{"username": "", "password": ""}
|
||||
],
|
||||
"public": ["true"],
|
||||
"description": ["This is displayed on the landing page for public groups."],
|
||||
"max-clients": ["20"],
|
||||
"max-history-age": ["14400"],
|
||||
"allow-recording": ["true"],
|
||||
"allow-anonymous": ["true"],
|
||||
"allow-subgroups": ["true"],
|
||||
"redirect": [""],
|
||||
"codecs": ["vp8", "opus"]
|
||||
}
|
||||
|
|
|
@ -64,10 +64,10 @@ ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
|||
#ynh_backup --src_path="/etc/logrotate.d/$app"
|
||||
|
||||
#=================================================
|
||||
# BACKUP SYNAPSE LOG
|
||||
# BACKUP GALÈNE LOG
|
||||
#=================================================
|
||||
|
||||
ynh_backup --src_path="/var/log/$app"
|
||||
#ynh_backup --src_path="/var/log/$app"
|
||||
|
||||
#=================================================
|
||||
# BACKUP SYSTEMD
|
||||
|
|
Loading…
Add table
Reference in a new issue