{"id":20778768,"url":"https://github.com/silug/unifi-docker","last_synced_at":"2025-11-09T16:03:34.053Z","repository":{"id":136988312,"uuid":"64559571","full_name":"silug/unifi-docker","owner":"silug","description":"Run Ubiquiti Networks UniFi Controller in Docker","archived":false,"fork":false,"pushed_at":"2025-05-01T20:00:12.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-15T09:04:09.826Z","etag":null,"topics":["docker","ubiquiti","unifi-controller","unifi-docker"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/silug.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":"2016-07-30T18:54:52.000Z","updated_at":"2025-05-01T20:00:15.000Z","dependencies_parsed_at":"2023-10-02T18:39:12.826Z","dependency_job_id":null,"html_url":"https://github.com/silug/unifi-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silug/unifi-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silug%2Funifi-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silug%2Funifi-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silug%2Funifi-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silug%2Funifi-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silug","download_url":"https://codeload.github.com/silug/unifi-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silug%2Funifi-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283534951,"owners_count":26851888,"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","status":"online","status_checked_at":"2025-11-09T02:00:05.828Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","ubiquiti","unifi-controller","unifi-docker"],"created_at":"2024-11-17T13:23:57.209Z","updated_at":"2025-11-09T16:03:34.020Z","avatar_url":"https://github.com/silug.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unifi-docker\nRun Ubiquiti Networks UniFi Controller in Docker.  See https://hub.docker.com/r/silug/unifi/ for more information.\n\nTo use, run something like this:\n\n    mkdir -pv /srv/docker/unifi-store/{run,log,lib}\n    docker pull silug/unifi\n    docker run -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 -p 3478:3478/udp --name=unifi --rm -v /srv/docker/unifi-store/run:/var/run/unifi -v /srv/docker/unifi-store/log:/var/log/unifi -v /srv/docker/unifi-store/lib:/var/lib/unifi silug/unifi\n\n(You might need to preface the port mappings with the local IP address (`-p localip:8080:8080`, for example) to get Docker to bind to the right IP.)\n\nOnce set up, to run automatically under `systemd`, use a unit file like this:\n\n    [Unit]\n    Description=Unifi controller\n    Requires=docker.service\n    After=docker.service\n    \n    [Service]\n    User=root\n    Restart=on-failure\n    RestartSec=10\n    ExecStartPre=-/usr/bin/docker kill unifi\n    ExecStartPre=-/usr/bin/docker rm unifi\n    ExecStartPre=-/bin/rm -f /srv/docker/unifi-store/run/unifi.pid\n    ExecStart=/usr/bin/docker run -p 8080:8080 -p 8443:8443 -p 8880:8880 -p 8843:8843 -p 3478:3478/udp --name=unifi --rm -v /srv/docker/unifi-store/run:/var/run/unifi -v /srv/docker/unifi-store/log:/var/log/unifi -v /srv/docker/unifi-store/lib:/var/lib/unifi silug/unifi\n    ExecStop=-/usr/bin/docker stop unifi\n    \n    [Install]\n    WantedBy=multi-user.target\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilug%2Funifi-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilug%2Funifi-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilug%2Funifi-docker/lists"}