1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ifm_ynh.git synced 2024-09-03 18:45:52 +02:00
ifm_ynh/manifest.toml

57 lines
1.1 KiB
TOML
Raw Normal View History

2023-03-12 18:04:32 +01:00
packaging_format = 2
id = "ifm"
name = "IFM"
description.en = "Improved File Manager"
description.fr = "Gestionnaire de fichiers amélioré"
version = "4.0.0~ynh3"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
demo = "https://ifmdemo.gitea.de/"
code = "https://github.com/misterunknown/ifm"
[integration]
2023-03-12 18:11:37 +01:00
yunohost = ">= 11.1.15"
architectures = "all"
2023-03-12 18:04:32 +01:00
multi_instance = true
2023-03-12 18:11:37 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-12 18:04:32 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/ifm"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-03-12 18:22:20 +01:00
#[resources.sources.main]
#url = "https://github.com/misterunknown/ifm/releases/download/v4.0.0/ifm.php"
#sha256 = "59a888e454a083a420c074e303507e0efd41fb10272f52860c8e6d9cc640aea4"
2023-03-12 18:04:32 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2023-03-12 18:11:37 +01:00
[resources.apt]
packages = "php8.0-zip php8.0-curl php8.0-mbstring php8.0-ldap php8.0-json php8.0-xml"