mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
* Update manifest.toml * Auto-update READMEs * add pre upgrade warning for NC 29 * update to PHP8.3 * Auto-update READMEs * Update manifest.toml * Auto-update READMEs * Fix space splitting in phpflags on install (#690) * Auto-update READMEs * Update upgrade * Update manifest.toml * Auto-update READMEs * Fix phpflags (#691) * Fix upgrade: php version is 8.3 starting from 29.x ? (#692) * Update manifest.toml * Auto-update READMEs * Update tests.toml * [autopatch] Do not delete logs on app removal (#697) * [autopatch] Do not delete logs on app removal (#698) Co-authored-by: Yunohost-Bot <> * 29.0.3 * Auto-update READMEs * Update remove * Indent * Fix again upgrade ending with Nextcloud being in PHP 8.2 ? * Auto-update READMEs * Update nginx.conf * Update manifest.toml * Auto-update READMEs * Rework DESCRIPTION.md (#707) * Update DESCRIPTION_fr.md * Auto-update READMEs * Update DESCRIPTION.md * Auto-update READMEs * Update DESCRIPTION_fr.md * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * bump all old versions * oupsie * Auto-update READMEs * system_addressbook_exposed is a boolean * Auto-update READMEs * migrate system_addressbook_exposed to boolean, fix upgrade test * another fix for system_addressbook_exposed, update the dav conf accordingly * zblerg, do not modify system_addressbook_exposed config value in the upgrade script * add redis-server as deps * find files before chown them * chown the root folder too * fix find condition * find ... chmod is not faster, at least avoid to chown -R the data_dir in the upgrade script * add a button in the config panel to run chown/chmod on data_dir * we can avoid this chmod too i guess? * only nextcloud is allowed to read the config file * zblerg, the config file doesn't exist before install * wait until nginx has actually remove the nextcloud conf during upgrade before checking the url_handled * create a function for that * fix change-url dav detection * only if domain has changed... * Update scripts/_common.sh * moar sleep * oups * minor typos * Update backup * minor typos * Update manifest.toml * Auto-update READMEs --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: OniriCorpe <oniricorpe@disroot.org> Co-authored-by: lyyn <79758863+lyynd@users.noreply.github.com> Co-authored-by: tituspijean <titus+yunohost@pijean.ovh> Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: Kayou <pierre@kayou.io>
123 lines
4.2 KiB
TOML
123 lines
4.2 KiB
TOML
packaging_format = 2
|
|
|
|
id = "nextcloud"
|
|
name = "Nextcloud"
|
|
description.en = "Online storage, file sharing platform and various other applications"
|
|
description.fr = "Stockage en ligne, plateforme de partage de fichiers et diverses autres applications"
|
|
|
|
version = "29.0.5~ynh1"
|
|
|
|
maintainers = ["kay0u"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://nextcloud.com"
|
|
demo = "https://demo.nextcloud.com/"
|
|
admindoc = "https://docs.nextcloud.com/server/stable/admin_manual/"
|
|
userdoc = "https://docs.nextcloud.com/server/latest/user_manual/en/"
|
|
code = "https://github.com/nextcloud/server"
|
|
cpe = "cpe:2.3:a:nextcloud:nextcloud"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.27"
|
|
architectures = ["amd64", "arm64", "armhf"]
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = true
|
|
|
|
disk = "650M"
|
|
ram.build = "250M"
|
|
ram.runtime = "512M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/nextcloud"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.init_main_permission]
|
|
help.en = "You must activate 'Visitors' if you want to connect Nextcloud Desktop client to Nextcloud server. This can be changed later via the webadmin."
|
|
help.fr = "Vous devez activer 'Visiteurs' si vous souhaitez connecter le client Nextcloud Desktop au serveur Nextcloud. Cela peut être modifié ultérieurement via l'administrateur Web."
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.user_home]
|
|
ask.en = "Access the users home folder from Nextcloud?"
|
|
ask.fr = "Accéder au dossier personnel des utilisateurs depuis Nextcloud ?"
|
|
type = "boolean"
|
|
default = false
|
|
|
|
[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 = "boolean"
|
|
default = true
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-29.0.5.tar.bz2'
|
|
sha256 = 'c7fe9c61e5ec30a5e599e8f152a1825df684d30e899db0caa8868c8d67b53a2c'
|
|
|
|
[resources.sources.28]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-28.0.8.tar.bz2'
|
|
sha256 = '55a2f745fcc8f01b5816b23333f1e3014d2040a66794e132ddd0d219a37be53a'
|
|
prefetch = false
|
|
|
|
[resources.sources.27]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-27.1.11.tar.bz2'
|
|
sha256 = '4edd2570f4c83442f8f0f0616fb774ed2663b11cf9f6ea49e795ab43aeef9645'
|
|
prefetch = false
|
|
|
|
[resources.sources.26]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-26.0.13.tar.bz2'
|
|
sha256 = '0a362df7a1233348f99d1853fd7e79f0667b552c145dc45012fab54ac31c79ae'
|
|
prefetch = false
|
|
|
|
[resources.sources.25]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-25.0.13.tar.bz2'
|
|
sha256 = '387bac148a696244f1ec02698a082d408283a875b3de85eb9719dd4493eebe33'
|
|
prefetch = false
|
|
|
|
[resources.sources.24]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-24.0.12.tar.bz2'
|
|
sha256 = '2f093bdf7d34faf38d22f38a5e11f3aee32746ff4add3df17c790b9b36390836'
|
|
prefetch = false
|
|
|
|
[resources.sources.23]
|
|
url = 'https://download.nextcloud.com/server/releases/nextcloud-23.0.12.tar.bz2'
|
|
sha256 = 'ad3637fd987e9f1ed5bd5dbd177bdce1e39228e3daf95bc4a3c590d4b1522b1e'
|
|
prefetch = false
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["data"]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
api.url = "re:__DOMAIN__\\/.well-known\\/.*"
|
|
api.auth_header = false
|
|
api.show_tile = false
|
|
api.protected= true
|
|
api.allowed = ["visitors", "all_users"]
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, imagemagick, libmagickcore-6.q16-6-extra, acl, tar, smbclient, at, redis-server, php8.3-fpm, php8.3-bz2, php8.3-imap, php8.3-gmp, php8.3-gd, php8.3-intl, php8.3-curl, php8.3-apcu, php8.3-redis, php8.3-ldap, php8.3-imagick, php8.3-zip, php8.3-mbstring, php8.3-xml, php8.3-mysql, php8.3-igbinary, php8.3-bcmath"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|
|
|