Deploy TinyAuth v4 as CT 115 (192.168.2.10) to provide centralized SSO authentication for NetBox via Nginx Proxy Manager. **New Infrastructure:** - CT 115: TinyAuth authentication layer - Domain: tinyauth.apophisnetworking.net - Integration: NPM auth_request → TinyAuth → NetBox **Configuration:** - Docker Compose with bcrypt-hashed credentials - NPM advanced config for auth_request integration - HTTPS enforcement via SSL termination **Issues Resolved:** - 500 Internal Server Error (Nginx config syntax) - "IP addresses not allowed" (APP_URL domain requirement) - Port mapping (8000:3000 for internal port 3000) - Invalid password (bcrypt hash requirement for v4) **Documentation:** - Complete TinyAuth README at services/tinyauth/README.md - Updated CLAUDE_STATUS.md with CT 115 infrastructure - Added bug report for scribe agent tool permissions **Note:** Container restart required on CT 115 to apply bcrypt hash 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
31 lines
578 B
INI
31 lines
578 B
INI
dir: local
|
|
path /var/lib/vz
|
|
content vztmpl,iso,backup
|
|
|
|
lvmthin: local-lvm
|
|
thinpool data
|
|
vgname pve
|
|
content images,rootdir
|
|
|
|
zfspool: Vault
|
|
pool Vault
|
|
content rootdir,images
|
|
mountpoint /Vault
|
|
nodes serviceslab
|
|
|
|
pbs: PBS-Backups
|
|
datastore backups
|
|
server 192.168.2.151
|
|
content backup
|
|
fingerprint dc:7c:c6:19:f3:79:1c:f0:a9:36:3c:b0:6d:9f:8e:9a:53:c3:70:de:b8:a8:7a:c9:3a:4e:38:fb:60:f9:10:8f
|
|
prune-backups keep-all=1
|
|
username root@pam
|
|
|
|
nfs: iso-share
|
|
export /mnt/Vauly/iso-vault
|
|
path /mnt/pve/iso-share
|
|
server 192.168.2.150
|
|
content iso
|
|
prune-backups keep-all=1
|
|
|