-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.toml
98 lines (78 loc) · 2.31 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "microblogpub"
name = "microblog.pub"
description.en = "Single-user ActivityPub powered microblog"
description.fr = "Microblog mono-utilisateur alimenté par ActivityPub"
# version from v1 package 2.0.0-rc.12~ynh1
# yunohost doesn't like 'rc', so:
version = "2.0.0~ynh4"
maintainers = ["Thomas Sileo"]
[upstream]
license = "AGPL-3.0-or-later"
website = "https://docs.microblog.pub"
demo = "https://microblog.pub"
userdoc = "https://docs.migroblog.pub"
code = "https://git.sr.ht/~tsileo/microblog.pub"
[integration]
yunohost = ">= 11.2.21"
architectures = ["amd64", "i386", "arm64"]
multi_instance = false
ldap = false
sso = false
disk = "600M"
ram.build = "500M"
ram.runtime = "500M"
[install]
[install.init_main_permission]
type = "group"
default = "visitors"
[install.domain]
type = "domain"
[install.username]
ask.en = "Choose your username, your handle will be @username@domain"
type = "string"
[install.display_name]
ask.en = "Your display name"
type = "string"
[install.summary]
ask.en = "Your profile summary/bio (markdown is supported)"
type = "string"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://git.sr.ht/~tsileo/microblog.pub/archive/9c8693ea555d6363c8e56798df640489fa6b4f44.tar.gz"
sha256 = "37a987995e473d708671db1790d2a77489416ccd641989f390df83196b0d0ae9"
[resources.sources.pyenv]
url = "https://github.com/pyenv/pyenv/archive/refs/tags/v2.3.3.tar.gz"
sha256 = "2a6093c922d2a420b5ae45143ab973b0a85ee486c408cb487188b64edadfab35"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8095
[resources.apt]
packages = [
"python3",
"python3-dev",
"libxml2-dev",
"libxslt-dev",
"gcc",
"libjpeg-dev",
"zlib1g-dev",
"libncurses5-dev",
"libgdbm-dev",
"libnss3-dev",
"libssl-dev",
"libreadline-dev",
"libffi-dev",
"libsqlite3-dev",
"wget",
"libbz2-dev",
"liblzma-dev",
"libwebp-dev",
]