mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
87 lines
2.4 KiB
TOML
87 lines
2.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "owncloud"
|
|
name = "ownCloud"
|
|
description.en = "Online storage, file sharing platform"
|
|
description.fr = "Stockage en ligne, plateforme de partage de fichiers"
|
|
|
|
version = "6.0.0~ynh3"
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://owncloud.com"
|
|
admindoc = "https://doc.owncloud.com/ocis/next/"
|
|
code = "https://github.com/owncloud/ocis"
|
|
cpe = "cpe:2.3:a:owncloud:owncloud"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2.15"
|
|
helpers_version = "2.1"
|
|
architectures = ["amd64", "arm64", "armhf", "i386"]
|
|
multi_instance = false
|
|
|
|
ldap = false
|
|
|
|
sso = false
|
|
|
|
disk = "100M"
|
|
ram.build = "800M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.language]
|
|
ask.en = "Choose the application language"
|
|
ask.fr = "Choisissez la langue de l'application"
|
|
type = "select"
|
|
choices = ["cs", "de", "en", "es", "fr", "gl", "it"]
|
|
default = "fr"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
amd64.url = "https://github.com/owncloud/ocis/releases/download/v6.0.0/ocis-6.0.0-linux-amd64"
|
|
amd64.sha256 = "805e512046d6ac3f75da44805e2560a2f64dddb18ebd00d90d891aaf66b3a414"
|
|
arm64.url = "https://github.com/owncloud/ocis/releases/download/v6.0.0/ocis-6.0.0-linux-arm64"
|
|
arm64.sha256 = "e753278d479aeb8af18278fa3f53e5de6fd54309c307afffb8f4f3f15608f778"
|
|
armhf.url = "https://github.com/owncloud/ocis/releases/download/v6.0.0/ocis-6.0.0-linux-arm"
|
|
armhf.sha256 = "e55aa0706067f7256a7c3d7828fb69c0178d7b11ebba51c044e163e5f92de7b9"
|
|
i386.url = "https://github.com/owncloud/ocis/releases/download/v6.0.0/ocis-6.0.0-linux-386"
|
|
i386.sha256 = "c0fe4e6c95611e789f3e11d55afb8a6755b5b129448dc6bf312c9d6236fd093a"
|
|
in_subdir = false
|
|
rename = "ocis"
|
|
|
|
autoupdate.strategy = "latest_github_release"
|
|
autoupdate.asset.amd64 = "^ocis-.*-linux-amd64$"
|
|
autoupdate.asset.arm64 = "^ocis-.*-linux-arm64$"
|
|
autoupdate.asset.i386 = "^ocis-.*-linux-386$"
|
|
|
|
[resources.system_user]
|
|
allow_email = true
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
subdirs = ["config"]
|
|
|
|
[resources.ports]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.auth_header = false
|
|
api.url = "/api"
|
|
api.auth_header = false
|
|
api.show_tile = false
|
|
api.protected= true
|
|
api.allowed = ["visitors"]
|