-
Notifications
You must be signed in to change notification settings - Fork 4
/
manifest.toml
81 lines (62 loc) · 2.3 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
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "owntracks"
name = "OwnTracks"
description.en = "Keep track of your location history"
description.fr = "Gérez votre historique de géolocalisation"
version = "2.15.3~ynh1"
maintainers = ["tituspijean"]
[upstream]
license = "MIT"
website = "https://owntracks.org/"
code = "https://github.com/owntracks/frontend"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/owntracks"
[install.user]
ask.en = "Choose an account"
ask.fr = "Choisissez un compte"
help.en = "Mandatory if the app is set to public: this account's traces will be loaded by default."
help.fr = "Obligatoire si l'app est publique : les traces de ce compte seront chargées par défaut."
type = "user"
optional = true
[install.init_main_permission]
type = "group"
default = "all_users"
help.en = "Be wary if you select Visitors: all locations sent to the recorder can be read."
help.fr = "Attention si vous sélectionnez Visiteurs : toutes les localisations envoyées à l'enregistreur pourront être lues."
[resources]
[resources.apt]
extras.recorder.repo = "deb http://repo.owntracks.org/debian __YNH_DEBIAN_VERSION__ main"
extras.recorder.key = "https://raw.githubusercontent.com/owntracks/recorder/master/etc/repo.owntracks.org.gpg.key"
extras.recorder.packages = ["ot-recorder"]
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"
[resources.sources.main]
url = "https://github.com/owntracks/frontend/archive/refs/tags/v2.15.3.tar.gz"
sha256 = "7ceaaf15dda4a614a94c94e20104a94d422020466ebbeb1ac21d573c26acd9f2"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "tarball"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.ports]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.auth_header = false
api.show_tile = false
api.protected= true