Add in cloudflare ddns and restructure repo

This commit is contained in:
James Thompson
2026-05-19 08:30:25 +00:00
parent c546fab5e1
commit 6fb3fc65e4
35 changed files with 132 additions and 131 deletions

View File

@@ -1,3 +1,7 @@
> ⚠️ **Early development**
>
> This project is in early development and not all features are working yet. Use with caution.
# homelab-infra
GitOps-managed infrastructure for homelab services using Docker Compose and Traefik for routing.
@@ -39,8 +43,9 @@ homelab-infra/
├── docs/ # MkDocs documentation source
├── mkdocs.yml # MkDocs configuration
├── scripts/ # Utility scripts
└── [service]/ # Per-service configurations
── docker-compose.yml
├── .env.example
└── README.md
└── services/ # Per-service configurations
── [service]/
├── docker-compose.yml
├── .env.example
└── README.md
```