mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-03-06 10:55:56 +01:00
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "Dockge",
|
|
"slug": "dockge",
|
|
"categories": [
|
|
3
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "addon",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5001,
|
|
"documentation": null,
|
|
"website": "https://github.com/louislam/dockge",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dockge.webp",
|
|
"config_path": "/opt/dockge/compose.yaml",
|
|
"description": "Dockge is a fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "tools/addon/dockge.sh",
|
|
"resources": {
|
|
"cpu": null,
|
|
"ram": null,
|
|
"hdd": null,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "This is an addon script intended to be used on top of an existing Docker container.",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "Execute within an existing LXC console (Debian / Ubuntu / Alpine supported)",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "To update, run the addon script again and select Update, or use: bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/addon/dockge.sh)",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|