app-store/apps/planning-poker/config.json

18 lines
464 B
JSON
Raw Normal View History

2024-01-03 12:59:49 +00:00
{
"$schema": "../schema.json",
"name": "Planning Poker",
"port": 8880,
"available": true,
"exposable": true,
"id": "planning-poker",
"tipi_version": 2,
2024-01-03 12:59:49 +00:00
"version": "1.2.1",
"categories": ["development"],
2024-01-03 12:59:49 +00:00
"description": "",
"short_desc": "Online planning poker for scrum master.",
"author": "axeleroy",
"source": "https://github.com/axeleroy/self-host-planning-poker",
"form_fields": [],
"supported_architectures": ["amd64", "arm64"]
2024-01-03 12:59:49 +00:00
}