2023-11-22 14:28:21 +00:00
|
|
|
{
|
2023-11-26 13:38:53 +00:00
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Dockge",
|
|
|
|
"port": 8768,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "dockge",
|
2024-01-21 18:27:43 +00:00
|
|
|
"tipi_version": 10,
|
|
|
|
"version": "1.4.2",
|
2023-11-26 13:38:53 +00:00
|
|
|
"categories": [
|
|
|
|
"utilities"
|
|
|
|
],
|
|
|
|
"description": "A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
|
|
|
|
"short_desc": "Docker compose.yaml stack-oriented manager.",
|
|
|
|
"author": "Louis Lam",
|
|
|
|
"source": "https://github.com/louislam/dockge",
|
|
|
|
"form_fields": [],
|
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
|
|
|
}
|