generated from YunoHost/example_ynh
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.toml
67 lines (43 loc) · 1.59 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "workout-tracker"
name = "Workout Tracker"
description.en = "A workout tracking web application for personal use (or family, friends) geared towards running and other GPX-based activities"
version = "2.0.3~ynh1"
maintainers = ["Thovi98"]
[upstream]
license = "MIT"
code = "https://github.com/jovandeginste/workout-tracker"
[integration]
yunohost = ">= 11.2.18"
helpers_version = "2.1"
architectures = ["amd64", "arm64"]
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"
[resources]
[resources.sources]
[resources.sources.main]
amd64.url = "https://github.com/jovandeginste/workout-tracker/releases/download/v2.0.3/workout-tracker-v2.0.3-linux-amd64.tar.gz"
amd64.sha256 = "91c7213beec74309a96115eaad3b721d60eacbb0e42ae80ef8f251b9c6e8c9c1"
arm64.url = "https://github.com/jovandeginste/workout-tracker/releases/download/v2.0.3/workout-tracker-v2.0.3-linux-arm64.tar.gz"
arm64.sha256 = "93a16af5e9ab5201abdbd77901a589b728c6a1fb4637d2294e075339dbce135a"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*linux-amd64.tar.gz"
autoupdate.asset.arm64 = ".*linux-arm64.tar.gz"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
main.default = 8080