-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmanifest.toml
More file actions
91 lines (65 loc) · 2.31 KB
/
Copy pathmanifest.toml
File metadata and controls
91 lines (65 loc) · 2.31 KB
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
#:schema https://raw.githubusercontent.com/YunoHost/apps/main/schemas/manifest.v2.schema.json
packaging_format = 2
id = "sparkyfitness"
name = "SparkyFitness"
description.en = "Track food, fitness, water, and health — together. "
description.fr = "Suivez votre alimentation, votre forme et votre santé — au même endroit"
version = "0.16.8~ynh1"
maintainers = ["Thovi98"]
[upstream]
license = "PolyForm-Noncommercial-1.0.0" # Not exactly but the most relative
admindoc = "https://codewithcj.github.io/SparkyFitness"
code = "https://github.com/CodeWithCJ/SparkyFitness"
[integration]
yunohost = ">= 12.1.38"
helpers_version = "2.1"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
type = "group"
default = "visitors"
[install.admin]
# this is a generic question - ask strings are automatically handled by YunoHost's core
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/CodeWithCJ/SparkyFitness/releases/download/v0.16.8/SparkyFitness.tar.gz"
sha256 = "16061b1ee6ee6b25abc69e590ca32cf91d195d3c4397aecaaf5061a383743697"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = ".*.tar.gz"
[resources.sources.temp]
url = "https://github.com/CodeWithCJ/SparkyFitness/archive/refs/tags/v0.16.8.tar.gz"
sha256 = "b99db8e2646967c2511a704ceb031ca916f99c9fe79c1a4ee9ab69e2be8b1d15"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
main.auth_header = false
api.url = "/api"
api.auth_header = false
api.allowed = "visitors"
api.show_tile = false
api.protected = true
[resources.ports]
main.default = 3010
garmin.default = 8000
[resources.apt]
packages = "postgresql, postgresql-contrib, python3-venv"
[resources.database]
type = "postgresql"
[resources.nodejs]
version = "24"