{"id":16542690,"url":"https://github.com/binhex/arch-minidlna","last_synced_at":"2025-03-21T10:31:20.678Z","repository":{"id":21358975,"uuid":"24676155","full_name":"binhex/arch-minidlna","owner":"binhex","description":"Docker build script for Arch Linux base with MiniDLNA","archived":false,"fork":false,"pushed_at":"2025-02-21T22:19:11.000Z","size":85,"stargazers_count":16,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-01T05:11:55.165Z","etag":null,"topics":["dlna","dlna-upnp","docker-image","media-server"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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":"2014-10-01T11:36:51.000Z","updated_at":"2024-07-22T11:47:46.000Z","dependencies_parsed_at":"2024-03-31T17:42:57.338Z","dependency_job_id":"36ea80d5-99b2-41de-be7f-d3bc11b3b7da","html_url":"https://github.com/binhex/arch-minidlna","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minidlna","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minidlna/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minidlna/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-minidlna/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-minidlna/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244777857,"owners_count":20508797,"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":["dlna","dlna-upnp","docker-image","media-server"],"created_at":"2024-10-11T18:58:17.859Z","updated_at":"2025-03-21T10:31:20.210Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"**Application**\n\n[MiniDLNA](http://minidlna.sourceforge.net/)\n\n**Description**\n\nReadyMedia (formerly known as MiniDLNA) is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. It is developed by a NETGEAR employee for the ReadyNAS product line.\n\n**Build notes**\n\nLatest stable release of MiniDLNA.\n\n**Usage**\n```\ndocker run -d \\\n    --net=\"host\" \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for media files\u003e:/media \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e SCHEDULE_SCAN_DAYS=\u003c00-06\u003e \\\n    -e SCHEDULE_SCAN_HOURS=\u003c00-23\u003e \\\n    -e SCAN_ON_BOOT=\u003cyes|no\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-minidlna\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n**Access application**\n\nN/A, CLI only.\n\n**Example**\n```\ndocker run -d \\\n    --net=\"host\" \\\n    --name=minidlna \\\n    -v /media/pictures:/media \\\n    -v /apps/docker/minidlna:/config \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e SCHEDULE_SCAN_DAYS=06 \\\n    -e SCHEDULE_SCAN_HOURS=02 \\\n    -e SCAN_ON_BOOT=no \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-minidlna\n```\n\n**Notes**\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-\n\n```\nid \u003cusername\u003e\n```\n\nYou cannot specify the port the docker container uses, it requires full access to the hosts nic and thus the -p flag is not used. Additional configuration for this application can be done by modifying the /config/minidlna.conf file.\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](http://forums.unraid.net/index.php?topic=45841.0)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minidlna","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-minidlna","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-minidlna/lists"}