- Nextcloud + OnlyOffice
- *arr media management series (Lidarr, Sonarr, etc)
- Gitea
- Vaultwarden
- PiHole
- Jellyfin
- Wiki-js
- Lemmy
- Prometheus/Grafana/Loki
Currently all containerised running on a debian VM on a Rockylinux Qemu/KVM hypervisor. Initially I was using rocky+podman but inevitably hit something I wanted to run that just straight up needed docker and was too much effort to try and get working. 🤷
Hardware is an circa 2012 gaming machine with a few ZFS raids for all of my Linux ISOs. It lives an extremely tortured existence and longs for the sweet release of death.
Toying with the idea of migrating it all to on-prem virtualised kubernetes cluster using helm charts to manage the stacks and using NFS mounts for persistent storage because I hate myself (and to upskill I guess)
What about you?
Nothing 😀but I’m still enjoying the community
Far quicker to share a screenshot of my dashboard
- Categories
- House
- Home Assistant: front-end
- Frigate: CCTVs and NVR
- Node-RED: node.js automations
- ESPhome: IoT devices
- Homelab
- Grafana: Monitoring data
- Pi-hole (primary): Local DNS & ad blocking
- Pi-hole (secondary): Local DNS & ad blocking
- Portainer: Docker container management
- Proxmox #1: PVE node: chewy
- Proxmox Backup #1: PBS node: chewy
- Proxmox #2: PVE node: hansolo
- Proxmox Backup #1: PBS node: hansolo
- Nginx Proxy Manager: Reverse proxy server
- Media
- nzbget: Usenet downloading
- Deluge: Torrent downloading
- Plex: Media server
- Overseerr: Media library management
- Tautulli: Plex reporting
- Prowlarr: Indexer managerment
- Data
- Paperless-ngx: Document management
- Photoprism: Photo library
- Calibre: eBook library
- Readarr: eBook management
- Sync thing: File sync
- Joplin Server: Notebook sync
- Homelab Devices
- Firewall: OPNsense on Proxmox
- Primary NAS: Netgear ReadyNAS NV+ V2
- Secondary NAS: Qnap TS-410
- Switch: Netgear GS324TP
- Wifi: Aruba IAP-225 Virtual controller
- Printer: Fuji Xerox CM115w
- Health
- rey: Raspberry Pi 4
- lando: Raspberry Pi 3
- quigon: Raspberry Pi 3
- bobafett: Raspberry Pi 2
- jangofett: Raspberry Pi 3
- Databases
- Prometheus: Pi-hole stats
- InfluxDB: Timeseries databases
- Radius DB (Adminer): PostgreSQL database
- Tools
- VS Code: Remote code editor
- searxng: Private web search
- Changedetection: Monitor website changes
- Octoprint: 3D printing
- Shellinabox: Ajax console client
- Media Libraries
- Sonarr: TV show library
- Sonarr (anime): Anime TV show library
- Radarr (4K): 4K movie library
- Radarr: Movie library
- Radarr (Anime): Anime movie library
- House
- Categories
Is there an anime radarr / sonarr setup guide you followed?
I haven’t finished setting those up, but will be using TRaSH Guides as a starting point. I used their guides for my regular 1080p and 4K setups, and have been pretty happy with them.
Thanks a lot, wallabanged and will look at it later 😁
wow! Very long list!
Edit:
What dashboard are you using for the app overview?Dashy I see in the answersWhat software is the dashboard in? I’ve seen similar ones here before but not sure what people are using to see it all at a glance like that.
That’s Dashy. I’ve only just started using it recently. I like it because I can edit it on the fly - no need to dive into the YAML behind it (which I had to do when I was using Homer).
Quicker but not ideal for users with visual impairments :/
Hello, I went through and wrote down all the applications and services from the image, enjoy.
Well, instead of being a victim and fucking whinging about it just ask. Not my job to guess if people have a vision impairment, but I’ll happily oblige if asked nicely.
deleted by creator
This individual fornicates
…with great form and a lot of style — no room for doubts here.
This guy just said “I’m gonna make my own internet, with blackjack and hookers”
- The Lounge (IRC Client)
- Blocky (local DNS server with ad-blocking)
- Tailscale (VPN mesh between clients and other servers)
- Cloudflare-Tunnel (to access some local services directly from the internet via my own domain)
- traefik (reverse proxy + TLS for all my services)
- Authelia (auth server for services that don’t have their own authentication)
- borgmatic (borg backup automation for container data. Pushing backups to borgbase.com)
- paperless-ngx (document management system)
- Plex (media server)
- Tautulli (stats and tracking for Plex)
- mosquitto (MQTT server)
- zigbee2mqtt (service to manage my Zigbee devices)
- Homebridge (service to get z2m devices into Homekit)
- Homeassistant (home automation)
- Prometheus (collect stats from several services above)
- telegraf (more stats collection + server metrics collection)
- Grafana (for some dashboards that I didn’t want to create in HA)
- miniflux (RSS reader)
- Linkding (bookmark manager)
- Atuin (shell history sync server)
- uptime-kuma (monitor some external servers + my local internet connection by pinging healthchecks.io)
- redis (for paperless and some own projects)
- postgres (for miniflux, atuin and some own projects)
Everything is running in containers on an Unraid server
- 24 TB usable (16 TB parity drive)
- 1 TB nvme Cache Drive
- Intel i3-12100T
With disks at idle/spun down, it consumes roughly 25W.
I have a very similar setup minus the iot and metric related services. I’m managing the services with Docker Compose on unRAID.
What’s the reasoning behind using docker compose on unraid, instead of the built in docker implementation?
For a couple reasons
-
Store and version configs in git. I realize unRAID provides flash drive backup (using git also), but this allows me to spin up my setup on another machine that may not be running unRAID. Helped recently when I switched away from Proxmox.
-
Allows me to group services with their dependencies. ( e.g. postgres, redis, etc ) Also can help isolate service groups from each other. Avoiding port conflicts on common db ports for example. Downside being may have more than one database, redis, etc.
Note, there is an unRAID docker compose plugin so you can still get easy access management buttons to start, stop, view logs, and edit services.
-
Personally I use it for a couple services that would be difficult to run separately (ie: deemix + lidarr). I’m also planning on moving all of my services with databases over to compose. I do lose a couple other QOL features but I still prefer this approach to start/stop all related containers instead of manually having to close each one.
Can you elaborate on your host?
What exactly?
Here you go !
- Vaultwarden
- Searxng
- Nextcloud
- Smallstep (own CA for self-signed full chain certificates)
- Linkding
- Gotify + watchtower
- Adguardhome
- Traefik
- Wireguard
Took me to much time to make everything work perfectly together, but learned alot along the road ! Everything hosted on a old spare laptopt with docker containers.
I self-host a ton of software. For context, I’m leveraging docker-compose on top of TrueNAS SCALE:
- Monitoring
- Prometheus
- Grafana
- the basic dockprom exporters: nodeexporter, cadvisor
- NUT Exporter (UPS statistics)
- PiHole exporter
- UptimeKuma
- Ad blocking
- PiHole
- unbound (censor-resilient DNS resolver)
- dnsproxy (in order to use PiHole on my smartphone and laptop outside my home network)
- Media
- Plex
- Transmission
- Sonarr
- Radarr
- Bazarr
- Jackett
- Flaresolverr
- Services exposed to the outside world
- Bunkerweb (security-hardened nginx reverse-proxy)
- Bird.makeup (Twitter to Mastodon bridge)
- FreshRSS
- n8n (automation software, think IFTTT or Zapier, but open-source and on steroids)
- Self-Host Planning Poker (my very own software!)
- Courier (parcel tracking software)
- Overseerr (user-friendly interface for friends and family to request movies and shows, plugs into Sonarr, Radarr and Plex)
- Lemmy
- Kresus (personal finance)
- Wireguard (VPN I use as a gateway into my home network)
- Caddy (reverse proxy with HTTPS, I use it for serving locally everything I do not expose to the outside world)
- Restic server (an HTTP server to push Restic backups from various computers at home)
- wakeonlan-cron-docker (because TrueNAS doesn’t allow installing WoL package. Once again, I made it myself)
What I’m looking into at the moment:
- Tandoor Recipes (deployed but I cannot make CSRF work with my reverse-proxy so far)
What I’ll be looking into in the near future:
- Promtail + Grafana Loki to aggregate Docker containers logs in Prometheus/Grafa
- Immich (Google Photos alternative with automated backups from smartphones)
How did you do Caddy on TrueNAS Scale? Docker-compose also? Im currently hosting a lot of stuff you are, but all with truecharts apps via docker. Ultimately used traefik this time, but I like the simplicity of the caddyfile a lot.
When I read through your post, it feels like you are me in 5 years if everything goes well.
I don’t know how I haven’t ever heard of n8n before but I finally was able to get my old ass mFi controller to be able to completely talk to Home Assistant again. Thank you!
I run everything on top of the docker-compose chart, which allows me much more flexibility that I would ever have with official TrueNAS apps and TrueCharts.
I see, thanks! Wanted to get my stuff up and running as quick as possible, but Ill be looking into doing things this way next.
- Monitoring
- apache - web server/reverse proxy + PHP-FPM interpreter
- rsnapshot - remote/local backup service
- dnsmasq - lightweight DNS server
- gitea - Git service/software forge
- graylog - log capture, storage, real-time search and analysis tool
- custom homepage/dashboard
- jellyfin - media center
- jitsi - video conferencing and screen sharing
- libvirt - virtualization toolkit
- dovecot - IMAP mailbox server
- matrix + element-web - real-time communication server and web client
- netdata - lightweight real-time monitoring and alerting system
- rsyslog/lynis/debsecan/fail2ban/various log and security scanners…
- mumble - low-latency VoIP/voice chat server
- nextcloud - file hosting/sharing/synchronization and collaboration platform
- openldap + ldap-account-manager + self-service password - LDAP directory server and web management tools
- postgresql - database server
- samba - cross-platform file sharing server
- shaarli - bookmarking & link sharing
- ssh/sftp - remote access and file transfer
- transmission - bittorrent client/web interface
- tt-rss - web-based news feed reader
- wireguard - fast and modern VPN server
All running on Debian 11/12 physical hosts, VMs or VPS, deployed and managed through https://xsrv.readthedocs.io
Nextcloud, Jellyfin, my own personal photography website, and a Valheim server, all done via docker-compose because I haven’t spent the time to learn other container tech yet. I’ve been hearing a lot about podman, what are the benefits over docker for you?
Mainly selected podman for the security, it doesn’t rely on a daemon and supported rootless containers before docker did. Easy to just come up with a pattern where you can minimise the risk of container breakout by having a user for each container stack to provide even more isolation. You can do the same with docker these days I think, each user just runs their own copy of the docker daemon. The aim of the project was to achieve 1:1 compatibility, I think it’s pretty close these days. It’s also native to the Redhat family so could avoid using the community edition of Docker.
Thanks! I’ll check it out. I am in the process of building a new hosting machine (my old QNAP NAS died) so I think now’s a good time as any to switch to a new container tech.
Docker is still what 95% of people think of when you talk containers and you may encounters issues, particularly running things rootlessly as it’s not a use-case that developers necessarily support. Not to discourage you at all, experimentation is great, but be prepared for thorns. 👍
Jellyfin, Shinobi, and more recently NextCloud. Looking into Home Assistant and Paperless.
Shinobi’s on a Pi4 and the Jellyfin/NC are on a mini PC.
Had never heard of Shinobi, looks interesting - are you using the
bear+elephanttensorflow object detection?No, I’m using it’s FTP based triggers. Since most cameras can upload snapshots to FTP servers when there’s motion, Shinobi has a feature to trigger motion with FTP.
(copied from an older comment)
I run basically all of the Arr stack, Plex (more friendly to my less tech savvy family then my preferred solution Jellyfin), HAss, Frigate NVR, Obsidian LiveSync, a few Minecraft worlds, Docspell, Tandoor recipes, gitea, Nextcloud, FoundryVTT, an internet radio station, syncthing, Wireguard, ntfy, calibre, searx, traefik, Wallabag, FreshRSS, Kopia, Navidrome, and a few pet projects.
- Lemmy
- Red Discord Bot
- Matrix Synapse
Look at Mr. Moneybags over here running Matrix Synapse on his Cray supercomputer! ;P
Some are used way more than others, but here is my list.
- Home Assistant
- ttrss
- audiobookshelf (mostly for podcasts)
- linkding
- bitwarden
- Amp game server (the game varies but right now it’s space engineers)
- immich
- baby buddy
- nextcloud
- pihole
- Plex
- jellyfin
- usememos
- paperless-ngx
- mealie
(Probably some underutilized app I’m forgetting)
Just navidrome & the Synology suite (drive, photos, video)
I’m lazy 🫠
Lazy is good… I try not to think about the time I’ve invested in this stuff
TrueNas Scale (4820k, 64gb ddr3, 1x256gb sata ssd & 2x4tb hdd):
-> Plex (Looking to replace with something less… commercialized)
-> EmulatorJS
-> OpenSpeedTest
-> DisqTV
-> Calibre (Looking for flashier alternative)
-> Nas storage + media storage
Windows Server w/CubeCoders AMP (xeon 1230v2, 32gb ddr3 ram, 256gb ssd)
-> Minecraft W/Mods
-> Satisfactory
-> Plex (Looking to replace with something less… commercialized)
Give Jellyfin a go!
Nothing too crazy. I use Proxmox on hardware that used to be a gaming rig (4th gen Intel) and I upped the RAM to 32GB.
- Plex
- Home Assistant
- NextCloud
- VM to host Duplicati + Samba which backs up some shared storage.
- VM that contains the extremely specific build environment for one of my mechanical keyboards
- VM that contains my ESP Home environment.
- VM for Docker based web development because as good as WSL is, it still sucks sometimes.
Some of my “VMs” are actually LXCs but I can’t remember which are which at the moment.
Playing with ZFS was fun too, and it puts all that RAM to good use!
I’ve also been meaning to create a VM for Dokku, but I haven’t had a strong enough need yet.