Update README.md
This commit is contained in:
parent
2da2223086
commit
64c6aac6f1
18
README.md
18
README.md
|
|
@ -2,6 +2,24 @@
|
|||
|
||||
This repository contains Markdown-based documentation for each core service running in the homelab. Each document includes details such as IP address, container ID, ports, platform, backup and monitoring plans, and configuration paths.
|
||||
|
||||
## 🖧 IP Addresses
|
||||
|
||||
| CT | Service | IP Address | UI Port | Uname | Link
|
||||
|-----|--------------------|---------------|---------|----------|----------------------------------------------------
|
||||
| 100 | Home Assistant | 192.168.1.36 | 8123 | | http://192.168.1.36:8123, https://wtfsolutions.cc
|
||||
| 102 | gitea (docs) | 192.168.1.40 | 3000 | | http://192.168.1.40:3000
|
||||
| 103 | pihole | 192.168.1.3 | 80 | | http://192.168.1.3/admin
|
||||
| 104 | sonarr (TV) | 192.168.1.43 | 8080 | | http://192.168.1.39:8989
|
||||
| 105 | radarr (Movies) | 192.168.1.43 | 8080 | | http://192.168.1.43:7878/
|
||||
| 106 | jackett (Indexers) | 192.168.1.45 | 9117 | | http://192.168.1.45:9117/UI/Dashboard
|
||||
| 107 | flaresolverr | 192.168.1.46 | 8191 | | http://192.168.1.46:8191/
|
||||
| 108 | qbittorrent | 192.168.1.47 | 8080 | admin | http://192.168.1.47:8080/
|
||||
| 109 | immich (photos) | 192.168.1.48 | 2283 | | http://192.168.1.48:2283/photos
|
||||
| 110 | nextcloud (drive) | 192.168.1.50 | | admin | https://drive.whatsolutions.us/apps/dashboard/
|
||||
| | Plex (media) | 192.168.1.32 | 32400 | cdarrigo | http://192.168.1.32:32400/web/index.html#!/dashboard
|
||||
| | Unifi (Network) | 192.168.1.1 | | cdarrigo | https://192.168.1.1/network/default/dashboard
|
||||
|
||||
|
||||
## 📄 Service Docs
|
||||
|
||||
- [Home Assistant (100)](./home-assistant-complete.md)
|
||||
|
|
|
|||
Loading…
Reference in New Issue