docs(*): Fix lists

This commit is contained in:
Josh Creek
2025-04-01 21:33:28 +01:00
parent 8757e5d732
commit 0cbe792e08
+9
View File
@@ -50,15 +50,19 @@ To **ensure local services work even if the internet is down**, configure **Pi-h
- Add **Local DNS Records**: - Add **Local DNS Records**:
- Web-services should direct to Nginx: - Web-services should direct to Nginx:
- ai.creeknet.uk → `10.0.0.23` - ai.creeknet.uk → `10.0.0.23`
- home.creeknet.uk → `10.0.0.23` - home.creeknet.uk → `10.0.0.23`
- nas.creeknet.uk → `10.0.0.23` - nas.creeknet.uk → `10.0.0.23`
- plex.creeknet.uk → `10.0.0.23` - plex.creeknet.uk → `10.0.0.23`
- Non-web services should direct to the actual servers: - Non-web services should direct to the actual servers:
- rustdesk.creeknet.uk → `10.0.0.23` (dockerised on the same server as nginx) - rustdesk.creeknet.uk → `10.0.0.23` (dockerised on the same server as nginx)
- vpn.creeknet.uk → `10.0.0.5` (redundant if the internet is down but included for completeness) - vpn.creeknet.uk → `10.0.0.5` (redundant if the internet is down but included for completeness)
- **Router DNS Settings**: - **Router DNS Settings**:
- Primary DNS: `10.0.0.6` (Pi-hole) - Primary DNS: `10.0.0.6` (Pi-hole)
- Secondary DNS: `1.1.1.1` (Cloudflare) - Secondary DNS: `1.1.1.1` (Cloudflare)
@@ -87,9 +91,11 @@ services:
### **3.2 Configure Proxy Hosts** ### **3.2 Configure Proxy Hosts**
- ai.creeknet.uk → `http://10.0.0.20:8080` (Open Web UI) - ai.creeknet.uk → `http://10.0.0.20:8080` (Open Web UI)
- Provide SSL certificate through Lets Encrypt - Provide SSL certificate through Lets Encrypt
- Enable Websockets Support - Enable Websockets Support
- Force SSL - Force SSL
- home.creeknet.uk → `http://10.0.0.13:8123` (Home Assistant) - home.creeknet.uk → `http://10.0.0.13:8123` (Home Assistant)
- Provide SSL certificate through Lets Encrypt - Provide SSL certificate through Lets Encrypt
@@ -107,6 +113,9 @@ services:
``` ```
- nas.creeknet.uk → `https://10.0.0.9:1001` (Asustor NAS) - nas.creeknet.uk → `https://10.0.0.9:1001` (Asustor NAS)
- Provide SSL certificate through Lets Encrypt - Provide SSL certificate through Lets Encrypt
- plex.creeknet.uk → `http://10.0.0.11:32400` (Plex Media Server) - plex.creeknet.uk → `http://10.0.0.11:32400` (Plex Media Server)
- Provide SSL certificate through Lets Encrypt - Provide SSL certificate through Lets Encrypt