Skip to content

github-clonner/go-samba4

 
 

Repository files navigation

Samba4 Web Manager - Python + Flask Framework

A web interface to manage samba4 server - Python, Flask Framework

System requirements for development

  • Debian 9 64Bits
  • Samba4 4.9.0
  • Python
  • Flask Framework
  • Pyinstaller

System requirements for use

  • Debian 9 64Bits
  • Samba4 4.9.0

Installing Samba4 on Debian 9

Install Samba4

Docker Image

docker run -d --restart=unless-stopped -p 443:443 jniltinho/debian-samba4
## Run https://ip-server

Run go-samba4

cd /opt/
git clone https://github.com/jniltinho/go-samba4.git
mv go-samba4/dist /opt/
rm -rf go-samba4 && mv dist go-samba4

cd /opt/go-samba4/
chmod +x go_samba4
bash <(curl -Ss https://my-netdata.io/kickstart-static64.sh) --dont-wait --dont-start-it
cp /opt/netdata/system/netdata.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable netdata
systemctl start netdata

./go_samba4 --server-prod --ssl
## Run https://0.0.0.0:8088

SystemD Daemon go-samba4

## Create daemon systemd
echo '[Unit]
Description=Go-Samba4 Daemon
After=syslog.target network.target
 
[Service]
WorkingDirectory=/opt/go-samba4
ExecStart=/opt/go-samba4/go_samba4 --server-prod --ssl
NonBlocking=true
 
[Install]
WantedBy=multi-user.target' > /etc/systemd/system/go_samba4.service

## Add start script on boot
systemctl daemon-reload
systemctl enable go_samba4.service
systemctl start go_samba4.service

Go-Samba4 Demo Server

Go-Samba4 Demo Server LOGIN: administrator, PASSWD: Linuxpro123456

AdminLTE Admin Template

AdminLTE

AdminLTE -- is a fully responsive admin template. Based on Bootstrap 3 framework. Highly customizable and easy to use. Fits many screen resolutions from small mobile devices to large desktops. Check out the live preview now and see for yourself.

Download & Preview on AdminLTE.IO

Telas

image image image image image image

About

A web interface to manage a remote samba4 server - Python, Flask Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 45.1%
  • JavaScript 43.2%
  • CSS 11.2%
  • Python 0.3%
  • Shell 0.1%
  • Go 0.1%