jose-pr/cockpit-file-sharing
Project ID: 48200
Description
A Cockpit plugin to easily manage samba and NFS file sharing.
Features
- Add and edit Samba shares
- Full control of Samba Share parameters
- Auto populate parameters with commonly used settings
- Edit global Samba config
- Manage Samba users and their groups
- Add and remove groups
- Set SeDiskOperator Privileges
- Add and remove NFS sharing with full control of permissions and client IPs
Installation Instructions
Installation
From 45Drives Repo
Ubuntu
$ wget -qO - http://images.45drives.com/repo/keys/aptpubkey.asc | apt-key add -
$ curl -o /etc/apt/sources.list.d/45drives.list http://images.45drives.com/repo/debian/45drives.list
$ apt update
$ apt install cockpit-file-sharing
Rocky
$ curl -o /etc/yum.repos.d/45drives.repo http://images.45drives.com/repo/centos/45drives-centos.repo
$ dnf clean all && dnf makecache
$ dnf install cockpit-file-sharing
CentOS 7
$ curl -o /etc/yum.repos.d/45drives.repo http://images.45drives.com/repo/centos/45drives-centos.repo
$ yum clean all && yum makecache
$ yum install cockpit-file-sharing
From Source
Ensure dependencies are installed: cockpit
, python3
, samba
, nfs-kernel-server
.
$ git clone https://github.com/45Drives/cockpit-file-sharing.git
$ cd cockpit-file-sharing
$ make install
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (13)*, ppc64le (25)*, x86_64 (27)* | Centos-stream 8 (58 downloads) |
![]() |
aarch64 (24)*, x86_64 (26)* | Centos-stream 9 (68 downloads) |
![]() |
ppc64le (33)*, x86_64 (19)* | EPEL 7 (59 downloads) |
![]() |
aarch64 (17)*, ppc64le (27)*, x86_64 (23)* | EPEL 8 (74 downloads) |
![]() |
aarch64 (1)*, i386 (6)*, ppc64le (2)*, s390x (5)*, x86_64 (3)* | Fedora 40 multilib x86_64+i386 (0 downloads) |
![]() |
aarch64 (4)*, i386 (3)*, ppc64le (1)*, s390x (3)*, x86_64 (4)* | Fedora 41 multilib x86_64+i386 (94 downloads) |
![]() |
aarch64 (2)*, i386 (1)*, ppc64le (1)*, s390x (1)*, x86_64 (1)* | Fedora 42 multilib x86_64+i386 (55 downloads) |
![]() |
aarch64 (18)*, s390x (22)*, x86_64 (11)* | Fedora eln (88 downloads) |
![]() |
aarch64 (10)*, i386 (15)*, ppc64le (30)*, s390x (18)*, x86_64 (17)* | Fedora rawhide multilib x86_64+i386 (96 downloads) |
![]() |
aarch64 (12)*, i586 (20)*, ppc64le (32)*, x86_64 (10)* | openSUSE Tumbleweed (76 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jose-pr/cockpit-file-sharing
More info about enabling Copr repositories