Hello everyone! Mods here 😊
Tell us, what services do you selfhost? Extra points for selfhosted hardware infrastructure.
Feel free to take it as a chance to present yourself to the community!
🦎
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.
Rules:
Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.
No spam posting.
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.
Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
No trolling.
Resources:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I host a nextcloud sever (snap) and a minecraft server on a laptop I no longer use
I run a bunch of bots, some databases plus
I’m running a Kubernetes cluster on the Dell hardware, then another single node k8s cluster on the Lenovo, mostly to run Adguard home / DNS in case the big cluster goes down for whatever reason.
Hardware:
I run the following services, all in Kubernetes, with FluxCD doing GitOps from a repo in GitHub (for now, might move to Gitea later):
What are the benefits of Kubernetes in a home server?
Mind sharing your Kubernetes config? I’m living off of a bunch of docker compose config files, and I’d love to make the jump to Kubernetes.
DM’d!
Hi there. My first post in this community.
I’m currently running:
My hardware: I used to run it all on a Supermicro x9drd-7ln4f-jbod with dual Xeon E5-2670 v2 with 16x16GB ECC ram and 6x 3TB disks in raidz2 for storage and 2x 60gb Intel SSDs for OS. I started with less and upgraded towards this configuration but it was consuming 300 watt idle which was just unacceptable.
So earlier this year I upgraded to an ASRock Rack x470D4U with Ryzen 7 5700x and 4x32GB ECC (non-registered) ram and 6x 2TB SSDs in raidz2. 1 ssd is in the nvme slot on the motherboard, 4 are in a 4x4 bifurcation card in the 16x slot and 1 more in a 4x riser. All PCIe lanes of the CPU are used. This setup is not possible with an AMD CPU with integrated GPU since it will take up 4 PCIe lanes (you can guess how I know). It uses about 20 watt idle without any containers and VMs running. I initially didn’t want to move away from Supermicro but the ASRock Rack motherboard has IPMI so I’m not missing out on much.
Hardware and software suggestions are welcome :D
So… ODroid N2+ is hosting a Home Assistant. Nothing to add.
I have an old Intel Nuc nuc5cpyh that is currently hosting my WordPress blog at https://some-techy-tinkering.com/. Made it self-hosted a month ago and can’t be happier.
The last machine is Intel Nuc nuc7i7bnh with 2 TBs of internal and 4.5 TBs of external drives. This is my main server with:
Lemmy, mostly :D. I also recently started up my own Matrix home server. I took a stab at email, but it was more trouble than it’s worth considering my relatively newly acquired cloud hosting IP is on several blacklists. Now that I actually have a server running again Gitea might be next on the list of services that gets added.
A bunch (47 containers at present)… Won’t list them here as its kind of redundant with what a lot of other people are running. My latest is Lemmy (lemmy.nine-hells.net).
Available from internet:
Available only from local:
Security
All the services available from internet, just goes through traefik to terminate https, I rely on the build in authentication of each service. To add another layer of security, I have fail2ban active on all those services.
I have a public IP, and I have open on my router ports 80, 443, a random port for ssh and vpn.
Hardware:
docker compose files
All the docker compose files + how I configured everything is available at: https://github.com/simone-viozzi/my-server
Bonus:
Since I like the ability of btrfs to do snapshots, I created all important docker volumes as btrfs subvolumes. Then I created a backup script that literally sends the subvolume (encrypted) to an external cloud. This does not allow incremental backups and most likely is not the best backup solution… but it works… the repo is: https://github.com/simone-viozzi/btrfs2cloud-backup
I welcome any advice / criticism!
Everything except Node-exporter running in containers on a single Ubuntu machine. i5-6500T, 16gb RAM & 1TB.
Media Stack
IT Stack
I got
There are probably other things that I don’t remember right now.
In terms of hardware I got a 6 core AMD 5600X machine with a 5700XT GPU and 16GB of ram for almost all my services and personal use.
I also have an AMD 3600 machine with 3x8TB harddrives for network storage.
Hi, could you tell me the kinds of IoT projects you dabble in? I have always wanted to use the ESP32 and other microcontrollers and build something useful but I can’t really find any ideas/lack technical expertise. Would be great to know what you’re working on/the projects you have built and what they are used for.
Thanks!
I’m hosting Trillium Note for my personal note taking.
Pihole
Sonarr
Radarr
Lidarr
Notifiarr
Sabzbd
Nicotine+
Kodi
Plex
Airsonic
Nextcloud
Joplin
qbittorrent
Currently split between VMs and physicals. I’m refactoring these ,with plans to build out and migrate much of it to a minipc proxmox cluster.
Adding:
proxmox
podman/portainer
unbound
ngnx proxy mgr
Solid server
homepage
matrix
searxng
some sort of mail stack, TBD
I have a meager ds418play with 2x4tb drives set up with RAID. I forget what it’s called, but it is one drive redundancy, 1:1. I run Plex and an FTP server on it for file storage.
Virtualized with libvirt:
In nomad:
Offsite rpi @ parents
Rpi doing router duties, to be replaced with rb3011 when I finalize it’s config in terraform
VPS:
Old laptop: k8s playground for learning
Short-term todo:
Public dns names have A records pointing to haproxy vps, which proxies to home over tunnel, and AAAA records pointing straight to home (I have static ipv6 prefix, but no static ipv4 address)