mirror of
https://github.com/YunoHost-Apps/galene_ynh.git
synced 2024-09-03 18:36:31 +02:00
Fix json (#144)
* Update groupname.json * Update groupname.json * Auto-update READMEs * Update groupname.json * Update groupname.json --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
b2cef4a29a
commit
8fa13b9f13
7 changed files with 17 additions and 12 deletions
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Galène for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ No se debe editar a mano.
|
|||
|
||||
# Galène para Yunohost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ EZ editatu eskuz.
|
|||
|
||||
# Galène YunoHost-erako
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
# Galène pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ NON debe editarse manualmente.
|
|||
|
||||
# Galène para YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
# YunoHost 上的 Galène
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/galene)  
|
||||
[](https://ci-apps.yunohost.org/ci/apps/galene/)  
|
||||
|
||||
[](https://install-app.yunohost.org/?app=galene)
|
||||
|
||||
|
|
|
@ -1,7 +1,12 @@
|
|||
"users": {
|
||||
"__ADMIN__": {"permissions": "op", "password": __PASSWORD_HASH__},
|
||||
"description": "__GROUP_DESCRIPTION__",
|
||||
"public": true,
|
||||
"allow-recording": true,
|
||||
"auto-subgroups": true
|
||||
{
|
||||
"users":{
|
||||
"__ADMIN__":{
|
||||
"permissions":"op",
|
||||
"password":__PASSWORD_HASH__
|
||||
}
|
||||
},
|
||||
"description":"__GROUP_DESCRIPTION__",
|
||||
"public":true,
|
||||
"allow-recording":true,
|
||||
"auto-subgroups":true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue