generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.toml
85 lines (64 loc) · 2.32 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "wanderer"
name = "Wanderer"
description.en = "Self-hosted trail database. Save your adventures! "
description.fr = "Base de données de trails auto-hébergée. Sauvegardez vos aventures !"
version = "0.13.0~ynh1"
maintainers = ["Thovi98"]
[upstream]
license = "AGPL-3.0"
website = "https://wanderer.to/"
demo = "https://demo.wanderer.to/"
admindoc = "https://wanderer.to/getting-started/installation/"
userdoc = "https://wanderer.to/"
code = "https://github.com/Flomp/wanderer"
fund = "https://buymeacoffee.com/wanderertrails"
[integration]
yunohost = ">= 11.2.30"
helpers_version = "2.1"
architectures = "all"
multi_instance = false
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.disable_signup]
ask.en = "Enable sign up?"
ask.fr = "Autoriser les inscriptions ?"
type = "boolean"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/Flomp/wanderer/archive/refs/tags/v0.13.0.tar.gz"
sha256 = "405698bb368e16c99f4d1c268ab44dc50f2c0ef4bd5e90c230a60a55b208687b"
autoupdate.strategy = "latest_github_tag"
[resources.sources.meili]
amd64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.12.1/meilisearch-linux-amd64"
amd64.sha256 = "7fdaee9f8f848ecfdf0b362f0f1da8d8316a2065c58919655b8afa8d983327f7"
arm64.url = "https://github.com/meilisearch/meilisearch/releases/download/v1.12.1/meilisearch-linux-aarch64"
arm64.sha256 = "1b743bbee413d280a77b84bb3ee386124c600c4921273702c811ccafc2ba0c27"
rename = "meilisearch"
in_subdir = false
extract = false
autoupdate.strategy = "latest_github_release"
autoupdate.upstream = "https://github.com/meilisearch/meilisearch"
autoupdate.asset.amd64 = "^meilisearch-linux-amd64$"
autoupdate.asset.arm64 = "^meilisearch-linux-aarch64$"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 3000
meili.default = 7700
pocketbase.default = 8090
pocketbase.fixed = true