From 83aca6ad7eb0396c0dd5773b3ff665a5e6ac986b Mon Sep 17 00:00:00 2001 From: jazzymc Date: Mon, 19 Jan 2026 09:23:21 +0200 Subject: [PATCH] Add NetBox DCIM/IPAM deployment to changelog --- docs/00-CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/00-CHANGELOG.md b/docs/00-CHANGELOG.md index d2dbff7..2c688e8 100644 --- a/docs/00-CHANGELOG.md +++ b/docs/00-CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +## 2026-01-19 (NetBox Deployment) +- [SERVICE] NetBox DCIM/IPAM deployed - netbox.xtrm-lab.org - COMPLETED +- [SERVICE] netbox-postgres: PostgreSQL 16 Alpine, dedicated database +- [SERVICE] netbox-redis: Redis 7 Alpine, background tasks +- [SERVICE] netbox-redis-cache: Redis 7 Alpine, caching +- [SERVICE] netbox-worker: RQ worker for background jobs +- [SERVICE] netbox-housekeeping: Daily housekeeping tasks +- [NETWORK] Created dedicated 'netbox' Docker network (172.24.0.0/16) +- [TRAEFIK] Added route for netbox.xtrm-lab.org with Authentik forward-auth +- [DNS] DNS record for netbox.xtrm-lab.org pre-configured +- [CREDS] Admin user: admin / M0stW4nt3d@xtrm + ## 2026-01-18