mirror of
https://github.com/YunoHost-Apps/owncloud_ynh.git
synced 2024-09-03 19:56:25 +02:00
83 lines
2.4 KiB
TOML
83 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.3.0~ynh1"
|
|
|
|
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.20"
|
|
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.3.0/ocis-6.3.0-linux-amd64"
|
|
amd64.sha256 = "1479fa2b39a03a7c7ccaaae5094ef64f950bdeb049dba5672586cd3b4da12678"
|
|
arm64.url = "https://github.com/owncloud/ocis/releases/download/v6.3.0/ocis-6.3.0-linux-arm64"
|
|
arm64.sha256 = "c666b8fedefcc5584b68973b7f7cce7d1b0faf465e41707ab4acd992cf255f14"
|
|
armhf.url = "https://github.com/owncloud/ocis/releases/download/v6.1.0/ocis-6.1.0-linux-arm"
|
|
armhf.sha256 = "de6fcb0581fa611522693157ea99317e08e38b986b9e7cad67c11e56cff82dae"
|
|
i386.url = "https://github.com/owncloud/ocis/releases/download/v6.3.0/ocis-6.3.0-linux-386"
|
|
i386.sha256 = "9d3920bfdf11b23efed11b22c9601d5fc1be7764283e9dfa16602e9a91ea3526"
|
|
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]
|
|
|
|
[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"]
|