{"id":24344174,"url":"https://github.com/qc-labs/orange-lab","last_synced_at":"2025-10-05T12:32:29.347Z","repository":{"id":268776815,"uuid":"876370442","full_name":"QC-Labs/orange-lab","owner":"QC-Labs","description":"Private infrastructure for cloud natives","archived":false,"fork":false,"pushed_at":"2025-07-30T18:32:07.000Z","size":1262,"stargazers_count":27,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T08:45:03.597Z","etag":null,"topics":["infrastructure","k3s","kubernetes","longhorn","privacy","pulumi","tailscale"],"latest_commit_sha":null,"homepage":"","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/QC-Labs.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}},"created_at":"2024-10-21T21:16:09.000Z","updated_at":"2025-08-22T02:36:47.000Z","dependencies_parsed_at":"2025-02-02T01:18:54.449Z","dependency_job_id":"b992ef9f-d080-483a-a32b-b4de58d712a4","html_url":"https://github.com/QC-Labs/orange-lab","commit_stats":null,"previous_names":["adamnowotny/orange-lab","qc-labs/orange-lab"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/QC-Labs/orange-lab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QC-Labs%2Forange-lab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QC-Labs%2Forange-lab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QC-Labs%2Forange-lab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QC-Labs%2Forange-lab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/QC-Labs","download_url":"https://codeload.github.com/QC-Labs/orange-lab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/QC-Labs%2Forange-lab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278457115,"owners_count":25989949,"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-10-05T02:00:06.059Z","response_time":54,"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":["infrastructure","k3s","kubernetes","longhorn","privacy","pulumi","tailscale"],"created_at":"2025-01-18T09:22:47.919Z","updated_at":"2025-10-05T12:32:29.340Z","avatar_url":"https://github.com/QC-Labs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OrangeLab\n\n[![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/QC-Labs/orange-lab)\n\nPrivate infrastructure for cloud natives.\n\n\u003cimg src=\"docs/orange-lab-910-512.png\" alt=\"OrangeLab logo\" height=\"250\"/\u003e\n\n## Core components\n\n-   Pulumi (https://www.pulumi.com/) - configuration management, deployments and infrastructure as code\n-   Tailscale (https://tailscale.com/) - end-to-end encrypted communication between nodes\n-   K3s (https://k3s.io/) - lightweight Kubernetes cluster\n-   Longhorn (https://longhorn.io/) - distributed storage\n\n## Principles and goals\n\n-   decentralized - uses your physical machines potentially spread out over geographical locations, minimise dependency on external services and cloud providers\n-   private by default - uses Tailscale/WireGuard for end to end encrypted communication, making services public has to be explicitly defined\n-   OSS - prefer open source components that can be run locally\n-   automation - use Pulumi and Helm to automate most tasks and configuration\n-   easy to use - no deep Kubernetes knowledge required, sensible defaults\n-   offline mode - continue working (with some limitations) over local network when internet connection lost\n-   lightweight - can be run on a single laptop using default configuration, focus on consumer hardware\n-   scalable - distribute workloads across multiple machines as they become available, optional use of cloud instances for autoscaling\n-   self-healing - in case of problems, the system should recover with no user intervention\n-   immutable - no snowflakes, as long as there is at least one Longhorn replica available, components can be destroyed and easily recreated\n\n# Applications\n\n[System module](./components/system/SYSTEM.md):\n\n-   `amd-gpu-operator` - AMD GPU support\n-   `cert-manager` - certificate management\n-   `longhorn` - replicated storage\n-   `minio` - S3-compatible storage (used as Longhorn backup target)\n-   `nfd` - Node Feature Discovery (GPU autodetection)\n-   `nvidia-gpu-operator` - NVidia GPU support\n-   `tailscale-operator` - ingress support with Tailscale authentication\n\n[Data module](./components/data/DATA.md):\n\n-   `cloudnative-pg` - PostgreSQL operator\n-   `mariadb-operator` - MariaDB operator\n\n[Monitoring module](./components/monitoring/MONITORING.md):\n\n-   `beszel` - Beszel lightweight monitoring\n-   `prometheus` - Prometheus/Grafana monitoring\n\n[IoT module](./components/iot/IOT.md):\n\n-   `home-assistant` - sensor and home automation platform\n\n[AI module](./components/ai/AI.md):\n\n-   `automatic1111` - Automatic1111 Stable Diffusion WebUI\n-   `kubeai` - Ollama and vLLM models over OpenAI-compatible API\n-   `invokeai` - generative AI plaform, community edition\n-   `n8n` - AI workflow automation\n-   `ollama` - local large language models\n-   `open-webui` - Open WebUI frontend\n-   `sdnext` - SD.Next Stable Diffusion WebUI\n\n[Bitcoin module](./components/bitcoin/BITCOIN.md):\n\n-   `bitcoin-core` - Bitcoin Core node\n-   `bitcoin-knots` - Bitcoin Knots node\n-   `electrs` - Electrs (Electrum) server implementation\n-   `mempool` - Blockchain explorer\n\n[Office module](./components/office/OFFICE.md):\n\n-   `nextcloud` - File sharing and collaboration suite\n\n# Platforms and limitations\n\nInstallation instructions assume your machines are running Bluefin (Developer edition, https://projectbluefin.io/) based on Fedora Silverblue unless otherwise noted.\nIt should run on any modern Linux distribution with Linux kernel 6.11.6+, even including Raspberry Pi.\n\nWindows and MacOS support is limited, specifically they cannot be used as storage nodes.\n\nSee [Disabling Longhorn Guide](./docs/longhorn-disable.md) with instructions on using `local-path-provisioner` instead of Longhorn.\n\nBoth NVIDIA and AMD GPUs are supported. See [AMD GPU support](/docs/amd-gpu.md) for more information.\n\n# Installation\n\n-   [Installation - Setup Guide](./docs/install.md) - Initial Pulumi and Tailscale setup\n-   [Installation - SSH Configuration](./docs/install-ssh.md) (optional) - Configure SSH keys on nodes for easier access\n-   [Installation - Node Configuration](./docs/install-nodes.md) - Configure nodes (firewall, suspend settings)\n-   [Installation - K3s Cluster](./docs/install-k3s.md) - Install Kubernetes cluster and label nodes\n-   [components/system/SYSTEM.md](./components/system/SYSTEM.md) - Deploy system components\n-   [components/data/DATA.md](./components/data/DATA.md) - Deploy data components (databases)\n\nAfter system components have been deployed, you can add any of the optional [#Applications](#applications). Details in each module documentation.\n\nFor general application configuration and deployment instructions, see [Configuration Guide](./docs/configuration.md).\n\n# Documentation\n\n-   [Ask Devin/DeepWiki](https://deepwiki.com/QC-Labs/orange-lab) - AI generated documentation and good place to ask questions\n-   [Configuration Guide](./docs/configuration.md) - Application configuration and deployment\n-   [Upgrade Guide](./docs/upgrade.md) - Upgrading your OrangeLab installation\n-   [Disabling Longhorn](./docs/longhorn-disable.md) - Running OrangeLab without distributed storage\n-   [AMD GPU support](./docs/amd-gpu.md) - Using AMD GPUs with OrangeLab\n-   [Electrs Wallet Guide](./docs/electrs-wallet.md) - Connecting Bitcoin wallets to your Electrs server\n-   [Backup and Restore](./docs/backup.md) - Using Longhorn backups with S3 storage\n-   [Troubleshooting](./docs/troubleshooting.md) - Common issues and solutions\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqc-labs%2Forange-lab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqc-labs%2Forange-lab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqc-labs%2Forange-lab/lists"}