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"
|
|
|
|
|
|
2024-04-11 12:36:34 +02:00
|
|
|
|
version = "2.4.18~ynh5"
|
2023-10-03 23:43:58 +02:00
|
|
|
|
|
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 l’application est publique, n’importe 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]
|
2024-02-23 22:12:00 +01:00
|
|
|
|
url = "https://github.com/broncowdd/BoZoN/archive/ce0265e0dd13bc1e3cbbf0d96b846f65d1a17173.tar.gz"
|
|
|
|
|
sha256 = "32bd0ab3918feeffbd77141e03dda1424043a9927758e5ed3054df96c2bc8673"
|
2024-02-20 04:44:27 +01:00
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
2023-10-03 23:43:58 +02:00
|
|
|
|
|
|
|
|
|
[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",
|
|
|
|
|
]
|