Newer
Older
gnexus-book / 40-inventory / endpoints.yml
# Addressable URLs, management UIs, APIs, ports, and other access points.
---
- id: hp-proliant-cockpit
  name: HP ProLiant Cockpit
  type: management-ui
  status: active
  exposure: local
  url: https://192.168.1.130:9090/system
  protocol: https
  host: 192.168.1.130
  port: 9090
  owner_host: hp-proliant-dl380-g6
  purpose: Host administration through Cockpit.
  auth: required
  docs: ../10-systems/hardware/hp-proliant-dl380-g6.md
  last_reviewed: 2026-05-09
  source_of_truth: owner-confirmed

- id: pfsense-web-ui
  name: pfSense Web UI
  type: management-ui
  status: active
  exposure: local
  url: https://192.168.1.1/
  protocol: https
  host: 192.168.1.1
  owner_host: pfsense-router
  purpose: Local router and firewall administration.
  auth: required
  docs: ../10-systems/networks/pfsense-router.md
  last_reviewed: 2026-05-09
  source_of_truth: owner-confirmed

- id: external-vps-http
  name: External VPS HTTP endpoint
  type: public-web
  status: active
  exposure: public
  url: http://194.61.53.43/
  protocol: http
  host: 194.61.53.43
  port: 80
  owner_host: external-vps
  purpose: Public HTTP endpoint on the external VPS.
  docs: ../10-systems/servers/external-vps.md
  last_reviewed: 2026-05-09
  source_of_truth: curl-observed

- id: gnexus-space-https
  name: gnexus.space HTTPS endpoint
  type: public-web
  status: active
  exposure: public
  url: https://gnexus.space/
  protocol: https
  host: gnexus.space
  port: 443
  domain: gnexus-space
  service: internal-nginx-proxy
  owner_host: external-vps
  purpose: Public HTTPS endpoint for the primary domain.
  docs: ../10-systems/traffic-routes/public-gnexus-space-to-internal-nginx.md
  last_reviewed: 2026-05-09
  source_of_truth: curl-observed-and-ssh-nginx

- id: internal-proxy-ssh
  name: Internal Proxy VPS SSH
  type: ssh
  status: active
  exposure: local
  protocol: ssh
  host: 192.168.1.226
  port: 22
  owner_host: internal-proxy-vps
  purpose: SSH administration endpoint for the internal proxy VPS.
  auth: required
  docs: ../10-systems/servers/internal-proxy-vps.md
  last_reviewed: 2026-05-09
  source_of_truth: ssh-host

- id: smart-home-panel-http
  name: Smart Home Panel HTTP
  type: smart-home-ui
  status: active
  exposure: local
  url: http://192.168.1.101/
  protocol: http
  host: 192.168.1.101
  port: 80
  owner_host: smart-home-server
  purpose: Smart-home server web endpoint on the home LAN.
  auth: required
  docs: ../10-systems/servers/smart-home-server.md
  last_reviewed: 2026-05-10
  source_of_truth: nmap-observed-and-owner-confirmed

- id: smart-home-panel-https
  name: Smart Home Panel HTTPS
  type: smart-home-ui
  status: active
  exposure: local
  url: https://192.168.1.101/
  protocol: https
  host: 192.168.1.101
  port: 443
  owner_host: smart-home-server
  purpose: Smart-home server HTTPS endpoint on the home LAN.
  auth: required
  docs: ../10-systems/servers/smart-home-server.md
  last_reviewed: 2026-05-10
  source_of_truth: nmap-observed-and-owner-confirmed