Update readme with correct links

This commit is contained in:
Jens Du Four
2025-01-10 11:19:24 +01:00
parent 8ea40d6fa4
commit b728f18c0b

View File

@@ -2,15 +2,13 @@
## Services ## Services
- [Cloudflared](https://github.com/jensdufour/homelab/tree/main/services/cloudflared.md) - [Cloudflared](https://github.com/jensdufour/homelab/tree/main/services/1-cloudflared.md)
## Applications ## Applications
- [Proxmox](https://github.com/jensdufour/homelab/tree/main/applications/proxmox.md) - [Proxmox](https://github.com/jensdufour/homelab/tree/main/applications/1-proxmox.md)
- [Home Assistant](https://github.com/jensdufour/homelab/tree/main/applications/homeassistant.md) - [Home Assistant](https://github.com/jensdufour/homelab/tree/main/applications/3-homeassistant.md)
- [Cockpit](https://github.com/jensdufour/homelab/tree/main/applications/cockpit.md) - [Storage](https://github.com/jensdufour/homelab/tree/main/applications/2-storage.md)
- [Portainer](https://github.com/jensdufour/homelab/tree/main/applications/portainer.md) - [Docker](https://github.com/jensdufour/homelab/tree/main/applications/4-docker.md)
- [Plex Stack](https://github.com/jensdufour/homelab/tree/main/applications/plex.md)
- [Servarr Stack](https://github.com/jensdufour/homelab/tree/main/applications/servarr.md)
## Data Directory ## Data Directory
General overview of the directory structure in my vault. General overview of the directory structure in my vault.
@@ -44,14 +42,12 @@ sudo chown -R 1000:1000 /data
## Setup ## Setup
1. Proxmox 1. Proxmox
Proxmox is a powerful open-source server virtualization management solution. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/proxmox.md). Proxmox is a powerful open-source server virtualization management solution. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/1-proxmox.md).
2. Cloudflared: Cloudflared is used to expose your internal services to the internet securely. You can find the setup instructions [here](https://github.com/jensdufour/homelab/tree/main/services/cloudflared.md). 2. Cloudflared: Cloudflared is used to expose your internal services to the internet securely. You can find the setup instructions [here](https://github.com/jensdufour/homelab/tree/main/services/1-cloudflared.md).
3. Backup: Setup a Cron backup script for the Docker containter on your NAS. 3. Backup: Setup a Cron backup script for the Docker containter on your NAS. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/services/2-backup.md).
4. Home Assistant: Home Assistant is an open-source home automation platform. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/homeassistant.md). 4. Home Assistant: Home Assistant is an open-source home automation platform. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/3-homeassistant.md).
5. Plex Stack: Plex Stack is used for managing and streaming your media. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/plex.md). 5. Docker: Plex Stack is used for managing and streaming your media. Servarr Stack is a collection of applications to automate media management Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/4-docker.md).
6. Servarr Stack: Servarr Stack is a collection of applications to automate media management. Setup instructions can be found [here](https://github.com/jensdufour/homelab/tree/main/applications/servarr.md).