{"id":18850548,"url":"https://github.com/vollborn/samba-docker","last_synced_at":"2026-02-03T10:30:20.689Z","repository":{"id":257177902,"uuid":"857530318","full_name":"vollborn/samba-docker","owner":"vollborn","description":"A samba docker container","archived":false,"fork":false,"pushed_at":"2024-12-25T18:53:37.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T19:18:47.534Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vollborn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-14T22:18:39.000Z","updated_at":"2024-12-25T18:53:40.000Z","dependencies_parsed_at":"2024-09-17T18:38:30.820Z","dependency_job_id":null,"html_url":"https://github.com/vollborn/samba-docker","commit_stats":null,"previous_names":["vollborn/samba-docker"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fsamba-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fsamba-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fsamba-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vollborn%2Fsamba-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vollborn","download_url":"https://codeload.github.com/vollborn/samba-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239786318,"owners_count":19696788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T03:29:52.415Z","updated_at":"2026-02-03T10:30:20.632Z","avatar_url":"https://github.com/vollborn.png","language":"Shell","readme":"# Samba Docker\n\nThis container starts a simple Samba server.\n\n## Getting started\n\nUse this docker-compose file to get started:\n\n```yaml\nservices:\n    samba:\n        image: vollborn/samba:latest\n        ports:\n            - \"139:139\"\n            - \"445:445\"\n        volumes:\n            - \"./users.env:/samba/users.env\"\n            - \"./smb.conf:/samba/smb.conf\"\n            - \"./data:/samba/data\"\n```\n\nYou need to mount three volumes:\n1. your users.env, containing all samba users and their passwords\n2. your smb.conf, containing your samba configuration. Find further instructions [here](https://wiki.ubuntuusers.de/Samba_Server/smb.conf/).\n3. your data directory, containing the directories for your samba shares defined in the smb.conf.\n\n### users.env\n\nThe users.env contains all samba users and their passwords. Each line defines a new user.\n\u003cbr\u003eThe syntax is as follows:\n\n```\n\u003cusername\u003e:\u003cpassword\u003e\n```\n\nFor example:\n\n```\ntestadmin:adminpassword\ntestuser:testpassword\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fsamba-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvollborn%2Fsamba-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvollborn%2Fsamba-docker/lists"}