Add in cloudflare ddns and restructure repo
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user