{"id":20030145,"url":"https://github.com/elbeenmachine/samba-server","last_synced_at":"2025-03-02T05:16:20.066Z","repository":{"id":256056421,"uuid":"854226981","full_name":"ElBeenMachine/samba-server","owner":"ElBeenMachine","description":"A public samba server hosted in docker","archived":false,"fork":false,"pushed_at":"2024-09-11T18:15:58.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"production","last_synced_at":"2025-01-12T17:46:27.273Z","etag":null,"topics":["docker","smb"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/repository/docker/beenhamo/samba-server/general","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ElBeenMachine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-08T17:55:46.000Z","updated_at":"2024-09-11T18:17:58.000Z","dependencies_parsed_at":"2024-09-12T02:18:28.084Z","dependency_job_id":null,"html_url":"https://github.com/ElBeenMachine/samba-server","commit_stats":null,"previous_names":["elbeenmachine/samba-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElBeenMachine%2Fsamba-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElBeenMachine%2Fsamba-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElBeenMachine%2Fsamba-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ElBeenMachine%2Fsamba-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ElBeenMachine","download_url":"https://codeload.github.com/ElBeenMachine/samba-server/tar.gz/refs/heads/production","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241460204,"owners_count":19966519,"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":["docker","smb"],"created_at":"2024-11-13T09:24:50.226Z","updated_at":"2025-03-02T05:16:20.048Z","avatar_url":"https://github.com/ElBeenMachine.png","language":"Shell","readme":"# SAMBA Server\n\nThis is a simple dockerised samba server, it is a quick and easy way to spin up a protected SMB share whether it be for testing purposes, or to use for a project. \n\n## Implementation\n\n### Docker\n\nTo deploy the SMB server using Docker, you can use the following command: \n\n```\ndocker run -d \\\n  --name samba-server \\\n  --network host \\\n  --volume ./data:/srv/samba/share \\\n  --env SAMBA_USER=smbuser \\\n  --env SAMBA_PASSWORD=password \\\n  --env SAMBA_SHARE=share \\\n  beenhamo/samba-server:latest\n```\n\n### Docker Compose\n\nYou can achieve the same result from the following docker compose file:\n\n```yaml\nservices:\n  smb:\n    image: beenhamo/samba-server:latest\n    container_name: samba-server\n    network_mode: host\n    volumes:\n      - ./data:/srv/samba/share\n    environment:\n      - SAMBA_USER=smbuser\n      - SAMBA_PASSWORD=password\n      - SAMBA_SHARE=share\n    restart: unless-stopped\n\n```\n\nThe above file can be found at [examples/docker-compose.yml](examples/docker-compose.yml).\n\n## Usage\n\nRegardless of how you spin up the container, it should become available fairly quickly, and you can access it from the host's ip address.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felbeenmachine%2Fsamba-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felbeenmachine%2Fsamba-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felbeenmachine%2Fsamba-server/lists"}