- 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?
I only self-host a MediaWiki website at the moment, along with a PPSSPP adhoc server for said game that the wiki is related to. I want to self-host a lot more stuff, but storage space is expensive, and I don’t really want to leave things running at home all the time either as it will eat into my electricity bill.
Nextcloud and OnlyOffice are what I’m interested in next, and perhaps a Fediverse platform.
Nothing 😀but I’m still enjoying the community
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
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.
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. 👍
Thank you for your service
Plex, nzb/sonarr/lidarr/radar/, homeassistant, AD, vpn, teamspeak, lemmy, a blog, wifi controller, cert authority, Pi-hole, mail relay, all data/files etc, backups of email from workspace, zabbix for monitoring, miniflux, windows update cache, quicken server
Probably more.
Nice - what are you using to cache windows updates? LANcache?
Straight up wsus with a nightly script to keep it from fucking itself up.
AD and wsus? Do you need a paid license to run that?
My job pays for a visual studio dev kit that gets windows server keys. Though I may move to samba 4 And just drop wsus entirely
- Lemmy
- Red Discord Bot
- Matrix Synapse
Look at Mr. Moneybags over here running Matrix Synapse on his Cray supercomputer! ;P
lemmy mainly
Mailcow for selfhosted email.
- Lemmy
- Searx
- Matrix
- Xmpp
- Soapbox
- Lotide
- Peertube
- Nextcloud
- Nostr
- Wordpress
- Plex (sorta borderline of this counts)
- Invidious
- Pfsense
Running on a total of 5 fanless commercial grade sign PCs. That’s why the motto of my websites is “this site runs of parts scavenged from a roadside sign”
1x core 2 duo running Lemmy
2x atom d2550s running xmpp, matrix, lotide, searx, nostr, and invidious
2x core i5 4000 series running everything else
I try to run bare metal so I can stick my fingers into things.
this site runs of parts scavenged from a roadside sign
Love keeping that old tech alive! My Core 2 Duo died a couple of years back, if I could figure out a way to leverage old mobile phones for some sort of project I would.
I’ve always called it ‘ghetto IT’ personally.
I’m not a huge fan of PC fans if I can help it, since I know they’re one of the points of failure (and they’re also loud)
I like the idea of using old smart phones too, I figure if you used something like a nexus 5x maybe you could pull it off with a powered USB-C hub?
My dream was to find a way to leverage them as poor man’s IP camera or something …one day…
I think there’s already apps for that.
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)
(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.
- airsonic
- audiobookshelf
- calibre-web
- freshrss
- invidious
- kavita
- n8n
- nextcloud (with some neat apps like phonetrack and bookmarks)
- nginx proxy manager
- vaultwarden
All in docker containers on an Ubuntu NUC
EDIT - also got a dedicated pivpn (wireguard+pihole) on a pizero and time machine server + borg backup server on a pi4 running yunohost
I don’t really know what I’m doing so I’m currently banging my head against a wall trying to get nextcloud to work alongside a wordpress site both in docker, and this Lemmy is on a linode. I know a lot more about self hosting than I did a month ago that’s for sure, I wonder how long until I start trying to use ssh in my dreams.
I know a lot more about self hosting than I did a month ago that’s for sure, I wonder how long until I start trying to use ssh in my dreams.
Now that you’ve written this? Tonight. It’ll happen tonight.
I feel this pain. Trying to figure out how to get my HomeAssistant docker install to talk to the rest of my network and HomeKit is driving me up a wall. Integrating things by IP address is not fun lol But I know so much more than when I started doing it!