app-store/apps/planning-poker/config.json
2024-04-13 11:29:50 +02:00

18 lines
464 B
JSON

{
"$schema": "../schema.json",
"name": "Planning Poker",
"port": 8880,
"available": true,
"exposable": true,
"id": "planning-poker",
"tipi_version": 2,
"version": "1.2.1",
"categories": ["development"],
"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"]
}