A Cockpit plugin to easily manage samba and NFS file sharing.
- 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
- Ensure dependencies are installed:
cockpit
,samba
,nfs-kernel-server
. $ git clone https://github.com/45Drives/cockpit-file-sharing.git
$ cd cockpit-file-sharing
# make install
- Import GPG Key
wget -qO - http://images.45drives.com/repo/keys/aptpubkey.asc | sudo apt-key add -
- Add 45drives.list
cd /etc/apt/sources.list.d
sudo wget http://images.45drives.com/repo/debian/45drives.list
- Uncomment second line in sources.list.d/45drives.list
vim /etc/apt/sources.list.d/45drives.list
sudo apt update
- Install Package
sudo apt install cockpit-file-sharing