mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
77 lines
1.8 KiB
TOML
77 lines
1.8 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 = "3.0.9~ynh2"
|
|
|
|
maintainers = ["julienmalik"]
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0-or-later"
|
|
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.1.21"
|
|
architectures = ["amd64"]
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
|
|
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
|
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.admin]
|
|
type = "user"
|
|
|
|
[install.password]
|
|
type = "password"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://download.pydio.com/pub/cells/release/3.0.9/linux-amd64/cells"
|
|
sha256 = "4272ca1e10f2ca08d08d7d08d440d4b6e3d09ba37235f54bdbac1ac7c29b2aaa"
|
|
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
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"acl",
|
|
"mariadb-server",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|