{"id":48767474,"url":"https://github.com/jonakoudijs/homelab","last_synced_at":"2026-04-13T08:34:08.901Z","repository":{"id":281561919,"uuid":"866166014","full_name":"jonakoudijs/homelab","owner":"jonakoudijs","description":"Setup configuration for my homelab","archived":false,"fork":false,"pushed_at":"2026-01-03T15:33:20.000Z","size":231,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-08T13:55:32.469Z","etag":null,"topics":["helm","helm-charts","helmfile","homelab","homelab-setup","kubernetes","mac-mini","talos"],"latest_commit_sha":null,"homepage":"https://github.com/jonakoudijs/homelab","language":"Mustache","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/jonakoudijs.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":"2024-10-01T18:58:38.000Z","updated_at":"2026-01-03T15:33:23.000Z","dependencies_parsed_at":"2025-03-09T23:25:20.838Z","dependency_job_id":"3d6b9cd5-d006-41de-b9e5-53cbbdfe97fb","html_url":"https://github.com/jonakoudijs/homelab","commit_stats":null,"previous_names":["jonakoudijs/homelab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jonakoudijs/homelab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonakoudijs%2Fhomelab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonakoudijs%2Fhomelab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonakoudijs%2Fhomelab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonakoudijs%2Fhomelab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonakoudijs","download_url":"https://codeload.github.com/jonakoudijs/homelab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonakoudijs%2Fhomelab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746103,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T06:26:45.479Z","status":"ssl_error","status_checked_at":"2026-04-13T06:26:44.645Z","response_time":93,"last_error":"SSL_read: 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":["helm","helm-charts","helmfile","homelab","homelab-setup","kubernetes","mac-mini","talos"],"created_at":"2026-04-13T08:34:07.697Z","updated_at":"2026-04-13T08:34:08.896Z","avatar_url":"https://github.com/jonakoudijs.png","language":"Mustache","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\n# Homelab\n\nSetup configuration for my homelab cluster. The entire setup and configuration\nis defined as IAC. This platform runs Kubernetes 24/7 at my home and is used to\nrun various tools and services I use personally and for testing new things.\n\nCurrently it consists of a [Talos](https://www.talos.dev) 1-node cluster but it\nchanges regularly. The hardware used is a Mac Mini, late 2014. These are relatively\ncheap second hand and have a really low power consumption.\n\n## Requirements\n\nThe following local tools are needed to set everything up:\n\n- [kubectl](https://kubernetes.io/docs/reference/kubectl/)\n- [helm](https://helm.sh)\n- [helmfile](https://helmfile.readthedocs.io)\n- [gnupg](https://gnupg.org)\n- [kubeseal](https://github.com/bitnami-labs/sealed-secrets?tab=readme-ov-file#kubeseal)\n- [talosctl](https://www.talos.dev/latest/learn-more/talosctl/)\n\n## Initial Setup\n\nThese manual setups are needed for the initial setup. The first step is to\ngenerate the required files to configure the Talos cluster:\n```bash\ntalosctl gen config homelab https://10.0.0.201:6443\n```\nIn this example the node will be configured with the ip `10.0.0.201`.\n\nWhen using a Mac Mini, a boot loader needs to be configured. The easiest way is to\nfirst install [Ubuntu 22.04](https://ubuntu.com/download/server/thank-you?version=22.04.5\u0026architecture=amd64\u0026lts=true)\nand then install Talos over that.\n\n## Talos Cluster\n\nThe cluster is setup with [Talos](https://www.talos.dev) and can be managed\nwith [talosctl](https://www.talos.dev/latest/learn-more/talosctl/). For example:\n```bash\ntalosctl --nodes 10.0.0.201 --endpoints 10.0.0.201 dashboard\n```\nIn this example you see that the node specified is `10.0.0.201` and cluster ip\naddress where `talosctl` communicates with is also `10.0.0.201`.\n\nThe installation of the Talos nodes are done by installing the latest version\nvia ISO. After installation the the Talos configuration needs to be applied:\n```bash\ntalosctl apply -e 10.0.0.201 -n \u003ctmp-dhcp-ip\u003e -f controlplane.yaml --insecure\n```\nIf the cluster consists of 1 node make sure to allow scheduling by adding the\nfollowing line to the `controlplane.yaml`:\n```yaml\ncluster:\n    allowSchedulingOnControlPlanes: true\n```\n\n## Helm Charts\n\nAlmost everything is configured via Helm charts and deployed with Helmfile.\nDocumentation on configurations of various components can be found here:\n\n- [Traefik](https://github.com/traefik/traefik-helm-chart/blob/master/traefik/values.yaml)\n- [KubeSeal](https://github.com/bitnami-labs/sealed-secrets?tab=readme-ov-file#overview)\n- [Cert Manager](https://cert-manager.io/docs/)\n- [Local Path Provisioner](https://github.com/rancher/local-path-provisioner/tree/master/deploy/chart/local-path-provisioner)\n- [NFS External provisioner](https://github.com/kubernetes-sigs/nfs-subdir-external-provisioner/tree/master/charts/nfs-subdir-external-provisioner)\n- [Jellyfin](https://github.com/jellyfin/jellyfin-helm/tree/master/charts/jellyfin)\n- [Kavorites](https://github.com/jonakoudijs/kavorites)\n\n## Secrets\n\nSensitive data like passwords, api keys etc. are stored in secrets. The tool\n[kubeseal](https://github.com/bitnami-labs/sealed-secrets) is used to be able\nto store secrets encrypted in the repository. Remember to specify the namespace\nin the secret before encrypting. For example:\n```bash\napiVersion: v1\nkind: Secret\nmetadata:\n  name: secret-basic-auth\n  namespace: mynamespace\nstringData:\n  username: admin\n  password: t0p-Secret\n```\nThen encrypt this secret file with the `kubeseal` command:\n```bash\nkubeseal -f original-secret.yaml -w secret.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonakoudijs%2Fhomelab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonakoudijs%2Fhomelab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonakoudijs%2Fhomelab/lists"}