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>
20 lines
500 B
Plaintext
20 lines
500 B
Plaintext
#preparation template vvm
|
|
boot: order=scsi0;ide2;net0
|
|
cores: 2
|
|
cpu: host
|
|
ide0: local-lvm:vm-104-cloudinit,media=cdrom
|
|
ide2: none,media=cdrom
|
|
memory: 5000
|
|
meta: creation-qemu=9.0.2,ctime=1748116781
|
|
name: ubuntu-dev
|
|
net0: virtio=BC:24:11:86:18:0B,bridge=vmbr0,firewall=1
|
|
numa: 0
|
|
ostype: l26
|
|
scsi0: Vault:base-104-disk-0,iothread=1,size=32G
|
|
scsihw: virtio-scsi-single
|
|
smbios1: uuid=4d84ed03-fc39-40e0-bdee-dc9a31b20e0d
|
|
sockets: 1
|
|
tags: template
|
|
template: 1
|
|
vmgenid: f26c1136-40de-4497-b286-50e9df75d977
|