-
Notifications
You must be signed in to change notification settings - Fork 2
/
manifest.toml
70 lines (50 loc) · 1.65 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
packaging_format = 2
id = "commento"
name = "Commento"
description.en = "Fast, privacy-focused commenting platform"
description.fr = "Plateforme de commentaires rapide axée sur la confidentialité"
version = "1.8.7~ynh3"
maintainers = []
[upstream]
license = "MIT"
website = "https://commento.io/"
demo = "https://demo.souradip.com/chat.html"
admindoc = "https://docs.commento.io/"
code = "https://github.com/souramoo/commentoplusplus"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64"]
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.admin]
type = "user"
[install.init_main_permission]
help.en = "visitors selected, Commento will be accessible by people who do not have an account. This can be changed later via the webadmin."
help.fr = "visiteurs selectionné, Commento sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/souramoo/commentoplusplus/releases/download/v1.8.7/release.tar.gz"
sha256 = "a9925f34b3c035571b14b0d2f351129d70b9d589b9832fcb09f7f0d56d6d92a1"
in_subdir = false
autoupdate.strategy = "latest_github_tag"
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql"
[resources.database]
type = "postgresql"