mirror of
https://github.com/YunoHost-Apps/xbackbone_ynh.git
synced 2024-09-03 19:15:53 +02:00
59 lines
1.3 KiB
TOML
59 lines
1.3 KiB
TOML
packaging_format = 2
|
|
|
|
id = "xbackbone"
|
|
name = "XBackBone"
|
|
description.en = "Lightweight file manager with full ShareX support"
|
|
description.fr = "Gestionnaire de fichiers léger avec prise en charge de ShareX"
|
|
|
|
version = "3.7.0~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[upstream]
|
|
license = "AGPL-3.0"
|
|
admindoc = "https://xbackbone.app/"
|
|
code = "https://github.com/SergiX44/XBackBone"
|
|
fund = "https://xbackbone.app/sponsor.html"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "50M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/xbackbone"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/SergiX44/XBackBone/releases/download/3.7.0/release-v3.7.0.zip"
|
|
sha256 = "df35a21eec883b43baac968ed4bc28b3a4c0b491b0d0c4c2325ab38d69a1ff98"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "mariadb-server, php8.2-intl, php8.2-mysql, php8.2-gd, php8.2-fileinfo, php8.2-zip, php8.2-ldap"
|
|
|
|
[resources.database]
|
|
type = "mysql"
|