mirror of
https://github.com/YunoHost-Apps/h5ai_ynh.git
synced 2024-09-03 20:36:25 +02:00
58 lines
1.1 KiB
TOML
58 lines
1.1 KiB
TOML
packaging_format = 2
|
|
|
|
id = "h5ai"
|
|
name = "h5ai"
|
|
description.en = "Modern HTTP web server index for NGINX"
|
|
description.fr = "Serveur moderne d'index pour NGINX"
|
|
|
|
version = "0.30.0~ynh6"
|
|
|
|
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]
|
|
yunohost = ">= 11.1.21"
|
|
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 = "/documents"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
|
|
[resources.sources]
|
|
|
|
[resources.sources.main]
|
|
url = "https://release.larsjung.de/h5ai/h5ai-0.30.0.zip"
|
|
sha256 = "fe138305a61d72094beb8c507dab728020158e4b00dae695a60b9803babb3e30"
|
|
in_subdir = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.2-fpm ffmpeg imagemagick"
|