{"id":40088213,"url":"https://github.com/cybardev/homelab","last_synced_at":"2026-01-19T10:01:07.608Z","repository":{"id":331710884,"uuid":"1128536006","full_name":"cybardev/homelab","owner":"cybardev","description":"Minimal server setup on Alpine Linux with containerd","archived":false,"fork":false,"pushed_at":"2026-01-11T06:10:18.000Z","size":48,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T06:53:00.955Z","etag":null,"topics":["dotfiles","homelab","self-hosting","server"],"latest_commit_sha":null,"homepage":"","language":null,"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/cybardev.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-05T19:32:59.000Z","updated_at":"2026-01-11T06:15:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cybardev/homelab","commit_stats":null,"previous_names":["cybardev/homelab"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cybardev/homelab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fhomelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fhomelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fhomelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fhomelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cybardev","download_url":"https://codeload.github.com/cybardev/homelab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cybardev%2Fhomelab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28565052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T08:53:44.001Z","status":"ssl_error","status_checked_at":"2026-01-19T08:52:40.245Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","homelab","self-hosting","server"],"created_at":"2026-01-19T10:01:07.414Z","updated_at":"2026-01-19T10:01:07.591Z","avatar_url":"https://github.com/cybardev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine Homelab\n\nMinimal server setup on [Alpine Linux](https://www.alpinelinux.org/) with [containerd](https://github.com/containerd/containerd)\n\n\u003e [!NOTE]\n\u003e OS setup can be found in [system/](./system)\n\n## Usage\n- replace [`/etc/apk/world`](./system/etc/apk/world) and [`/etc/apk/repositories`](./system/etc/apk/repositories)\n- run `doas apk upgrade -U`\n- clone this repository\n- `cd` into cloned repository\n- rename `example.env` files in each service directory to `.env`\n- edit `.env` files with appropriate values\n- set up Radicale authentication file [as described here](https://radicale.org/v3.html#the-secure-way)\n- run `doas nerdctl compose up -d` in repository root\n\n### Extras\n- passkeys can be generated using `openssl rand -hex 32`\n- extra setup may be needed for some services (e.g. `museum.secret.yaml` for Ente, `keys.secret.json` for Cobalt, etc.). Instructions for each service can be inferred from its respective compose file, adjacent `example` files, as well as docs linked in [References](#References)\n- for Tailscale services, add them via Admin console, then run `doas nerdctl exec -it tailscale ts-services.sh`\n- for Ente, run the following SQL ([found from here](https://github.com/ente-io/ente/discussions/729#discussioncomment-8781863)) on the SQL DB in the `ente-db` container (replace the number with however many `bytes` you want the user to have; example shows 256 GiB):\n  ```pgsql\n  INSERT INTO storage_bonus (bonus_id, user_id, storage, type, valid_till) VALUES ('self-hosted', (SELECT user_id FROM users LIMIT 1), 274877906944, 'ADD_ON_SUPPORT', 0)\n  ```\n\n## Services\n\n\u003e [!NOTE]\n\u003e The checkbox indicates compose files for the service has been added to the repository. However, it may be `inactive` in my setup and can be activated by uncommenting the corresponding line in the main [compose.yaml](./compose.yaml) file.\n\n- [x] [Cy | bot](https://github.com/cybardev/cybarbot) — Discord bot\n- [x] [Forgejo](https://forgejo.org/) — git remote frontend\n- [x] [SearXNG](https://docs.searxng.org/) — (meta)search engine\n- [x] [Vaultwarden](https://github.com/dani-garcia/vaultwarden) — authentication manager\n- [x] [Cloudreve](https://cloudreve.org/) — cloud storage\n- [x] [Radicale](https://radicale.org/master.html) — calendar/contacts sync\n- [x] [Cobalt](https://github.com/imputnet/cobalt) - media downloader\n- [x] [Ente](https://ente.io/) — encrypted photo cloud\n- [ ] [Continuwuity](https://continuwuity.org/) — Matrix homeserver\n\n## Internals\n- [Valkey](https://valkey.io/)\n- [PostgreSQL](https://www.postgresql.org/)\n- [Tailscale](https://tailscale.com/)\n  - `TODO`: use [Headscale](https://github.com/juanfont/headscale)\n  - `TODO`: use reverse proxy and/or dynamic DNS for custom domain\n\n## References\n- [searxng/searxng-docker](https://github.com/searxng/searxng-docker)\n- [Cloudreve docs \u003e Deploy with Docker Compose](https://docs.cloudreve.org/en/overview/deploy/docker-compose)\n- [OpenCloud Radicale container](https://github.com/opencloud-eu/opencloud-compose/blob/a0d5196dfa4367138fdffa1050cc2bbd13f2e41a/radicale/radicale.yml)\n- [Forgejo docs](https://forgejo.org/docs/latest/admin/installation/docker/#postgresql-database)\n- [jonas-merkle/container-cloudflare-tunnel](https://github.com/jonas-merkle/container-cloudflare-tunnel)\n- [Vaultwarden Wiki: Using Docker Compose](https://github.com/dani-garcia/vaultwarden/wiki/Using-Docker-Compose)\n- [Ente docs: Self-hosting \u003e Docker Compose](https://ente.io/help/self-hosting/installation/compose)\n- [Garage docs \u003e Ente](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/60eee993b4e424d3e83fdd5d008a19bb04d5bcbd/doc/book/connect/apps/index.md#ente)\n- [Garage docs \u003e AWS CLI](https://git.deuxfleurs.fr/Deuxfleurs/garage/src/commit/60eee993b4e424d3e83fdd5d008a19bb04d5bcbd/doc/book/quick-start/_index.md#uploading-and-downloading-from-garage)\n- [Continuwuity docs: Docker](https://continuwuity.org/deploying/docker.html#for-other-reverse-proxies)\n- [Cobalt docs \u003e run an instance](https://github.com/imputnet/cobalt/blob/8d9bccc4fedabb6842fab71bd14e805f1ea21336/docs/run-an-instance.md)\n- [Connecting to GitHub with SSH](https://docs.github.com/en/authentication/connecting-to-github-with-ssh)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybardev%2Fhomelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcybardev%2Fhomelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcybardev%2Fhomelab/lists"}