1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/owntracks_ynh.git synced 2024-09-03 19:56:24 +02:00
owntracks_ynh/manifest.toml

82 lines
2.3 KiB
TOML
Raw Normal View History

2024-01-27 13:18:15 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-10-17 09:04:02 +02:00
packaging_format = 2
id = "owntracks"
name = "OwnTracks"
description.en = "Keep track of your location history"
description.fr = "Gérez votre historique de géolocalisation"
2023-10-17 09:11:51 +02:00
version = "2.12.0~ynh1"
2023-10-17 09:04:02 +02:00
maintainers = ["tituspijean"]
[upstream]
2023-10-17 10:16:46 +02:00
license = "MIT"
2023-10-17 09:04:02 +02:00
website = "https://owntracks.org/"
2024-02-22 23:54:08 +01:00
code = "https://github.com/owntracks/frontend"
2023-10-17 09:04:02 +02:00
[integration]
2023-10-17 09:11:51 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-17 09:04:02 +02:00
multi_instance = true
2023-10-17 09:11:51 +02:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-10-17 09:04:02 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/owntracks"
[install.user]
2024-06-09 18:30:37 +02:00
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."
2023-10-17 09:04:02 +02:00
type = "user"
optional = true
[install.init_main_permission]
type = "group"
2024-06-09 18:30:37 +02:00
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."
2023-10-17 09:04:02 +02:00
[resources]
2024-06-03 20:04:06 +02:00
[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"
2024-01-27 13:18:15 +01:00
[resources.sources.main]
url = "https://github.com/owntracks/frontend/archive/refs/tags/v2.12.0.tar.gz"
sha256 = "1695c3e39f5b276fc6d07c7685eaa3df033e37979b240bc8422663e8aa22e130"
2024-02-22 23:54:08 +01:00
autoupdate.strategy = "latest_github_release"
2024-01-27 13:18:15 +01:00
autoupdate.asset = "tarball"
2023-10-17 09:04:02 +02:00
[resources.system_user]
[resources.install_dir]
2024-06-03 20:04:06 +02:00
[resources.data_dir]
[resources.ports]
2023-10-17 09:04:02 +02:00
[resources.permissions]
main.url = "/"
2023-10-17 10:19:17 +02:00
api.url = "/api"
api.auth_header = false
api.show_tile = false
api.protected= true