{"id":22242317,"url":"https://github.com/dockur/umbrel","last_synced_at":"2026-05-29T05:00:44.808Z","repository":{"id":264454055,"uuid":"862032083","full_name":"dockur/umbrel","owner":"dockur","description":"umbrelOS inside a Docker container.","archived":false,"fork":false,"pushed_at":"2026-05-29T03:10:16.000Z","size":4704,"stargazers_count":384,"open_issues_count":10,"forks_count":47,"subscribers_count":8,"default_branch":"master","last_synced_at":"2026-05-29T03:24:12.519Z","etag":null,"topics":["docker","docker-container","home-server","homeserver","self-hosted","selfhosting"],"latest_commit_sha":null,"homepage":"https://umbrel.com/","language":"TypeScript","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/dockur.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-23T23:15:13.000Z","updated_at":"2026-05-29T01:59:13.000Z","dependencies_parsed_at":"2024-11-24T13:19:34.252Z","dependency_job_id":"5c117a4a-d432-4ed4-92e1-0a2a167cf7ea","html_url":"https://github.com/dockur/umbrel","commit_stats":null,"previous_names":["dockur/umbrel"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/dockur/umbrel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fumbrel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fumbrel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fumbrel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fumbrel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dockur","download_url":"https://codeload.github.com/dockur/umbrel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dockur%2Fumbrel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637485,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"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","docker-container","home-server","homeserver","self-hosted","selfhosting"],"created_at":"2024-12-03T04:15:42.756Z","updated_at":"2026-05-29T05:00:44.803Z","avatar_url":"https://github.com/dockur.png","language":"TypeScript","funding_links":[],"categories":["docker"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eumbrelOS\u003cbr /\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/dockur/umbrel\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/dockur/umbrel/master/.github/header.png\" title=\"Logo\" style=\"max-width:100%;\" width=\"256\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n\n[![Build]][build_url]\n[![Version]][tag_url]\n[![Size]][tag_url]\n[![Package]][pkg_url]\n[![Pulls]][hub_url]\n\n\u003c/div\u003e\u003c/h1\u003e\n\nDocker container of [Umbrel](https://umbrel.com/umbrelos) (an OS for self-hosting), making it possible to run it on any system instead of needing a dedicated device.\n\n## Features ✨\n\n* Does not need dedicated hardware or a virtual machine!\n\n## Usage  🐳\n\n##### Via Docker Compose:\n\n```yaml\nservices:\n  umbrel:\n    image: dockurr/umbrel\n    container_name: umbrel\n    pid: host\n    ports:\n      - 80:80\n    volumes:\n      - ./umbrel:/data\n      - /var/run/docker.sock:/var/run/docker.sock\n    restart: always\n    stop_grace_period: 1m\n```\n\n##### Via Docker CLI:\n\n```bash\ndocker run -it --rm --name umbrel --pid=host -p 80:80 -v \"${PWD:-.}/umbrel:/data\" -v \"/var/run/docker.sock:/var/run/docker.sock\" --stop-timeout 60 docker.io/dockurr/umbrel\n```\n\n##### Via Github Codespaces:\n\n[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/dockur/umbrel)\n\n## Screenshot 📸\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/dockur/umbrel\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/dockur/umbrel/master/.github/screen.png\" title=\"Screenshot\" style=\"max-width:100%;\" width=\"256\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## FAQ 💬\n\n### How do I change the storage location?\n\n  To change the storage location, include the following bind mount in your compose file:\n\n  ```yaml\n  volumes:\n    - ./umbrel:/data\n  ```\n\n  Replace the example path `./umbrel` with the desired storage folder or named volume.\n\n### How do I run CasaOS in a container?\n\n  See [dockur/casa](https://github.com/dockur/casa) for a CasaOS container.\n\n### How do I run ZimaOS in a container?\n\n  See [dockur/zima](https://github.com/dockur/zima) for a ZimaOS container.\n\n## Stars 🌟\n[![Stars](https://starchart.cc/dockur/umbrel.svg?variant=adaptive)](https://starchart.cc/dockur/umbrel)\n\n[build_url]: https://github.com/dockur/umbrel/\n[hub_url]: https://hub.docker.com/r/dockurr/umbrel\n[tag_url]: https://hub.docker.com/r/dockurr/umbrel/tags\n[pkg_url]: https://github.com/dockur/umbrel/pkgs/container/umbrel\n\n[Build]: https://github.com/dockur/umbrel/actions/workflows/build.yml/badge.svg\n[Size]: https://img.shields.io/docker/image-size/dockurr/umbrel/latest?color=066da5\u0026label=size\n[Pulls]: https://img.shields.io/docker/pulls/dockurr/umbrel.svg?style=flat\u0026label=pulls\u0026logo=docker\n[Version]: https://img.shields.io/docker/v/dockurr/umbrel/latest?arch=amd64\u0026sort=semver\u0026color=066da5\n[Package]:https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fipitio.github.io%2Fbackage%2Fdockur%2Fumbrel%2Fumbrel.json\u0026query=%24.downloads\u0026logo=github\u0026style=flat\u0026color=066da5\u0026label=pulls\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockur%2Fumbrel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdockur%2Fumbrel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdockur%2Fumbrel/lists"}