1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
h5ai_ynh/manifest.toml

51 lines
941 B
TOML
Raw Normal View History

2023-02-17 22:34:43 +01:00
packaging_format = 2
id = "h5ai"
name = "h5ai"
description.en = "Modern HTTP web server index for NGINX"
description.fr = "Serveur moderne d'index pour NGINX"
2023-02-18 18:32:53 +01:00
version = "0.30.0~ynh5"
2023-02-17 22:34:43 +01:00
maintainers = ["alexAubin"]
[upstream]
license = "MIT"
website = "https://larsjung.de/h5ai/"
demo = "https://larsjung.de/h5ai/demo/"
admindoc = "https://larsjung.de/h5ai/"
code = "https://github.com/lrsjng/h5ai"
[integration]
2023-02-26 09:51:43 +01:00
yunohost = ">= 11.1.11"
2023-02-17 22:45:03 +01:00
architectures = "all"
2023-02-17 22:34:43 +01:00
multi_instance = true
2023-02-17 22:45:03 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-02-17 22:34:43 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/documents"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-02-17 22:45:03 +01:00
[resources.apt]
packages = "php8.0-fpm ffmpeg imagemagick"