mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
86 lines
2 KiB
TOML
86 lines
2 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "pydio"
|
|
name = "Pydio"
|
|
description.en = "File sharing platform"
|
|
description.fr = "Plateforme de partage de fichiers"
|
|
|
|
version = "4.3.1~ynh1"
|
|
|
|
maintainers = ["julienmalik"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
website = "https://pydio.com"
|
|
admindoc = "https://pydio.com/en/docs"
|
|
code = "https://github.com/pydio/cells"
|
|
cpe = "cpe:2.3:a:pydio:cells"
|
|
fund = "https://pydio.com/en/pricing"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64", "armhf", "arm64"]
|
|
multi_instance = true
|
|
|
|
ldap = false
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "700M"
|
|
ram.runtime = "700M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
[resources.sources.main]
|
|
amd64.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-amd64/pydio-cells-4.3.1-linux-amd64.zip"
|
|
amd64.sha256 = "966337451cf007ff9294f15db830cda128162604bb44ccd91510fae292c790ee"
|
|
arm64.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-arm64/pydio-cells-4.3.1-linux-arm64.zip"
|
|
arm64.sha256 = "840d9a85e15892b52dd549152bef240015584b82feace9137e8b5b1660e80c43"
|
|
armhf.url = "https://download.pydio.com/pub/cells/release/4.3.1/linux-arm/pydio-cells-4.3.1-linux-arm.zip"
|
|
armhf.sha256 = "af200d58f3efd917bf8add2a0e8bfb3bc832780cca470070530afa6bb1caefd0"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
group = "www-data:rwx"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
api.url = "/api"
|
|
api.allowed = "visitors"
|
|
api.show_tile = false
|
|
api.protected = true
|
|
|
|
[resources.ports]
|
|
main.default = 8080
|
|
discovery_grpc.default = 50051
|
|
grpc.default = 50053
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"acl",
|
|
"mariadb-server",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|