51 lines
2.1 KiB
Markdown
51 lines
2.1 KiB
Markdown
# 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-81` to `4480-4481`
|
|
- `443` to `4443`
|
|
- Public access through Nginx Proxy Manager with Let's Encrypt HTTPS.
|
|
- Private access through Tailscale.
|
|
|
|
## Known facts
|
|
|
|
- The homelab is documented only from the known facts above.
|
|
- Anything not listed as known remains unconfirmed.
|
|
|
|
## Unknown / needs clarification
|
|
|
|
1. What operating system and version is running on the Raspberry Pi 5?
|
|
2. What is the Raspberry Pi 5 RAM size?
|
|
3. What storage devices are used, and where is persistent service data stored?
|
|
4. What is the Raspberry Pi 5 LAN IP address?
|
|
5. Is the Raspberry Pi 5 using DHCP or a static IP address?
|
|
6. What router or firewall performs NAT and port forwarding?
|
|
7. Is the WAN IP static, dynamic, or behind CGNAT?
|
|
8. Does external port `80` map to internal port `4480`, and does external port `81` map to internal port `4481`?
|
|
9. Are the forwarded ports TCP only, UDP only, or both?
|
|
10. Are any other ports forwarded?
|
|
11. What domain names or subdomains point to the homelab?
|
|
12. What are the Nginx Proxy Manager proxy hosts?
|
|
13. Which services are public, and which are private-only?
|
|
14. Is HTTP-to-HTTPS redirection enabled in Nginx Proxy Manager?
|
|
15. Are Nginx Proxy Manager access lists used?
|
|
16. How are Docker, Portainer, and Nginx Proxy Manager deployed?
|
|
17. Are Docker Compose files, Portainer stacks, or other manifests available?
|
|
18. What containers are currently running?
|
|
19. What Docker networks and volumes exist?
|
|
20. What is the Tailscale device name for the Raspberry Pi 5?
|
|
21. Does the Raspberry Pi 5 advertise Tailscale subnet routes?
|
|
22. Is the Raspberry Pi 5 configured as a Tailscale exit node?
|
|
23. Is Tailscale SSH enabled?
|
|
24. What backup system exists, if any?
|
|
25. What monitoring or alerting exists, if any?
|