-
Notifications
You must be signed in to change notification settings - Fork 9
/
manifest.toml
62 lines (47 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
packaging_format = 2
id = "hubzilla"
name = "Hubzilla"
description.en = "Decentralized publication platform and social network"
description.fr = "Plateforme de publication décentralisée et un réseau social"
version = "9.4.1~ynh1"
maintainers = []
[upstream]
license = "MIT"
website = "https://hubzilla.org"
code = "https://framagit.org/hubzilla/core"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "200M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://framagit.org/hubzilla/core/-/archive/9.4.1/core-9.4.1.tar.bz2"
sha256 = "8ffe0414482ac3cd71c039f56404a72c0050ea6152a18a37e59a6c1df2910a78"
autoupdate.strategy = "latest_gitlab_release"
[resources.sources.addons]
url = "https://framagit.org/hubzilla/addons/-/archive/9.4.1/addons-9.4.1.tar.bz2"
sha256 = "501f911e09883700f34d30a0fa5c7d6df9dfbc672a77791444d4aa4d500a8414"
autoupdate.strategy = "latest_gitlab_tag"
autoupdate.upstream = "https://framagit.org/hubzilla/addons"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql, php8.3-curl, php8.3-gd, php8.3-pgsql, php8.3-mbstring, php8.3-xml, php8.3-zip, php8.3-cli, php8.3-imagick, php8.3-gmp, php8.3-intl"
[resources.database]
type = "postgresql"