ProxmoxVE/json/dockge.json

41 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "Dockge",
"slug": "dockge",
"categories": [
"Docker - Kubernetes"
],
"date_created": "2024-05-02",
"type": "ct",
"updateable": 0,
"privileged": 0,
"interface_port": "5001",
"documentation": "",
"website": "https://github.com/louislam/dockge",
"logo": "https://raw.githubusercontent.com/louislam/dockge/master/frontend/public/icon.svg",
"description": "Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
"install_methods": [
{
"type": "default",
"script": "ct/dockge.sh",
"resources": {
"cpu": "2",
"ram": "2048",
"hdd": "18",
"os": "debian",
"version": "12"
}
}
],
"default_credentials": {
"username": "",
"password": ""
},
"alerts": [
{
"alert": "Options to add Immich and/or Home Assistant"
},
{
"alert": "If the LXC is created Privileged, the script will automatically set up USB passthrough."
}
]
}