Move the docker-30 service definitions (gitea, kanidm, vault, zot, nginx, lab-proxy, maru-hleda-byt, fuj-management) into vms-home/ to match the naming convention used for other hosts, and add the new garage object-storage and frisbee-drills services alongside it. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
10 lines
226 B
Markdown
10 lines
226 B
Markdown
## 1. Enable & configure JWT auth in Vault
|
|
|
|
```bash
|
|
vault auth enable jwt
|
|
|
|
vault write auth/jwt/config \
|
|
bound_issuer="https://gitea.home.hrajfrisbee.cz" \
|
|
jwks_url="https://gitea.home.hrajfrisbee.cz/login/oauth/keys"
|
|
|
|
``` |