fixed links in Readme.md
This commit is contained in:
parent
46cb1fadb9
commit
5537aee02f
36
README.md
36
README.md
|
|
@ -2,21 +2,23 @@
|
|||
|
||||
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.
|
||||
|
||||
## 📄 Service Docs
|
||||
## 📄 Service Docs
|
||||
|
||||
- [Overview Table](./homelab_services_overview.md)
|
||||
- [Home Assistant (100)](./home_assistant_doc.md)
|
||||
- [Pi-hole (103)](./pihole_doc.md)
|
||||
- [Plex (102)](./plex_doc.md)
|
||||
- [Sonarr (104)](./sonarr_doc.md)
|
||||
- [Radarr (105)](./radarr_doc.md)
|
||||
- [Jackett (106)](./jackett_doc.md)
|
||||
- [FlareSolverr (107)](./flaresolverr_doc.md)
|
||||
- [qBittorrent (108)](./qbittorrent_doc.md)
|
||||
- [Immich (109)](./immich_doc.md)
|
||||
- [Nextcloud (110)](./nextcloud_doc.md)
|
||||
- [Home Assistant (100)](./home-assistant-complete.md)
|
||||
- [Pi-hole (103)](./pihole-complete.md)
|
||||
- [Plex (102)](./plex_complete.md)
|
||||
- [Sonarr (104)](./sonarr_complete.md)
|
||||
- [Radarr (105)](./radarr_complete.md)
|
||||
- [Jackett (106)](./jackett_complete.md)
|
||||
- [FlareSolverr (107)](./flaresolverr_complete.md)
|
||||
- [qBittorrent (108)](./qbittorrent_complete.md)
|
||||
- [Immich (109)](./immich_complete.md)
|
||||
- [Nextcloud (110)](./nextcloud-aio.md)
|
||||
- [Cloudflare](./cloudflare-full.md)
|
||||
- [Hardware Overview](./homelab-hardware-full.md)
|
||||
- [Inventory Map](./homelab-inventory-map.md)
|
||||
|
||||
## 📦 Format Standard
|
||||
## 📦 Format Standard
|
||||
Each file includes:
|
||||
- Overview & purpose
|
||||
- Container ID, IP, ports, domain
|
||||
|
|
@ -26,15 +28,15 @@ Each file includes:
|
|||
- Monitoring/logging details
|
||||
- Setup method & Docker image
|
||||
|
||||
## 🔐 Credentials
|
||||
## 🔐 Credentials
|
||||
All credentials are stored in Bitwarden under the `homelab` folder.
|
||||
|
||||
## 🔄 Backup Strategy
|
||||
## 🔄 Backup Strategy
|
||||
ZFS snapshots used for persistent volumes. Daily snapshot rotation is planned for critical services like Nextcloud and Plex.
|
||||
|
||||
## 📊 Monitoring
|
||||
## 📊 Monitoring
|
||||
Monitoring stack planned using Uptime Kuma and Prometheus/Grafana.
|
||||
|
||||
---
|
||||
|
||||
> Managed and maintained by ChatGPT Homelab Project Documentation
|
||||
> Managed and maintained by ChatGPT Homelab Project Documentation
|
||||
|
|
|
|||
Loading…
Reference in New Issue