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

75 lines
2.6 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "loki"
name = "Loki + Promtail"
description.en = "Set of components that can be composed into a fully featured logging stack"
description.fr = "Ensemble de composants qui peuvent être composés pour former une pile de journalisation complète"
version = "3.0.0~ynh2"
maintainers = ["fflorent"]
[upstream]
license = "AGPL-3.0"
website = "https://grafana.com/docs/loki/latest/"
admindoc = "https://grafana.com/docs/loki/latest/"
code = "https://github.com/grafana/loki"
cpe = "cpe:2.3:a:grafana:loki"
[integration]
yunohost = ">= 11.2"
architectures = ["amd64", "armhf", "arm64"]
multi_instance = true
ldap = "not_relevant"
sso = "not_relevant"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[resources]
[resources.sources]
[resources.sources.loki]
amd64.url = "https://github.com/grafana/loki/releases/download/v3.1.1/loki-linux-amd64.zip"
amd64.sha256 = "d7cf60aa461ccb159952742eb26e5576ec03b048ea59bad72e83989aa1554d9e"
armhf.url = "https://github.com/grafana/loki/releases/download/v3.1.1/loki-linux-arm.zip"
armhf.sha256 = "343d089d1bbf03acd9cb4b478f2a72898950ccc3edd959882539971f73f91ae7"
arm64.url = "https://github.com/grafana/loki/releases/download/v3.1.1/loki-linux-arm64.zip"
arm64.sha256 = "c53b31a7dad2fbd90e467ddba73a8057eb5b9623cd763ff17742ca3d0b999920"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^loki-linux-amd64.zip$"
autoupdate.asset.armhf = "^loki-linux-arm.zip$"
autoupdate.asset.arm64 = "^loki-linux-arm64.zip$"
[resources.sources.promtail]
amd64.url = "https://github.com/grafana/loki/releases/download/v3.1.1/promtail-linux-amd64.zip"
amd64.sha256 = "bb097a4531978ed5d2d408ca7044e6d9acff84d12dfd033177b4156ea60576ad"
armhf.url = "https://github.com/grafana/loki/releases/download/v3.1.1/promtail-linux-arm.zip"
armhf.sha256 = "f1405825b1369590a54445e226c42a28b6b3a55ed962f03ddbf352a4af84dfcd"
arm64.url = "https://github.com/grafana/loki/releases/download/v3.1.1/promtail-linux-arm64.zip"
arm64.sha256 = "53edcef2382838a2dede74b5e69ff3a2355493f27b7beaa8859089c0bd9c75e0"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^promtail-linux-amd64.zip$"
autoupdate.asset.armhf = "^promtail-linux-arm.zip$"
autoupdate.asset.arm64 = "^promtail-linux-arm64.zip$"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
[resources.ports]
http.default = 3100
grpc.default = 9096
promtail.default = 9080