be80da201dca68c56f64d528425db7d060c96750
private/ctsollars-dev/Home.md
| ... | ... | @@ -0,0 +1,36 @@ |
| 1 | +# CTSollars Dev |
|
| 2 | + |
|
| 3 | +## Hydra Hosts |
|
| 4 | + |
|
| 5 | +# Nginx Reverse Proxy Hostname Map |
|
| 6 | + |
|
| 7 | +| Upstream Port | Hostname | Location / Path | Listen (Ingress) | Upstream Target | Notes | Source File | |
|
| 8 | +|---:|---|---|---|---|---|---| |
|
| 9 | +| 2342 | photos.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:2342/` | HTTPS vhost | `photos.conf` | |
|
| 10 | +| 3300 | apptega.ctsollars.com | `/` | `3443 ssl` | `http://192.168.0.102:3300/` | ONE-API block | `apptega.com` | |
|
| 11 | +| 3300 | apptegapartner.ctsollars.com | `/` | `3443 ssl` | `http://192.168.0.102:3300/` | ONE-API block | `apptega.com` | |
|
| 12 | +| 3600 | merge-connector.ctsollars.com | `/` | `443 ssl` | `http://192.168.0.102:3600/` | CONNECTOR API block | `apptega.com` | |
|
| 13 | +| 4000 | social.ctsollars.com | `/` | `443 ssl http2` | `http://phoenix` | `phoenix` upstream resolves to `127.0.0.1:4000` | `pleroma.nginx` | |
|
| 14 | +| 4000 | social.ctsollars.com | `~ ^/(media\|proxy)` | `443 ssl http2` | `http://phoenix` | Cached media/proxy route; upstream `127.0.0.1:4000` | `pleroma.nginx` | |
|
| 15 | +| 4000 | social.ctsollars.com | `/api/fedsocket/v1` | `443 ssl http2` | `http://phoenix/api/fedsocket/v1` | Upstream base `127.0.0.1:4000` | `pleroma.nginx` | |
|
| 16 | +| 5000 | music.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5000/` | HTTPS vhost | `music.conf` | |
|
| 17 | +| 5200 | nzb.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5200/` | HTTPS vhost | `sabnzbd.conf` | |
|
| 18 | +| 5300 | lidarr.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5300/` | HTTPS vhost | `lidarr.conf` | |
|
| 19 | +| 5400 | radarr.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5400/` | HTTPS vhost | `radarr.conf` | |
|
| 20 | +| 5500 | sonarr.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5500/` | HTTPS vhost | `sonarr.conf` | |
|
| 21 | +| 5557 | apptega.ctsollars.com | `/` | `443 ssl` | `http://192.168.0.102:5557/` | CLIENT block | `apptega.com` | |
|
| 22 | +| 5557 | apptegapartner.ctsollars.com | `/` | `443 ssl` | `http://192.168.0.102:5557/` | CLIENT block | `apptega.com` | |
|
| 23 | +| 5600 | media.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5600/` | Overseerr | `overseerr.conf` | |
|
| 24 | +| 5700 | meetingrides.io | `/` | `443 ssl` | `http://127.0.0.1:5700/` | Web app route | `meetingrides.conf` | |
|
| 25 | +| 5701 | meetingrides.io | `/api` | `443 ssl` | `http://127.0.0.1:5701/` | API route with rewrite | `meetingrides.conf` | |
|
| 26 | +| 5800 | aigp.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5800/` | Web app route | `aigp.conf` | |
|
| 27 | +| 5801 | aigp.ctsollars.com | `/api` | `443 ssl` | `http://127.0.0.1:5801/` | API route with rewrite | `aigp.conf` | |
|
| 28 | +| 5900 | wiki.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:5900/` | Main wiki route | `wiki.conf` | |
|
| 29 | +| 5900 | wiki.ctsollars.com | `~ ^/gollum/(edit\|create\|upload_file\|rename\|delete\|revert\|overview/private)` | `443 ssl` | `http://127.0.0.1:5900` | Basic auth protected edit/admin paths | `wiki.conf` | |
|
| 30 | +| 5900 | wiki.ctsollars.com | `/private/` | `443 ssl` | `http://127.0.0.1:5900/private/` | Basic auth protected private docs | `wiki.conf` | |
|
| 31 | +| 8080 | apptega-api.ctsollars.com | `/` | `443 ssl` | `http://192.168.0.102:8080/` | WEB API block | `apptega.com` | |
|
| 32 | +| 8080 | apptegapartner.ctsollars.com | `/` | `443 ssl` | `http://192.168.0.102:8080/` | WEB API block | `apptega.com` | |
|
| 33 | +| 8080 | dev.ctsollars.com | `/` | `80` | `http://127.0.0.1:8080/` | Plain HTTP server block proxies directly | `dev.conf` | |
|
| 34 | +| 8080 | dev.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:8080/` | HTTPS server block | `dev.conf` | |
|
| 35 | +| 9000 | irc.ctsollars.com | `/` | `443 ssl` | `http://127.0.0.1:9000/` | HTTPS vhost | `irc.conf` | |
|
| 36 | +| 32488 | plex.ctsollars.com | `/` | `32443 ssl` | `http://127.0.0.1:32488/` | Non-standard TLS ingress port | `plex.conf` | |