mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-06 23:23:08 +00:00

* Prepare JSON files for new website feature * Update dashy.json * Update crafty-controller.json * Update ntfy.json * Update bookstack.json * Update add-lxc-iptag.json * Update zammad.json * Update adguard.json * Update apache-guacamole.json * Update authentik.json * Update authelia.json * Update gitea.json * Update forgejo.json * Update elementsynapse.json * Remove Whoogle --------- Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "Dockge",
|
|
"slug": "dockge",
|
|
"categories": [
|
|
3
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 5001,
|
|
"documentation": null,
|
|
"website": "https://github.com/louislam/dockge",
|
|
"logo": "https://raw.githubusercontent.com/louislam/dockge/master/frontend/public/icon.svg",
|
|
"config_path": "",
|
|
"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": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Options to add Immich and/or Home Assistant",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "If the LXC is created Privileged, the script will automatically set up USB passthrough.",
|
|
"type": "warning"
|
|
}
|
|
]
|
|
}
|