All Projects → 45Drives → cockpit-samba-manager

45Drives / cockpit-samba-manager

Licence: GPL-3.0 license
A Cockpit plugin to manage Samba shares and users.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
CSS
56736 projects
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cockpit-samba-manager

smbaudit
Perform various SMB-related attacks, particularly useful for testing large Active Directory environments.
Stars: ✭ 31 (+10.71%)
Mutual labels:  share, samba, smb
samba4-l1
🔴 Curso GRÁTIS SAMBA 4 Level 1 REPOSITÓRIO CONGELADO - Esse repositório não irá mais receber atualizações.
Stars: ✭ 60 (+114.29%)
Mutual labels:  samba, samba-share, samba-server
ucsunivention
⚫ Curso GRÁTIS SAMBA-4 UCS Univention Core Free 5.x Domain Controller Active Directory Open Source
Stars: ✭ 29 (+3.57%)
Mutual labels:  samba, samba-share, samba-server
dash
Server control panel
Stars: ✭ 22 (-21.43%)
Mutual labels:  samba, smb
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 98 (+250%)
Mutual labels:  smb, cifs
smbj-rpc
Created by Paul Miseiko via the GitHub Connector
Stars: ✭ 31 (+10.71%)
Mutual labels:  smb, cifs
fs.smbfs
Pyfilesystem2 over SMB using pysmb
Stars: ✭ 21 (-25%)
Mutual labels:  smb, cifs
cockpit-gluster
Easy to use management console for Gluster Storage with glusterd2 support.
Stars: ✭ 29 (+3.57%)
Mutual labels:  cockpit, cockpit-plugin
user external
👥 External user authentication methods like IMAP, SMB and FTP
Stars: ✭ 80 (+185.71%)
Mutual labels:  samba, smb
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 181 (+546.43%)
Mutual labels:  smb, cifs
pmOCR
A wrapper for tesseract / abbyyOCR11 ocr4linux finereader cli that can perform batch operations or monitor a directory and launch an OCR conversion on file activity
Stars: ✭ 53 (+89.29%)
Mutual labels:  smb, cifs
samba
A Dockerfile to build multi-architecture images of Samba, which is the standard Windows interoperability suite of programs for Linux and Unix. This is my personal docker recipe.
Stars: ✭ 60 (+114.29%)
Mutual labels:  samba, samba-server
kap-streamable
Kap plugin - Share on Streamable
Stars: ✭ 27 (-3.57%)
Mutual labels:  share
DarkHider
Hide your important notes , text messages , phone numbers and more in pictures and protect your privacy.
Stars: ✭ 25 (-10.71%)
Mutual labels:  share
netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+114.29%)
Mutual labels:  share
linkcast
Share links, images, blogs and everything on the web with your friends in one click using this chrome extension Linkcast
Stars: ✭ 13 (-53.57%)
Mutual labels:  share
yhtml5-tutorial
the tutorial for learning Front-end technology
Stars: ✭ 19 (-32.14%)
Mutual labels:  share
samba
samba - (servercontainers/samba) (+ optional zeroconf, wsdd2 & time machine) on alpine [x86 + arm]
Stars: ✭ 90 (+221.43%)
Mutual labels:  samba
seahorse
ELKFH - Elastic, Logstash, Kibana, Filebeat and Honeypot (HTTP, HTTPS, SSH, RDP, VNC, Redis, MySQL, MONGO, SMB, LDAP)
Stars: ✭ 31 (+10.71%)
Mutual labels:  smb
godot-custom-mobile-template
Godot Game Engine Custom Mobile Template
Stars: ✭ 70 (+150%)
Mutual labels:  share

This module is no longer updated. Please check https://github.com/45Drives/cockpit-file-sharing for the latest version.

Cockpit Samba Manager

A Cockpit plugin to make managing SMB shares easy.

Main Page Main Page

Editing a Share Editing a Share

Installation

From Github Release

Ubuntu

  1. $ wget https://github.com/45Drives/cockpit-samba-manager/releases/download/v1.0.6/cockpit-samba-manager_1.0.6-1focal_all.deb
  2. # apt install ./cockpit-samba-manager_1.0.6-1focal_all.deb
  3. Edit Samba configuration

EL7

  1. # yum install https://github.com/45Drives/cockpit-samba-manager/releases/download/v1.0.6/cockpit-samba-manager-1.0.6-1.el7.noarch.rpm
  2. Edit Samba configuration

EL8

  1. # dnf install https://github.com/45Drives/cockpit-samba-manager/releases/download/v1.0.6/cockpit-samba-manager-1.0.6-1.el8.noarch.rpm
  2. Edit Samba configuration

From Source

  1. $ git clone https://github.com/45Drives/cockpit-samba-manager.git
  2. $ cd cockpit-samba-manager
  3. $ git checkout v1.0.6
  4. # make install
  5. Edit Samba configuration

From 45Drives Repositories

Ubuntu

  1. Import GPG Key
wget -qO - http://images.45drives.com/repo/keys/aptpubkey.asc | sudo apt-key add -
  1. Add 45drives.list
cd /etc/apt/sources.list.d
sudo wget http://images.45drives.com/repo/debian/45drives.list
sudo apt update
  1. Install Package
sudo apt install cockpit-samba-manager
  1. Edit Samba configuration

EL7

  1. Add Repository
cd /etc/yum.repos.d
sudo wget http://images.45drives.com/repo/centos/45drives-centos.repo
sudo yum clean all
  1. Install Package
sudo yum install cockpit-samba-manager
  1. Edit Samba configuration

Samba Configuration

/etc/samba/smb.conf:

[global]
include = registry
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].