Official repository for Cockpit extensions by mietzen
Automated DEB822 repository setup & GPG package validation
One-line automated installation with GPG verification:
curl -fsSL https://mietzen.github.io/cockpit-plugins/install.sh | sudo bash
Manual setup (DEB822 format):
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://mietzen.github.io/cockpit-plugins/cockpit-plugins.gpg | sudo tee /etc/apt/keyrings/cockpit-plugins.gpg > /dev/null
sudo tee /etc/apt/sources.list.d/cockpit-plugins.sources << 'EOF'
Types: deb
URIs: https://mietzen.github.io/cockpit-plugins/
Suites: stable
Components: main
Signed-By: /etc/apt/keyrings/cockpit-plugins.gpg
EOF
sudo apt update && sudo apt install cockpit-zfs-storage
Automated YUM/DNF repository setup & GPG signature verification
One-line automated installation:
curl -fsSL https://mietzen.github.io/cockpit-plugins/install-rpm.sh | sudo bash
Manual setup:
sudo rpm --import https://mietzen.github.io/cockpit-plugins/key.gpg
sudo tee /etc/yum.repos.d/cockpit-plugins.repo << 'EOF'
[cockpit-plugins]
name=Cockpit Plugins Repository
baseurl=https://mietzen.github.io/cockpit-plugins/rpm/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://mietzen.github.io/cockpit-plugins/key.gpg
EOF
sudo dnf install cockpit-zfs-storage
| Package | Version | Description | Direct Downloads | SHA256 |
|---|---|---|---|---|
cockpit-file-sharing |
0.1.1 |
SMB and NFS file sharing management plugin for Cockpit | 790c471f…
5c6c0718…
|
|
cockpit-container-manager |
0.1.1 |
Docker and Podman container management plugin for Cockpit | 020713ba…
2f8c625e…
|
|
cockpit-zfs-storage |
0.5.1 |
OpenZFS storage management plugin for Cockpit | 7ebe923a…
805dcc7c…
|