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

70 lines
1.6 KiB
TOML
Raw Normal View History

2023-10-03 23:43:58 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "bozon"
name = "BoZoN"
description.en = "Minimalist Drag & drop file sharing app"
description.fr = "Application minimaliste de partage de fichiers"
version = "2.4.18~ynh4"
2023-10-04 12:27:38 +02:00
maintainers = [""]
2023-10-03 23:43:58 +02:00
[upstream]
license = "AGPL-3.0"
code = "https://github.com/broncowdd/BoZoN"
[integration]
2023-10-04 11:09:44 +02:00
yunohost = ">= 11.2"
2023-10-03 23:43:58 +02:00
architectures = "all"
multi_instance = false
ldap = true
sso = "not_relevant"
2023-10-03 23:52:34 +02:00
disk = "10M"
ram.build = "10M"
ram.runtime = "10M"
2023-10-03 23:43:58 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/bozon"
[install.init_main_permission]
help.en = "If public, any visitor can convert audio or video files using your server."
help.fr = "Si lapplication est publique, nimporte quel visiteur pourra utiliser votre serveur pour convertir des fichiers audio et vidéos."
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/broncowdd/BoZoN/archive/ce0265e0dd13bc1e3cbbf0d96b846f65d1a17173.zip"
sha256 = "42e8e81771cb3489297a75138a69cf83c82edc3e6ea5988b8d436254ac502b1b"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs = ["uploads", "thumbs"]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"php7.4-fpm",
"php7.4-zip",
"php7.4-curl",
"php7.4-gd",
]