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!
🦎
home assistant, freshrss (and a few related services such as rss-bridge), nitter and piped. I tried to host libregrammar, but ran out of memory.
Plex+arrs etc Nextcloud Komga SWAG Photoprism HA
128TB.
My main hypervisor is proxmox which runs an unraid vm with the iGPU passed through to accelerate PLEX and disk controllers to manage the storage. I also have 2 Endeavour OS VMs, one that runs Thunderbird and Insync. Another that has a quadro p2000 passed through to tinker with. I also have a homeassistant vm and a proxmox CT running docker.
I’m working up to transitioning the dockers on unraid to a proxmox container but at the same time if it’s not broke why fix it.
I also want to mess with networking by putting in OPNsense or pfsense and routing some traffic through a vps.
Hi everyone! I’m a big fan of self hosting :)
I have a dedicated server in Hetzner
- Intel Core i7-8700
- 2x SSD M.2 NVMe 1 TB
- 4x RAM 32768 MB DDR4
Been running it for almost a year without any issues. I host several things there. I’m using caprover.com for managing my deployments since I contributed on the project a few years ago and it’s so easy to get started.
Some of the things I host there:
- nextcloud
- MySQL
- Postgres
- privatebin
- some Hasura instances
- Kuma (for monitoring)
- Browserless Chrome (which I use for web scrapping)
- Plausible (analytics)
- A private Ragnarok Online Server
I have setup a cron job that dumps my all of my databases (Postgres and MySQL) to my Google drive every midnight.
Hope this can help as inspiration for anyone else. Cheers!
Thanks for you detailing your experience.I am very interested in CapRover! I do not quite understand databases and Docker containers though. The one click WordPress deployment has a db version. What of Moodle, Nextcloud or Invoice Ninja though? Do they need their own containerised databases or can I just use MyPHPadmin to import all my current Mysql databases from my current shared hosting in the same db once the WP one click install is done? Also, would it be possible to setup a cron job to backup to a storage drive plugged into a home router? Thanks!
I will go first 😌
I selfhost codimd, vaultwarden, kuma, immich, home assistant, trilium, hugo, gotify, wakapi and umami. I have one VPS and one custom built NAS at home.
I read you 👀🦎
Hugo? As in your generated site or you have some sort of service that costs hugo that generates and deploys your site or something else?
Ceph (rbd,s3) on 4 poweredges.
Nomad, Consul servers running in a 3 node raft on some ARM SBCs.
Nomad clients on 2 poweredges and 3 arm SBCs running:
- s3 CSI (media and large file storage is all on s3)
- rbd CSI (all the stateful jobs have rbd block devices)
- NATS cluster with Jetstream to enable MQTT support
- mosquito mqtt (had to run mosquito for mqtt v5)
- mosquito<->nats bridge (via benthos)
- nodered (just for easy Google home integration)
- zwavejs2mqtt
- zigbee2mqtt
- frigate (can only talk mqtt v5 so had to run mosquito just for this)
- grafana
- gotify
- gitea
- drone CI
- postgresql
- BitTorrent client
- ceph rgw s3 gateways
- NATS based home automation lambdas - I wrote these in go
- Adguard home
- traefik as main ingress
- Prometheus
- prom node exporter
- jellyfin
- jackett
- a program I wrote that manages torznab->acquisiton->s3 lifecycle
- a website
- wireguard servers
And that is just in the server room - I also have more like the 3d printer and CNC machine controllers etc.
Hello
Let’s have a look at the inventory
-
RPI 4B
- OpenHab (Openhabian actually, so some additional services like Zigbee2MQTT or Grafana)
-
HP EliteDesk 800 G2 i5-6500T, 8GiB RAM - this one is currently the mainstay of my lab, running containers with docker-compose
- Nginx as reverse proxy (+ fail2ban, letsencrypt)
- Paperless-ngx (+ Redis, Tika, Gotenberg)
- Jellyfin
- Minecraft server (+ Mapcrafter)
- ddclient
- Heimdall
-
Dell OptiPlex 7060 Micro i7-8700T 32GiB RAM
- I’ve gotten this one fairly recently. A real bargain - costed as much as the CPU alone and was in pristine condition. I will be migrating the workload from EliteDesk to this one. I decided to try ProxMox this time though, so I need to learn a bit first. Also perhaps add a second SSD
How does mapcrafter run for you now? I’m hosting a vanilla server and that’s exactly what I need to see our map. I’m just concerned that it doesn’t function properly now due to recent updates.
Thanks!
-
currently, I selfhost https://beyondcombustion.net and now https://lemmy.beyondcombustion.net for /r/vaporents and hopefully others. There’s other stuff I self host too, this is the fun new stuff though.
I’m glad to see vaporents coming here. Is this an official migration or enthusiastic former redditors?
As official as it gets lol.
I’m one of the mods, have a stickied post on this with a link at the end. Just haven’t made a separate official post about it yet.
BeyondCombustion.net has been our wiki, formerly at github.io, for the last few years.
Decided to point that domain at some dell R720xd/R730xd boxes I picked up and setup a whole new entry into the fediverse, along with a number of other things for our users.
A Lack Rack with VMWare and TrueNAS servers, pfsense, Jellyfin, Zoneminder, web/email, Nextcloud, Minecraft, LineageOS build machine, …other stuff
Currently self-hosting on an old HP Z600 I bought second hand with the following specs:
- CPU — 2x Intel® Xeon® CPU X5660 @ 2.80GHz
- RAM — 96GB ECC DDR3 (6*16GB)
- Disks — 4TB HDD for Ubuntu, 10TB HDD for NextCloud and 2TB Sata SSD for Docker
For services, I’m currently running the following:
Docker
- Portainer — CF Tunnel
- FreshRSS — CF Tunnel
- ArchiveBox — CF Tunnel
- Adguard Home — Local
- 2x Uptime Kuma — CF Tunnel
- LinkAce — CF Tunnel
- TheLounge — CF Tunnel
- Watchtower — Local
For public access dockers
- Feedropolis
- Mirotalk SFU
- FiveFilters RSS
- Taiga
- 2x Mattermost Servers
- 8x Wordpress Staging Sites
- 1x Wordpress Dev Sites
For ubuntu, I’m running a few services and apps like:
- ScreamingFrog -9 sites using LAMP stack
- Aria2c with AriaNG
- NextCloud
- Plex
- 4x WebHooks server for communities
- Couple of API end points using Apache reverse proxy
- OpenVPN
- CrowdSec
CF Tunnel
Cloud Flare tunnel? If so, Could you point me in the direction of some resources for cloudflare tunnels! I always feel like i’m stumbling around in the dark when i’m trying to configure a cloudflare tunnel! :P
Hey, I don’t really have any resource, I also stumble and mess with it myself until I got the hang of it. I guess I can write a blogpost on how Cloudflare Tunnel actually works and how to configure it easily.
I’ll update you once I do.
So I’ve got a mediocre mini PC that I’m using as a NAS with a USB RAID1 enclosure after my NAS bit the dust. It’s running the following:
- Network file sharing
- Pi-hole
- Tailscale
- Navidrome
- Logitech Media Server
And then I’ve got a RPi4 also running Tailscale, a backup Pi-Hole, and something called mlbserver which lets me access mlb.tv streams (legally) as m3u8 playlists and avoid the mediocre mlb apps.
What’s the USB Raid1 enclosure your using, and do you reccomend it? I’m looking for something similar.
3 Proxmox nodes 2 SFF Dell Optiplex (i5 with 32gb RAM) 1 Nuc (i7 with 64gb RAM)
1 Truenas host (old gaming PC i5 with 64gb RAM and 8TB ZFS pool
pfSense appliance for firewall
- Pi-Hole
- Vaultwarden
- Immich
- Paperless-ngx
- InfluxDB + Grafana
- Ansible
- Nextcloud
- Wireguard
- UptimeKuma
- Homeassiatant
- Homepage
- Octoprint
Well thanks to the soon to be dead /r/selfhosted on reddit I started selfhosting few years ago and now approximately 90% of my stuff is selfhosted:
- Gitlab
- RocketChat
- VS Code
- Anonaddy
- Etherpad
- Min.io
- Archivebox
- FreshRSS
- FileStash
- Matomo
- InfiniteWP
- piHole
as daily drivers and several others that I use from time to time.
Self hosted Vscode? How does that work, like a remote workspace via web or directly in a local Vscode session? Did it handle extensions well?
I haven’t used it in a while, maybe its better. Basically since vscode is an electron app it can run im he browser. You can even use https://vscode.dev which is the official web version. Iirc it didn’t have the same plugins, but it’s pretty much the same thing.
Its super useful when you deploy alongside containers as an easy way to change configs in shared volumes.
wait, vscode self hosted?, how
I use a combination of a MacMini Oracle cloud, probably not best long term solution but it’s free (while it lasts).
Stuff that runs on Oracle:
- caddy proxy (mostly used for Mac reverse proxy)
- couch db (obsidian live sync plugin)
Stuff on Mac:
- blue bubbles (iMessage relay for Android)
- Plex (for photo backup)
Aside from that not much else 😊
Always looking for more, but so far it’s pretty minimal.
- Pi.hole with Gravity Sync
- openhabian for smarthome hub
Looking to add Jellyfin and a sonarr radarr setup, but my QNAP doesn’t like doing actual work so I’ve been struggling. Planning to add a mini PC soon as a more stable server and to centralize things a bit.
- Audiobookshelf
- Calckey
- Gitea
- Grafana + Prometheus
- Homeassistant
- Jellyfin
- KitchenOwl
- Navidrome
- Nextcloud
- Wallabag
and lemmy of course 🙂
Elbullazul@lem.elbullazul.com> Audiobookshelf
I didn’t know that existed and now I love it and started up a docker container for it!
Thanks! :D
Also love it - I use it to auto download my podcasts