mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
Merge branch 'testing' into v2_PostgreSQL
This commit is contained in:
commit
4da627e9c3
2 changed files with 3 additions and 4 deletions
|
@ -36,7 +36,7 @@ The `/.well-known` address will be automatically configured for CalDAV and CardD
|
|||
- Website aplikasi resmi: <https://nextcloud.com>
|
||||
- Dokumentasi pengguna resmi: <https://docs.nextcloud.com/server/latest/user_manual/en/>
|
||||
- Dokumentasi admin resmi: <https://docs.nextcloud.com/server/stable/admin_manual/>
|
||||
- Repositori kode aplikasi hulu: <https://github.com/nextcloud/server>
|
||||
- Depot kode aplikasi hulu: <https://github.com/nextcloud/server>
|
||||
- Gudang YunoHost: <https://apps.yunohost.org/app/nextcloud>
|
||||
- Laporkan bug: <https://github.com/YunoHost-Apps/nextcloud_ynh/issues>
|
||||
|
||||
|
|
|
@ -57,9 +57,8 @@ ram.runtime = "512M"
|
|||
[install.system_addressbook_exposed]
|
||||
ask.en = "Should there be a system address book listing all users, accessible by all users?"
|
||||
ask.fr = "Devrait-il y avoir un carnet d'adresses système listant tous les comptes, accessible par tous les comptes ?"
|
||||
type = "select"
|
||||
choices = ["yes", "no"]
|
||||
default = "yes"
|
||||
type = "boolean"
|
||||
default = true
|
||||
|
||||
[resources]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue