mirror of
https://github.com/YunoHost-Apps/workout-tracker_ynh.git
synced 2024-09-03 20:36:03 +02:00
66 lines
1.6 KiB
TOML
66 lines
1.6 KiB
TOML
#: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 = "1.16.4~ynh1"
|
|
|
|
maintainers = ["Thovi98"]
|
|
|
|
[upstream]
|
|
license = "MIT"
|
|
code = "https://github.com/jovandeginste/workout-tracker"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
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/v1.16.4/workout-tracker-v1.16.4-linux-amd64.tar.gz"
|
|
amd64.sha256 = "ea0283b1f26c49b9350d7e3de659d6870a2038d7c3295af362b730ac1d2b6695"
|
|
|
|
arm64.url = "https://github.com/jovandeginste/workout-tracker/releases/download/v1.16.4/workout-tracker-v1.16.4-linux-arm64.tar.gz"
|
|
arm64.sha256 = "5d89f063c75723713b12ffc71c4df61a073a6aaae280c57abe7efe548ed028c8"
|
|
|
|
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
|
|
|
|
|
|
|