These projects work together to create a complete, self-hosted Hugo platform.
Core Components
Infrastructure
| Project |
Description |
| flatcar-hcloud |
Flatcar Linux + K3S on Hetzner Cloud |
Helm Charts
Available at slauger/helm-charts:
Usage
# Add Helm repository
helm repo add slauger https://slauger.github.io/helm-charts
# Install hugo-nginx
helm install my-site slauger/hugo-nginx \
--set image.repository=registry.example.com/my-site \
--set image.tag=prod-latest
# Install registry
helm install registry slauger/hcloud-registry \
--set s3.accessKey=xxx \
--set s3.secretKey=xxx