revert: remove cockpit, keep nas-samba only

This commit is contained in:
2026-03-09 18:40:46 +00:00
parent b9d573aeac
commit 92a97e140f
2 changed files with 5 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
{
"name": "nas-samba",
"image": "servercontainers/samba:latest",
"isMain": false,
"isMain": true,
"hostname": "nas",
"addPorts": [
{
@@ -43,36 +43,6 @@
"value": "[data]; path=/nas; valid users=alexz; browsable=yes; writable=yes; create mask=0664; directory mask=0775"
}
]
},
{
"name": "nas-cockpit",
"image": "quay.io/cockpit/ws:latest",
"isMain": true,
"internalPort": 9090,
"privileged": true,
"volumes": [
{
"hostPath": "/run/systemd/private",
"containerPath": "/run/systemd/private",
"readOnly": false
},
{
"hostPath": "/run/dbus",
"containerPath": "/run/dbus",
"readOnly": false
},
{
"hostPath": "/",
"containerPath": "/host",
"readOnly": false
}
],
"environment": [
{
"key": "COCKPIT_KUBE_INSECURE",
"value": "true"
}
]
}
]
}