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
d9c8cbbb7d
commit
a6a3c76865
2 changed files with 13 additions and 10 deletions
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"canonicalHost": "__DOMAIN__",
|
||||
"proxyURL": "https://__DOMAIN__",
|
||||
"admin":[{"username":"__ADMIN__", "password": __PASSWORD_HASH__}]
|
||||
}
|
||||
"canonicalHost": "__DOMAIN__",
|
||||
"proxyURL": "https://__DOMAIN__",
|
||||
"users": {
|
||||
"__ADMIN__": {
|
||||
"permissions": "admin",
|
||||
"password": "__PASSWORD_HASH__"
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,9 +1,7 @@
|
|||
{
|
||||
"op": [{"username": "__ADMIN__", "password": __PASSWORD_HASH__}],
|
||||
"presenter": [{}],
|
||||
"description": "__GROUP_DESCRIPTION__",
|
||||
"users": {
|
||||
"jch": {"permissions": "op", "password": "__PASSWORD_HASH__"},
|
||||
"description": "__GROUP_DESCRIPTION__",
|
||||
"public": true,
|
||||
"allow-anonymous": true,
|
||||
"allow-recording": true,
|
||||
"allow-subgroups": true
|
||||
"auto-subgroups": true
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue