f6b0e2b22f
Network probes (no web admin, Debian SSH banner, only file-server ports open) show 10.250.50.50 is vanilla Debian 12 with hand-configured NFS/SMB, reprovisioned from the original TrueNAS SCALE install. Update stack comments, README storage notes, Backrest description, proxmox-vms.md entry for VM 100, and the restic configs intro to match. Cross-site sync plan simplifies to plain rsync over SSH on both sides — no appliance-specific tooling needed.
68 lines
2.9 KiB
Markdown
68 lines
2.9 KiB
Markdown
# ana-docker
|
|
|
|
General-purpose Docker host for the Anaheim colo. Runs everything at `10.250.0.0/16` that doesn't need a GPU — pair it with ana-ml2, which handles the GPU workloads.
|
|
|
|
## Network
|
|
|
|
- **LAN IP:** 10.250.50.70
|
|
- **FQDN:** `ana-docker.phasefinal.com`
|
|
- **SSH:** standard port 22
|
|
- **Traefik entrypoints:** 80/443 terminate here; cert resolver `anaprod` (Let's Encrypt)
|
|
|
|
## Hardware
|
|
|
|
- **CPU:** 8 vCPU (QEMU virtual — this is a VM)
|
|
- **RAM:** 15.6 GB
|
|
- **GPUs:** none
|
|
- **Storage:** 245 GB root (ext4) + NFS mounts from `10.250.50.50` (Debian 12 NFS/SMB file server; historically TrueNAS SCALE, since reprovisioned)
|
|
- **OS:** Debian 12 (bookworm), kernel 6.1.x
|
|
- **Docker:** 20.10.24
|
|
|
|
## Key paths
|
|
|
|
| Path | Purpose |
|
|
|------|---------|
|
|
| `/opt/docker/compose/<stack>/` | Compose files (also a git repo) |
|
|
| `/opt/docker/conf/<stack>/` | Config bind mounts |
|
|
| `/opt/docker/data/` | Service state (legacy — most stacks now use named volumes) |
|
|
| `/mnt/compose` | NFS — `10.250.50.50:/mnt/docker` |
|
|
| `/mnt/backup` | NFS — `10.250.50.50:/mnt/backup` (restic target) |
|
|
| `/mnt/tnvms` | NFS — `10.250.50.50:/mnt/pve-VMStorage` |
|
|
|
|
## Running stacks
|
|
|
|
| Stack | Port(s) | Notes |
|
|
|-------|---------|-------|
|
|
| traefik | 80 / 443 / 8380 | Reverse proxy + TLS (cert resolver `anaprod`) |
|
|
| crowdsec (+ blocklist-mirror) | 41412 | IPS; bouncer runs as a Traefik plugin |
|
|
| gitea | 3000 / 222 | Git hosting — `gitea.phasefinal.com` |
|
|
| vaultwarden | 9080 | Password vault — `vaultwarden.phasefinal.com` |
|
|
| synapse (+ synapse-db, element-web) | internal | Matrix homeserver — `matrix.phasefinal.com`, client at `chat.phasefinal.com` |
|
|
| seafile (+ mariadb, memcached) | 9180 | File sync — `seafile.phasefinal.com` |
|
|
| searxng | 9996 | Private search metaengine |
|
|
| openwebui | 3100 | Chat UI frontend |
|
|
| sillytavern | 8100 | Chat UI |
|
|
| mailrise | 8025 | SMTP-to-notification gateway |
|
|
| rustdesk (hbbs + hbbr) | host-net 21115-21119 | Remote desktop relay — `rustdesk.phasefinal.com` |
|
|
| dockge | 5001 | Docker stack management UI |
|
|
| beszel | 8090 | Fleet metrics hub (+ local agent); agents on the other hosts report here |
|
|
| dozzle (hub as `dozzle-hub`) | 8088 | Fleet log viewer; agents on the other hosts report here |
|
|
| restic rest-server | 8000 | Anaheim-side restic endpoint (writes to the NFS mount at `/mnt/backup/restic/repo/ana/`, backed by the Debian file server at `10.250.50.50`); paired with `rest-server-nh3` on the Synology for the NH3 side |
|
|
| backrest | 9898 | Fleet-wide restic snapshot viewer / restore UI — points at both rest-servers |
|
|
| it-tools | 8780 | Dev utilities |
|
|
| mattermost | — | Stopped; kept around for reference |
|
|
|
|
Portainer was retired from this host; stack management is now handled via Dockge + Beszel.
|
|
|
|
## Refresh state
|
|
|
|
```bash
|
|
scripts/refresh-server-info.sh ana-docker
|
|
```
|
|
|
|
Latest snapshot: `system-details.txt` (regenerate as needed).
|
|
|
|
## Placement rule
|
|
|
|
If a new stack needs a GPU it goes on **ana-ml2**, otherwise it lands here.
|