Update docs: configs now in repo with symlinks

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Mikkel Georgsen 2026-01-14 12:41:05 +00:00
parent 59ee2da552
commit 530ef7c6b9

View file

@ -544,23 +544,23 @@ Personal company website
### PVE API (from mgmt container)
- **Token:** root@pam!mgmt
- **Config:** ~/.config/pve/credentials
- **Config:** ~/homelab/pve/credentials (symlinked to ~/.config/pve)
- **Helper:** ~/bin/pve (list, status, start, stop, create-ct)
### NPM API (from mgmt container)
- **Config:** ~/repos/nginx-proxy-manager-Bash-API/npm-api.conf
- **Config:** ~/homelab/npm/npm-api.conf (symlinked)
- **Helper:** ~/bin/npm-api (--host-list, --host-create, --host-delete, --cert-list)
### DNS API (from mgmt container)
- **Config:** ~/.config/dns/credentials
- **Config:** ~/homelab/dns/credentials (symlinked to ~/.config/dns)
- **Helper:** ~/bin/dns (list, records, add, delete, lookup)
- **Default zone:** lab.georgsen.dk
### Forgejo API (from mgmt container)
- **Config:** ~/.config/forgejo/credentials
- **Config:** ~/homelab/forgejo/credentials (symlinked to ~/.config/forgejo)
- **Repo:** git@10.5.0.14:mikkel/homelab.git
---