Inline external non-Docker services in README.md; remove EXTERNAL_SERVICES.md; keep all docs in a single file
This commit is contained in:
17
README.md
17
README.md
@@ -232,7 +232,20 @@ Default ports (configure reverse proxy for SSL/domains):
|
||||
- NPM Admin: 81
|
||||
- Maloja: 42010
|
||||
- Multi-Scrobbler: 9078
|
||||
- WYGIWYH: 9008
|
||||
- WYGIWYH: 9008
|
||||
- External Non-Docker Services (Inline): See list below
|
||||
|
||||
- npm (Nginx Proxy Manager) — 192.168.0.10 — Web UI; admin: 81
|
||||
- adguard (AdGuard Home) — 192.168.0.11 — DNS/ad-blocking; UI: 3000
|
||||
- vaultwarden (Vaultwarden) — 192.168.0.12 — Password manager; Web UI: 80/8080
|
||||
- crafty (Crafty Controller) — 192.168.0.13 — Home automation central
|
||||
- nextcloud — 192.168.0.14 — File sync and collaboration; UI: 443
|
||||
- homeassistant — 192.168.0.15 — Home automation; UI: 8123
|
||||
- foundryvtt — 192.168.0.16 — Foundry Virtual Tabletop; UI: 30000
|
||||
- openmediavault — 192.168.0.17 — NAS management; UI: 80/443
|
||||
- wordpress-irodori — 192.168.0.18 — WordPress site; UI: 80
|
||||
- wordpress-dustin — 192.168.0.19 — WordPress site; UI: 80
|
||||
|
||||
|
||||
## Maintenance
|
||||
|
||||
@@ -319,7 +332,7 @@ docker system df
|
||||
docker system prune -a
|
||||
```
|
||||
|
||||
## Migration/Restoration
|
||||
## External Non-Docker Services (Inline)\nThis section lists non-Docker services running on Proxmox LXCs and VMs with host IPs and brief descriptions. Ports may vary; verify in each VM/Container.\n\n- npm (Nginx Proxy Manager) — 192.168.0.10 — Web UI; admin: 81\n- adguard — 192.168.0.11 — DNS/ad-blocking; UI: 3000\n- vaultwarden — 192.168.0.12 — Password manager; UI: 80/8080\n- crafty — 192.168.0.13 — Home automation central\n- nextcloud — 192.168.0.14 — File sync and collaboration; UI: 443\n- homeassistant — 192.168.0.15 — Home automation UI: 8123\n- foundryvtt — 192.168.0.16 — Foundry VTT; UI: 30000\n- openmediavault — 192.168.0.17 — NAS management; UI: 80/443\n- wordpress-irodori — 192.168.0.18 — WordPress site; UI: 80\n- wordpress-dustin — 192.168.0.19 — WordPress site; UI: 80\n\nIf you want, I can tighten these with exact ports from your Proxmox/VM configs and add links to each service's docs.\n\n## Migration/Restoration\n\nYour homelab includes a number of LXC and VM-based services running outside Docker. This section documents their host IPs, brief descriptions, and typical access ports. Note that ports can be customized; confirm in your Proxmox/VM configs.\n\n- npm (Nginx Proxy Manager) — 192.168.0.10 — Web UI and reverse proxy management; typical host ports: 80/443 (service accessible via web browser), admin: 81.\n- adguard (AdGuard Home) — 192.168.0.11 — DNS/ad-blocking; UI at 3000.\n- vaultwarden (Vaultwarden) — 192.168.0.12 — Password manager; Web UI default port 80/8080.\n- crafty (Crafty Controller) — 192.168.0.13 — Home automation central; Web UI default port depends on config.\n- nextcloud — 192.168.0.14 — File sync and collaboration; UI at 443.\n- homeassistant — 192.168.0.15 — Home automation; UI at 8123.\n- foundryvtt — 192.168.0.16 — Virtual tabletop; UI at 30000 (default).\n- openmediavault (OMV) — 192.168.0.17 — NAS management; UI at 80/443.\n- wordpress-irodori — 192.168.0.18 — WordPress site; UI at 80.\n- wordpress-dustin — 192.168.0.19 — WordPress site; UI at 80.\n\nIf you want, I can tighten these with exact ports from your Proxmox/VM configs and add links to each service's docs.\n\n## Migration/Restoration
|
||||
|
||||
1. Install Docker and Docker Compose on new system
|
||||
2. Restore `/docker/` directory structure
|
||||
|
||||
Reference in New Issue
Block a user