1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tinyfilemanager_ynh.git synced 2024-09-03 20:36:01 +02:00
tinyfilemanager_ynh/manifest.toml
2024-08-31 15:13:29 +02:00

59 lines
1.4 KiB
TOML

packaging_format = 2
id = "tinyfilemanager"
name = "Tiny File Manager"
description.en = "Web based file manager"
description.fr = "Gestionnaire de fichiers simple"
version = "2.5.3~ynh3"
maintainers = ["Jarod5001"]
[upstream]
license = "GPL-3.0"
website = "https://tinyfilemanager.github.io/"
demo = "https://tinyfilemanager.github.io/demo/"
admindoc = "https://github.com/prasathmani/tinyfilemanager/wiki"
code = "https://github.com/prasathmani/tinyfilemanager"
[integration]
yunohost = ">= 11.2.29"
helpers_version = "2.1"
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 = "/tinyfilemanager"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://github.com/prasathmani/tinyfilemanager/archive/refs/tags/2.5.3.tar.gz"
sha256 = "414f201b4ef3746ff5270f48c7fb1403f4f1fc6ba0101c7706e3a0959ee2f2e3"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "php8.0-xml, php8.0-cli, php8.0-iconv, php8.0-bz2, php8.0-zip, php8.0-fileinfo, php8.0-mbstring"