generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
55 lines (38 loc) · 1.15 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "grammalecte"
name = "Grammalecte server"
description.en = "Grammar and typography checker for French and Occitan (API)"
description.fr = "Correcteur grammatical et typographique pour le Français et l'Occitan (API)"
version = "2.1.1~ynh3"
maintainers = ["Jules Bertholet"]
[upstream]
license = "GPL-3.0-only"
website = "https://grammalecte.net"
code = "http://grammalecte.net:8080"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = true
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources.main]
url = "https://grammalecte.net/zip/Grammalecte-fr-v2.1.1.zip"
sha256 = "f643eca603652469947d9bd85fb0ec08f8eb0f7b6ab925d2fb18bfc6fdd8d21c"
in_subdir = false
[resources.ports]
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "python3"