1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/workout-tracker_ynh.git synced 2024-09-03 20:36:03 +02:00
workout-tracker_ynh/manifest.toml

67 lines
1.6 KiB
TOML
Raw Normal View History

2024-04-10 07:40:36 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2024-04-10 07:56:43 +02:00
id = "workout-tracker"
2024-05-03 13:54:36 +02:00
name = "Workout Tracker"
2024-04-10 07:56:43 +02:00
description.en = "A workout tracking web application for personal use (or family, friends) geared towards running and other GPX-based activities"
2024-04-10 07:40:36 +02:00
version = "1.18.1~ynh1"
2024-04-10 07:40:36 +02:00
2024-04-10 07:56:43 +02:00
maintainers = ["Thovi98"]
2024-04-10 07:40:36 +02:00
[upstream]
2024-04-10 07:56:43 +02:00
license = "MIT"
code = "https://github.com/jovandeginste/workout-tracker"
2024-04-10 07:40:36 +02:00
[integration]
yunohost = ">= 11.2"
2024-04-10 19:10:22 +02:00
architectures = ["amd64", "arm64"]
2024-04-10 22:21:01 +02:00
multi_instance = false
2024-04-10 07:40:36 +02:00
2024-04-10 07:56:43 +02:00
ldap = false
2024-04-10 07:40:36 +02:00
2024-04-10 07:56:43 +02:00
sso = false
2024-04-10 07:40:36 +02:00
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/v1.18.1/workout-tracker-v1.18.1-linux-amd64.tar.gz"
amd64.sha256 = "281c0657a8b5b6a64d52fa84611c58ccb5a8fcc04453bffb2ed252aa55a53e6c"
2024-04-10 21:54:58 +02:00
arm64.url = "https://github.com/jovandeginste/workout-tracker/releases/download/v1.18.1/workout-tracker-v1.18.1-linux-arm64.tar.gz"
arm64.sha256 = "8ea8cf675f77805ba3f5083e0d2dcdf75c5c0ab6e7b582b1b9a9306666fd64a8"
2024-04-10 21:54:58 +02:00
2024-04-10 21:52:35 +02:00
in_subdir = false
2024-04-10 07:40:36 +02:00
2024-04-10 07:56:43 +02:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = ".*linux-amd64.tar.gz"
autoupdate.asset.arm64 = ".*linux-arm64.tar.gz"
2024-04-10 07:40:36 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
2024-04-10 07:56:43 +02:00
main.default = 8080
2024-04-10 07:40:36 +02:00