-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
65 lines (46 loc) · 1.28 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
packaging_format = 2
id = "distbin"
name = "Distbin"
description.en = "Distributed pastebin with ActivityPub"
description.fr = "Pastebin distribué utilisant le protocole ActivityPub"
version = "1.3.0~ynh14"
maintainers = ["yalh76"]
[upstream]
license = "Apache-2.0"
website = "https://distbin.com/about"
demo = "https://distbin.com/"
code = "https://github.com/gobengo/distbin"
[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.path]
type = "path"
default = "/distbin"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/gobengo/distbin/archive/v1.3.0.tar.gz"
sha256 = "65d9774cafbb5829b82d09b0ea0d3d5d1ec5f076fadef2b8576d29a901c58a90"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
subdirs =["distbin-db/activities", "distbin-db/inbox"]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = "ca-certificates, curl, rsync"