My containerized home server setup
- Docker Engine
- Jellyfin
- Radarr
- Sonarr
- Prowlarr
- qBittorrent
- Jellyseerr
- Homarr
- WireGuard Easy
- Watchtower
- Beszel
- AdGuard Home
- Nginx Proxy Manager
- Cloudflare DDNS
- https://github.com/Ravencentric/awesome-arr
- https://trash-guides.info/
- https://wiki.servarr.com/docker-guide
- https://jellyfin.org/docs/general/administration/hardware-acceleration/intel/#official-docker
Inspired by this handy guide
.
├── data
│ ├── media
│ │ ├── movies
│ │ └── tv
│ └── torrents
│ ├── movies
│ └── tv
└── docker
└── appdata
├── jellyfin
├── prowlarr
├── qbittorrent
├── radarr
├── sonarr
└── ...