-
Notifications
You must be signed in to change notification settings - Fork 5
/
manifest.toml
99 lines (78 loc) · 3.07 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
99
packaging_format = 2
id = "flarum"
name = "Flarum"
description.en = "Next-generation forum made simple"
description.fr = "Forum de nouvelle génération, simplement"
description.de = "Forum der nächsten Generation leicht gemacht"
version = "1.8.8~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "MIT"
website = "https://flarum.org"
demo = "https://discuss.flarum.org/d/21101-demos-come-to-flarum"
admindoc = "https://docs.flarum.org"
code = "https://github.com/flarum/framework"
cpe = "cpe:2.3:a:flarum:flarum"
fund = "https://flarum.org/donate/"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "80M"
ram.build = "400M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/flarum"
[install.admin]
type = "user"
[install.password]
help.en = "Choose your password. It will be useful if logging in from YunoHost fails or is disrupted."
help.fr = "Choisissez votre mot de passe. Il sera utile si la connexion via YunoHost échoue ou est perturbée."
type = "password"
[install.title]
ask.en = "Choose a title for your forum"
ask.fr = "Choisissez un titre pour votre forum"
ask.de = "Wählen einen Titel für eure Internetforum"
type = "string"
example = "My forum"
default = "My forum"
[install.init_main_permission]
help.en = "If set to 'visitors', it will be open to all visitors like any forum. If private, only the YunoHost server users can access it."
help.fr = "Si défini sur 'visiteurs', le forum sera accessible à tous, comme pour tout forum. Si privé, seuls les utilisateurs du serveur YunoHost pourront y accéder."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
ask.de = "Wählen Sie eine Sprache"
type = "select"
choices = ["fr", "en", "de"]
default = "en"
[resources]
# The main source is only used to auto-update the package
[resources.sources.main]
prefetch = false
url = "https://github.com/flarum/framework/archive/refs/tags/v1.8.8.tar.gz"
sha256 = "5b51bbc2251fb78262e2e7fbd1ff3ff62c9e4c41a631b41e51c76f762b88fafe"
autoupdate.upstream = "https://github.com/flarum/framework"
autoupdate.strategy = "latest_github_tag"
# The flarum source is the one actually being installed
[resources.sources.flarum]
url = "https://github.com/flarum/flarum/archive/refs/tags/v1.8.1.tar.gz"
sha256 = "25ab0e3f44944ab478dd1076d4ada60a4f1a6255cb291423011d35b341f32570"
autoupdate.upstream = "https://github.com/flarum/flarum"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "mariadb-server, php8.2-curl, php8.2-dom, php8.2-gd, php8.2-mbstring, php8.2-pdo-mysql, php8.2-tokenizer, php8.2-zip, php8.2-ldap"
[resources.database]
type = "mysql"