samba
samba copied to clipboard
Samba SMB server in a Docker container.
```bash parse_dfs_path_strict: Hostname 192.168.1.1 is not ours. parse_dfs_path_strict: Hostname 192.168.1.1 is not ours. parse_dfs_path_strict: Hostname 192.168.1.1 is not ours. ```
Hi, first of all thanks for this repo, it's exactly what I'm looking for :) However, I'm having an issue with the credentials. I'm running the container using compose. After...
After updating the server, I am unable to connect from any client. It displays an error message saying ‘Check the entered data’. I am using Samba server 4.21.4-r3 on Umbrel...
Hello, I am getting an error when running the docker-compose file. error: `smbd version 4.21.3 started. Copyright Andrew Tridgell and the Samba Team 1992-2024 invalid permissions on directory '/var/cache/samba/msg.lock': has...
I think it would be great to have the option to make the smb share discoverable in my network. Is it possible to install wsdd to the image? Perhaps enable...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v5` -> `v6` | --- ### Release...
Thats my docker-compose.yaml file: ```bash services: samba: image: dockurr/samba container_name: samba restart: always environment: - PUID=1001 - PGID=1001 # NAME: "Data" # USER: "samba" # PASS: "secret" ports: - 445:445...
Hi, I'm trying to set up a simple server and I'm having trouble connecting to it with smbclient. Command and error: ``` box@box:~$ docker run -it --rm --name box -p...
so i have my os on a 300gb hdd and i wanna run samba on my 1tb hdd, is there anyway to do this (im new to linux and docker...