Commit Graph

162 Commits

Author SHA1 Message Date
David Personette
ec6a7cf7b3 Dockerfile add psutils 2016-10-19 16:50:06 -04:00
David Personette
9c455b55fa samba.sh fix setting the user passwd 2016-10-19 15:33:00 -04:00
David Personette
a77658f2f3 Dockerfile update to stretch 2016-10-18 09:28:57 -04:00
Hendrik Coetzee
ab3e982123 Added Dockerfile based on aarch64/debian for arm 64 builds. (#29)
Merge aarch64 support
2016-10-18 09:09:45 -04:00
David Personette
0915954ea8 Dockerfile upgrade to debian stretch 2016-10-17 13:30:25 -04:00
David Personette
1cdc93bd2d README.md / samba.sh add optional ID argument to user creation 2016-08-30 06:01:21 -04:00
David Personette
11eb428a88 Dockerfile set TCP_NODELAY to try and improve performance for non-Linux OSes with broken ack behaviour 2016-08-29 14:45:20 -04:00
Robert Hargreaves
070090fc97 Add missing 'admins' parameter in usage message (#26) 2016-08-25 08:17:18 -04:00
David Personette
dfd84c2fc9 Merge pull request #24 from Jaimy85/master
add $file to awk
2016-06-21 15:42:36 -04:00
Jaimy de Bree
573739677c Add $file to awk 2016-06-21 19:46:12 +02:00
David Personette
6ecb60ff52 fix email address 2016-06-16 14:00:37 -04:00
David Personette
9216111a46 samba.sh README.md add option to set ownership and permissions for configured shares 2016-06-08 07:36:20 -04:00
David Personette
176770244b Dockerfile cleanup user creation 2016-06-03 12:05:33 -04:00
David Personette
5d29bb0f64 samba.sh better sed delimiter 2016-05-15 07:39:51 -04:00
David Personette
bec2314716 samba.sh work around issue on docker 1.11 2016-04-29 11:00:38 -04:00
David Personette
25747dc441 samba.sh add read-only check to timezone 2016-02-28 10:07:53 -05:00
David Personette
753d2e6b20 samba.sh fix workgroup function name derp 2016-02-12 21:30:58 -05:00
David Personette
ff18817931 samba.sh add option to set the workgroup/domain 2016-02-12 18:13:20 -05:00
David Personette
e0b3561b20 README.md add note about port 137 with nmbd 2016-02-10 14:19:42 -05:00
David Personette
96b832124d samba.sh fix NMBD variable derp 2016-02-10 09:25:12 -05:00
David Personette
af124fdfd7 samba.sh fix nmbd command line option derp 2016-02-08 05:34:35 -05:00
David Personette
647fce5eeb Dockerfile/samba.sh/README.md add an option to start nmbd 2016-02-06 18:37:31 -05:00
David Personette
2d0b0f3893 trim whitespace 2016-02-01 23:55:16 -05:00
David Personette
14e6451ac1 Add '-it' command line options for docker run/exec to documentation 2016-01-28 19:05:20 -05:00
David Personette
49b370aaaf Dockerfile derp 2016-01-14 06:21:20 -05:00
David Personette
d40a014e0e Dockerfile derp 2016-01-14 06:18:48 -05:00
David Personette
2c604c51cf Dockerfile more thourghly disable printing 2016-01-14 05:54:38 -05:00
David Personette
fc6e9a082f README.md and samba.sh derp use browsable instead of browse and browseable 2016-01-12 05:15:47 -05:00
David Personette
885ad90331 samba.sh remove the 'cd /tmp' now that a tmpfs isn't automatically added there 2016-01-08 06:48:10 -05:00
David Personette
daddc055e6 samba.sh fix spacing / line wrap derp 2016-01-05 06:48:01 -05:00
David Personette
b3b22c24a9 Merge branch 'master' of github.com:dperson/samba 2016-01-05 06:26:39 -05:00
David Personette
c89dedb437 README.md typo derp 2016-01-05 06:21:05 -05:00
David Personette
8f2852aba5 Dockerfile disable printing (container doesn't run cups and was thowing errors) 2016-01-03 08:25:30 -05:00
David Personette
fb323d858c Merge pull request #11 from JANorman/feature/admin-users
LGTM, thanks for the addition.
2015-12-19 06:18:16 -05:00
David Personette
6a501fabe6 Dockerfile now that docker is adding --tmpfs, remove volumes added for read-only 2015-12-19 05:54:28 -05:00
James Norman
2bc21806ae Updates docs 2015-12-17 11:17:34 +00:00
James Norman
f10ecc91e0 Adds support for specifying admin users 2015-12-17 11:14:38 +00:00
David Personette
417e1d79a8 samba.sh standardize formatting 2015-10-24 07:57:47 -04:00
David Personette
f1673d2921 Dockerfile standardize formatting 2015-10-24 07:29:49 -04:00
David Personette
e17cd1e49c Dockerfile setup volumes 2015-09-11 11:32:35 -04:00
David Personette
30b6464928 mute the output of changing timezones 2015-08-19 06:28:21 -04:00
David Personette
dd818b7d49 .dockerignore add logo; derp add logo to git 2015-08-15 19:02:06 -04:00
David Personette
bb7d70b869 README.md update logo 2015-08-15 18:52:19 -04:00
David Personette
0fb22c1930 README.md / samba.sh cleanup timezone setting and docs 2015-08-15 17:10:17 -04:00
David Personette
db6583b997 samba.sh / README.md try to clarify the share users argument... 2015-08-02 08:23:04 -04:00
David Personette
a02e294ae6 samba.sh cd to /tmp, so / can be RO 2015-07-03 11:16:16 -04:00
David Personette
682b2d769c samba.sh fix import option thanks @hugochinchilla 2015-06-18 08:44:28 -04:00
David Personette
ab15aae77d README.md and samba.sh add import option for smbpasswd 2015-06-17 13:37:00 -04:00
David Personette
426fd586c6 samba.sh fixed order of checking commandline args 2015-05-21 07:11:34 -04:00
David Personette
301f9eb78c samba.sh derp in patern match 2015-05-16 20:10:02 -04:00