generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.toml
68 lines (47 loc) · 1.38 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "filebin"
name = "Filebin"
description.en = "Web application that facilitates convenient file sharing over the Web"
description.fr = "Application Web facilitant le partage pratique de fichiers sur le Web"
version = "1.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = " BSD-3-Clause"
demo = "https://filebin.net/"
code = "https://github.com/espebra/filebin2/"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/espebra/filebin2/archive/refs/heads/master.zip"
sha256 = "bf210b4e886019e72be9a553a0a3d68546d13df10385df745a68f0e9aa79060e"
# autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "postgresql, postgresql-contrib"
[resources.database]
type = "postgresql"