-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmanifest.toml
70 lines (53 loc) · 1.61 KB
/
manifest.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
#: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~ynh5"
maintainers = []
[upstream]
license = "AGPL-3.0"
code = "https://github.com/broncowdd/BoZoN"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = false
ldap = true
sso = "not_relevant"
disk = "10M"
ram.build = "10M"
ram.runtime = "10M"
[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]
url = "https://github.com/broncowdd/BoZoN/archive/ce0265e0dd13bc1e3cbbf0d96b846f65d1a17173.tar.gz"
sha256 = "32bd0ab3918feeffbd77141e03dda1424043a9927758e5ed3054df96c2bc8673"
autoupdate.strategy = "latest_github_commit"
[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",
]