1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00
This commit is contained in:
Éric Gaspar 2024-04-10 08:16:42 +02:00
parent d9c8cbbb7d
commit a6a3c76865
2 changed files with 13 additions and 10 deletions

View file

@ -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__"
}
}
}

View file

@ -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
}