3 KiB
3 KiB
Unknowns and Clarification Questions
Description
This page lists information that is missing or unclear from the current homelab documentation.
Current configuration
The currently documented configuration is limited to:
- Raspberry Pi 5 as the main server.
- Docker, Portainer, and Nginx Proxy Manager as the core stack.
- NAT with forwarded ports:
80-81to4480-4481443to4443
- Public access through Nginx Proxy Manager with Let's Encrypt HTTPS.
- Private access through Tailscale.
- Hetzner VPS handoff:
- Hostname:
ubuntu-4gb-hel1-1 - Tailscale IP:
100.95.58.48 - Public IPv4:
135.181.153.108 - Public IPv6:
2a01:4f9:c014:98f0::1 - Running container:
npm - Joplin files created but not running.
- Hostname:
Known facts
- The homelab is documented only from the known facts above.
- Anything not listed as known remains unconfirmed.
Unknown / needs clarification
- What operating system and version is running on the Raspberry Pi 5?
- What is the Raspberry Pi 5 RAM size?
- What storage devices are used, and where is persistent service data stored?
- What is the Raspberry Pi 5 LAN IP address?
- Is the Raspberry Pi 5 using DHCP or a static IP address?
- What router or firewall performs NAT and port forwarding?
- Is the WAN IP static, dynamic, or behind CGNAT?
- Does external port
80map to internal port4480, and does external port81map to internal port4481? - Are the forwarded ports TCP only, UDP only, or both?
- Are any other ports forwarded?
- What domain names or subdomains point to the homelab?
- What are the Nginx Proxy Manager proxy hosts?
- Which services are public, and which are private-only?
- Is HTTP-to-HTTPS redirection enabled in Nginx Proxy Manager?
- Are Nginx Proxy Manager access lists used?
- How are Docker, Portainer, and Nginx Proxy Manager deployed?
- Are Docker Compose files, Portainer stacks, or other manifests available?
- What containers are currently running?
- What Docker networks and volumes exist?
- What is the Tailscale device name for the Raspberry Pi 5?
- Does the Raspberry Pi 5 advertise Tailscale subnet routes?
- Is the Raspberry Pi 5 configured as a Tailscale exit node?
- Is Tailscale SSH enabled?
- What backup system exists, if any?
- What monitoring or alerting exists, if any?
- Is the Hetzner VPS part of the homelab documentation scope, a separate system, or both?
- What is the operating system version on
ubuntu-4gb-hel1-1? - Is public Nginx Proxy Manager admin access on port
81intentionally reachable on135.181.153.108? - Has DNS record
joplin.okit.pl -> 135.181.153.108been created? - Has optional AAAA record
joplin.okit.pl -> 2a01:4f9:c014:98f0::1been created? - Has
POSTGRES_PASSWORD=CHANGE_ME_STRONG_PASSWORDbeen changed before first Joplin production start? - Has the Nginx Proxy Manager proxy host for
joplin.okit.plbeen created? - Are ports
80and443publicly reachable on the Hetzner VPS for Let's Encrypt HTTP validation?