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.1.0~ynh2"
|
|
|
|
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.1.0/ocis-6.1.0-linux-amd64"
|
|
amd64.sha256 = "3bfd3c2a3e0efd4168998f1c9a9ce7d0075a4b5825e90bd3a1e1e513f5bd958c"
|
|
arm64.url = "https://github.com/owncloud/ocis/releases/download/v6.1.0/ocis-6.1.0-linux-arm64"
|
|
arm64.sha256 = "238ec823b14d10f6db8c999962e88579c1c4b98241f68a9fad52f60f0d983a3d"
|
|
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.1.0/ocis-6.1.0-linux-386"
|
|
i386.sha256 = "a6d29436d57c27d9780ebdaf2249bdef3a9943d493964eae97528c3615fc8df1"
|
|
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"]
|