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

59 lines
1.2 KiB
TOML
Raw Permalink 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"
2024-05-13 17:37:53 +02:00
version = "0.30.0~ynh11"
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-08-18 21:51:09 +02:00
yunohost = ">= 11.2"
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]
2023-04-01 17:18:39 +02:00
[resources.sources]
[resources.sources.main]
2024-05-03 19:55:09 +02:00
url = "https://github.com/lrsjng/h5ai/archive/refs/tags/v0.30.0.tar.gz"
sha256 = "f1638557ec79e6fe6bd9303b1e9d8d0180a620dbf4811b6c194befa24769800c"
2023-04-01 17:18:39 +02:00
2023-02-17 22:34:43 +01:00
[resources.system_user]
2023-09-09 16:45:45 +02:00
allow_sftp = true
2023-02-17 22:34:43 +01:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-02-17 22:45:03 +01:00
[resources.apt]
2023-09-13 22:54:03 +02:00
packages = "php8.2-fpm, php8.2-gd, ffmpeg, imagemagick"