mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-31 08:49:02 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "Cockpit",
|
|
"slug": "cockpit",
|
|
"categories": [
|
|
10
|
|
],
|
|
"date_created": "2024-10-20",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9090,
|
|
"documentation": "https://cockpit-project.org/documentation.html",
|
|
"website": "https://cockpit-project.org/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/cockpit.webp",
|
|
"config_path": "/etc/cockpit/cockpit.conf",
|
|
"description": "Cockpit is a web-based graphical interface for managing Linux servers. It allows users to perform tasks like configuring networks, managing storage, and monitoring system performance directly through a web browser. It integrates with existing system tools, making it suitable for both beginners and experienced admins.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/cockpit.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Set a root password if using autologin. This will be the Cockpit password.`sudo passwd root`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|