Cockpit and CouchDB

Can Cockpit and Apache CouchDB be added to the Dietpi packages? Thanks!

https://cockpit-project.org/

https://couchdb.apache.org/

I tried to install Cockpit, but after installation, a lot of tabs (Applications, Stoarge, Networking, Development, etc. )were missing following the instruction here. https://cockpit-project.org/running.html#debian

1 Like

+1 for Cockpit

maya95
for the missing tabs Applications, Stoarge, Networking, Development, etc, you would need to install the required packages in addition.

For storage it would be

apt install -t buster-backports cockpit-storaged

https://cockpit-project.org/applications.html

1 Like

Thanks @Joulinar!

apt install -t buster-backports cockpit-storaged
apt install -t buster-backports cockpit-networkmanager
apt install -t buster-backports cockpit-packagekit

brought out Storage, Networking, Applications & Software Updates tabs.

1 Like