Quick Reference¶
Last Updated: 2026-04-14 Purpose: Fast access to frequently needed information โ IPs, URLs, commands, backup schedule.
Network¶
| Main subnet | 192.168.1.0/24 |
| Gateway / Router | 192.168.1.1 |
| Primary DNS | 192.168.1.11 |
| Secondary DNS | 192.168.1.111 |
| Domain | *.djchome.uk (Cloudflare, Tailscale-gated) |
Device IPs¶
| Device | Hostname | IP | UPS | Always On? |
|---|---|---|---|---|
| Primary NAS | Lotus | 192.168.1.80 | Yes | Yes |
| Backup NAS | Cooper | 192.168.1.60 | Yes | Yes |
| Proxmox NUC | Pacific | 192.168.1.10 | Yes | Yes |
| Local docs server | โ | 192.168.1.81 | Yes (via Lotus) | Yes |
| Gabriela dashboard | โ | 192.168.1.82 | Yes (via Lotus) | Yes |
| Router | โ | 192.168.1.1 | โ | Yes |
| Desktop PC | Brabham | 192.168.1.40 | โ | No |
Service URLs¶
All
*.djchome.ukURLs require Tailscale.docs.djchome.ukis the exception โ accessible anywhere via Google login.
Infrastructure (direct IP โ no Tailscale needed on home network)¶
| Service | URL |
|---|---|
| Lotus Unraid UI | http://192.168.1.80 |
| Cooper Unraid UI | http://192.168.1.60 |
| Pacific Proxmox UI | https://192.168.1.10:8006 |
Applications (via Tailscale)¶
| Service | URL | Host |
|---|---|---|
| Home Assistant | http://192.168.1.12:8123 ยท https://ha.djchome.uk | Pacific |
| Plex | Lotus | |
| Immich | Lotus | |
| Paperless-NGX | Lotus | |
| Mealie | Lotus | |
| Homepage | Lotus | |
| Open-WebUI | Lotus | |
| Audiobookshelf | Lotus | |
| Karakeep | Lotus | |
| StirlingPDF | Lotus | |
| Dawarich | Lotus | |
| Splitpro | Lotus |
TODO: Fill in exact subdomains from SWAG config
Documentation¶
| URL | |
|---|---|
| Cloud docs | https://docs.djchome.uk |
| Local docs | http://docs.home (192.168.1.81 โ nginx on Lotus, syncs from GitHub every 30 min) |
| Gabriela dashboard | http://gabriela.home (proxied via 192.168.1.81 nginx โ 192.168.1.82:3000) |
SSH Access¶
ssh root@192.168.1.80 # Lotus (primary NAS)
ssh root@192.168.1.60 # Cooper (backup NAS)
ssh root@192.168.1.10 # Pacific (Proxmox host)
Backup Schedule¶
| What | From | To | Method |
|---|---|---|---|
| Docker appdata | Lotus | Cooper | Appdata Backup plugin |
| Data shares | Lotus | Cooper | LuckyBackup |
| Docker appdata | Cooper | Lotus | Appdata Backup plugin |
| Desktop PC | Brabham (192.168.1.40) | Lotus | Veeam |
| Pacific VMs/LXC | Pacific | Lotus | Proxmox Backup Server |
| Offsite | โ | โ | None configured |
Common Commands¶
Unraid (SSH into Lotus or Cooper)¶
# List running containers
docker ps
# Restart a container
docker restart <container_name>
# Check container logs
docker logs <container_name>
# Check disk usage
df -h
# Check array status
mdcmd status
Proxmox (SSH into Pacific)¶
# List VMs
qm list
# Start / stop a VM
qm start <VMID>
qm stop <VMID>
# List LXC containers
pct list
# Start / stop an LXC
pct start <CTID>
pct stop <CTID>
# Check storage
pvesm status
Credentials¶
Do not store passwords here.
All credentials are stored in the password manager. Access via Tailscale.
Emergency Decision Tree¶
Something is broken โ where to start:
- Can you reach this documentation? โ You're in the right place
- Check Current State โ is the affected service listed?
- Check Disaster Recovery for the scenario
- Simple fix needed? See Common Issues
- Still stuck? Contact Dan
Last Verified: 2026-04-14