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

68 lines
1.4 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é"
2023-12-20 18:56:40 +01:00
version = "4.0.2~ynh2"
2023-03-12 18:04:32 +01:00
maintainers = ["eric_G"]
[upstream]
license = "MIT"
demo = "https://ifmdemo.gitea.de/"
code = "https://github.com/misterunknown/ifm"
[integration]
2023-12-05 18:02:13 +01:00
yunohost = ">= 11.2"
2023-03-12 18:11:37 +01:00
architectures = "all"
2023-03-12 18:04:32 +01:00
multi_instance = true
2023-12-05 18:02:13 +01:00
2023-03-12 18:11:37 +01:00
ldap = false
2023-12-05 18:02:13 +01:00
2023-03-12 18:11:37 +01:00
sso = false
2023-12-05 18:02:13 +01:00
2023-03-12 18:11:37 +01:00
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-12-20 18:56:40 +01:00
[resources.sources.main]
in_subdir = false
extract = false
url = "https://github.com/misterunknown/ifm/releases/download/v4.0.2/ifm.php"
sha256 = "902e45ef45a5a2c1fc8a1186f1acf3f4588071791e4bc8175de067eb33070594"
2024-01-01 15:06:10 +01:00
rename = "ifm.php"
2024-01-01 16:20:37 +01:00
autoupdate.strategy = "latest_github_tag"
2023-03-12 18:04:32 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
2024-01-01 18:25:17 +01:00
main.auth_header = false
2024-01-01 18:24:54 +01:00
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
2023-03-12 18:11:37 +01:00
[resources.apt]
2024-01-01 18:37:02 +01:00
packages = "php8.2-zip, php8.2-bz2, php8.2-gd, php8.2-curl, php8.2-mbstring, php8.2-ldap, php8.2-xml"