Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jannoelc/home-server
A set of configurations to instantiate your own home server stack using Proxmox. All the LXC containers host docker containers.
https://github.com/jannoelc/home-server
docker home-assistant homelab
Last synced: about 1 month ago
JSON representation
A set of configurations to instantiate your own home server stack using Proxmox. All the LXC containers host docker containers.
- Host: GitHub
- URL: https://github.com/jannoelc/home-server
- Owner: jannoelc
- License: mit
- Created: 2024-03-18T07:14:27.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T21:21:23.000Z (5 months ago)
- Last Synced: 2024-07-19T02:32:27.313Z (5 months ago)
- Topics: docker, home-assistant, homelab
- Language: Shell
- Homepage:
- Size: 4.53 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Doge's Home Server Stack
A set of configurations to instantiate your own home server stack using Proxmox. All the LXC containers host docker containers.
## Main LXC
Main LXC host the docker containers for the following docker compose stack:
![Main LXC](docs/media/main_lxc.png)
![Main LXC](docs/media/main_portainer.png)
### Admin stack
- Portainer
- Code Server
- RClone (custom Dockerfile) - Manages the backup schedule of all the docker compose stack on Main LXC### Network stack
- Caddy as reverse proxy
- Tailscale - to enable remote access of all the apps in the stack
- DNS server for Tailscale### Smart Home stack
- Home assistant (plus a dedicated MariaDB instance)
- Mosquitto (MQTT)
- Zigbee2MQTT
- Frigate instance (with support of Google Coral TPU)### App stack
- Vaultwarden (a Rust-based alternative compatible with Bitwarden clients)
- Mealie (Meal planning app)## Media LXC
Media LXC hosted is on a different VLAN ID responsible for my own local media center. The docker containers for the following docker compose stack:
### Media Center
- Jellyfin
### Network
- Caddy as reverse proxy
### PVR
- Wireguard VPN
- ARR stack