this post was submitted on 11 Jun 2023
147 points (96.8% liked)

Selfhosted

49871 readers
421 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

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!

🦎

(page 2) 50 comments
sorted by: hot top controversial new old
[–] Catsrules@lemmy.ml 1 points 2 years ago (1 children)

Been self hosting for over a decade at this point. Mix of custom built servers and surplus hardware over the years.

To name a few of my daily servers.

  • home assistant
  • paperless-ng
  • jellyfin
  • nextcloud
  • blue iris
  • audiobook shelf

With docker being so easy I have kind of lost track how much stuff i am hosting. A problem i never thought i would have :)

[–] devve@lemmy.world 1 points 2 years ago

If there is RAM to spare... one more selfhosted service can't be bad hahaha

[–] learningduck@programming.dev 1 points 2 years ago

I'm hosting Trillium Note for my personal note taking.

[–] shadow@lemmy.sdf.org 1 points 2 years ago

Greetings!

Not really self hosting a lot right now, but I've been spending a lot of time reengineering my network and fixing some things. Recently retired my loud and power-hungry pfsense server, replacing it with a Mikrotik rb5009, so setting that up has been a steep learning curve.

Most things are running on my Synology DS920+, except for a few raspberry pis.

  • Jellyfin (docker)
  • Kavita (docker)
  • Home Assistant (pi4)
  • Paperless-ngx (docker)
  • ~~PiHole (pi zero)~~ currently broken
  • Unifi controller (docker)
  • Grafana (home assistant)
  • InfluxDB (docker)
  • LibreNMS (VM)
[–] Rescuer6394@feddit.nl 1 points 2 years ago* (last edited 2 years ago)

Available from internet:

  • jellyfin
  • jellyseerr
  • immich
  • paperless-ngx
  • owncloud ocis
  • traefik
  • homarr

Available only from local:

  • the *arr stack
  • qbittorrent
  • jackett
  • watchtower
  • apprise
  • netdata (kinda new, still have to fully understand how it works)
  • portainer
  • speedtest-tracker
  • homepage

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:

Memory:
  System RAM: total: 8 GiB available: 7.73 GiB used: 4.46 GiB (57.7%)
  Report: arrays: 1 slots: 4 modules: 2 type: DDR3
CPU:
  Info: 6-core model: AMD Phenom II X6 1090T bits: 64 type: MCP cache: L2: 3 MiB
Graphics:
  Device-1: NVIDIA GP107 [GeForce GTX 1050 Ti] driver: nvidia v: 535.98

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!
[–] capacitor@reddthat.com 1 points 2 years ago* (last edited 2 years ago)

Using LXD:

  • ddclient
  • Jellyfin (2)
  • Minecraft (proxy + 4 servers)
  • Satisfactory server
  • V Rising
  • Gitea vcs
  • wordpress
  • rtorrent
  • other web servers

Using rootless Podman + Systemd service:

  • Vaultwarden
  • Linkding
  • Traefik
  • Immich photo backup
  • Nextcloud (though I hate it, probably will stop)
  • Grafana
  • Prometheus
  • Prowlarr/Radarr/Sonarr/Lidarr/Bazarr/Recyclarr
  • Rtorrent + Flood
  • Jellyseerr
  • Navidrome (Subsonic server)
  • Miniflux (RSS)
  • Woodpecker (CI integration for Gitea)
  • Tubearchivist (yt-dl)
  • wg-easy (wireguard)
  • searxng

All services are split across 2 DIY servers (in towers). 15TB of media stored on HDD with btrfs duplicated across both servers. One server host is Alpine Linux, the other is Opensuse MicroOS. LXD containers usually are Debian 12 or Alpine. I'm beginning to migrate some things to a cluster of (12) raspberry pi 3s. Unsure what to choose for rpi's, maybe, Fedora CoreOS (ublue), although Alpine does work extremely well on them (once you get them set up with it).

+ router running fresh tomato :)

Also mailcow for email, on a VPS, although I need to switch to a new provider, having difficulty with delivery using Linode and OVHCloud.

[–] xvlc@feddit.de 1 points 2 years ago

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.

[–] Audalin@lemmy.world 1 points 2 years ago (1 children)

I have a MediaWiki instance on my laptop (I've found the features of all other wikis/mindmaps/knowledge databases decisively insufficient after having a taste of MW templates, Semantic MediaWiki and Scribunto).

Also some smaller things like pihole-standalone, Jellyfin and dictd.

Curious what you use a local version of MediaWiki for?

[–] AustralianSimon@lemmy.world 1 points 2 years ago

I run a bunch of bots, some databases plus

  • Jellyfin
  • Unifi controller
  • Radar
  • Sonarr
  • Lidarr
  • Bazarr
  • nzbhydra2
  • Sabnzbd
  • Heimdall
  • Twitch points miner 2
[–] Presi300@lemmy.world 1 points 2 years ago

I don't selfhost very much compared to other people and my hardware's pretty much either all literally found in the garbage or 2nd hand, but here it is

PiHole

WireGuard server that passes trough pihole adblocking

Homarr (lol)

Deluge

The system is mostly a NAS that I also run the occasinal general purpose VM off of, here are the specs for the 3 ppl that care:

CPU: AMD FX-8320E

RAM: 16GB

Storage: 5x2TB Seagate something something 7200RPM in RAIDz1, 128 GB random chinese SSD (mostly for VMs and apps) the, OS runs off of a flash drive

OS: TrueNAS scale

[–] Teng@lemmy.ml 1 points 1 year ago (2 children)

Do you have some massive server home or using VPS/VDS?

load more comments (2 replies)
[–] Ascrod@midwest.social 1 points 1 year ago

I've been working on expanding my homelab recently. I have a physical box at home serving as an LXC host along with a few VPSes. I'm now up to:

  • Some static web sites
  • Nextcloud
  • Jellyfin
  • Forgejo
  • NTFY
  • A reverse proxy
  • An IRC server
  • A Gemini server
  • A VPN
  • DNS servers

I think I read an old blog post once that said "Servers tend to multiply like rabbits" and it's 100% true.

[–] hakunawazo@lemmy.world 1 points 2 years ago

Currently I play around with a Raspi 4 8GB with docker-compose. Most services are accessible with VPN only:
Caddy (as easy reverse proxy)
Portainer (container dashboard)
Linkding (bookmarks)
Baikal (calendar, todo list to sync with Android by caldav)
Agendav (web calendar frontend)
Dillinger (browser markdown editor with PDF export)
Trilium (note app)
Syncthing (google drive/onedrive alternative)
Seafile (file sharing)
Jellyfin (media server)

[–] WezXL@lemmy.world 1 points 2 years ago

Starting to fall down the rabbit hole of self hosting,

Unraid, Plex & Pihole. Next project is Opnsense, then starting to look at Home Assistant.

[–] tootnbuns@lemmy.dbzer0.com 1 points 1 year ago

Hi

I started self hosting 3 years ago when I got wind of tailscale. I've always cared about privacy and building things so that was great.

My infrastructure consists of two machines.

One - my personal and work server A deskmini i3 12th gen

256GB Boot drive 4TB NVME data drive

-photoprism -syncthing -nextcloud -Firefox+VPN -archivebox

Two - my media server that I let 6ish other people access - PC tower i3 12th gen

512GB Boot and docker config file drive 4*4TB HDD mergerfs for raw data

-jellyfin -*arr suite -gluetun VPN -audiobookshelf (also for auto downloading podcasts) -calibre-web

[–] Oida@lemmy.world 1 points 2 years ago

I have a 800W solar panel and some home automatization at home. Therefor, I use MQTT & NodeRED.

  • Adguard
  • Authelia (authentication for my services)
  • Dashy (I've become lazy collecting my own bookmarks)
  • Gotify (receive notifications on my mobile from NodeRED)
  • Grafana
  • Influxdb
  • Jellyfin
  • Mariadb
  • Nextcloud
  • NodeRED
  • phpMyAdmin
  • Portainer
  • Remmina
  • sshwifty
  • Swag (Nginx and more)
  • ubooquity (ebooks)
  • Wallabag (Bookmark collection)
  • Wordpress (want to try)
[–] eodur@lemmy.world 1 points 2 years ago

A 6 node k3s cluster with a Synology for network storage running:

  • Nextcloud
  • Authentik SSO
  • Paperless
  • Vikunja
  • Joplin Sync
  • Matrix
  • Immich
  • Mealie
  • Gitea
  • Home-Assistant
  • Node-Red
  • Zigbee2mqtt
  • MQTT server
  • Frigate
  • UptimeKuma
  • Prometheus and Grafana
  • AdGuard Home
  • Minio
  • Longhorn
  • Unifi Controller
  • Jellyfin
  • Homepage

Managed with FluxCD.

[–] gedhrel@lemmy.ml 1 points 2 years ago

I had a small X.25 network as combination coffee-table and space-heater at one point; this was before most homes had internet. It almost cost me a divorce.

I have a few things going on. I've been blogging some of my notes on how I'm getting some things going in Docker. But I only relatively recently started sharing my notes so there's not a ton yet. Hopefully there's something useful for someone here. https://magnus919.com/tags/selfhosting/

[–] Grimshaw@lemmy.dbzer0.com 1 points 5 months ago
[–] Zookeeper@programming.dev 1 points 5 months ago

I just started months ago, but I have a yunohost server ona raspberry with nextcloud and forgejo on it :)

[–] bigDottee@geekroom.tech 1 points 4 months ago* (last edited 4 months ago)

I cover most of what services I’m running in my own post looking for assistance recently.

https://geekroom.tech/post/242

[–] Hyunta@discuss.tchncs.de 1 points 3 months ago

Thank you for all for sharing 🀩 I still havent determine if I'm going self hosting at home or with a VPS, but I discovered cool projects!

[–] lapping147@lemm.ee 1 points 3 months ago

Got a proxmox node with a couple of vm's, mostly for hosting docker.

I'm considering switching proxmox for kubevirt, but I'd have to deploy all my container as either k8s deployments or create new vm for docker...

Been using prometheus at work lately and I want to create a push setup with thanos backend, but for now it's just an idea

[–] anotherandrew@mbin.mixdown.ca 1 points 2 months ago

I've been selfhosting various things for almost 25 years now. Started with email/web, but now I've got the following (in no particular order):

  • email (postfix/dovecot)
  • web (nginx)
  • shared notes (obsidian, but also through dovecot)
  • calendar (davical)
  • telephony (asterisk)
  • replicated storage (syncthing)
  • media server (plex)
  • home automation (homeassistant, mosquitto, grafana, influxdb)
  • power monitoring (empora device on the breaker panel + a few smart outlets talking to homeassistant)
  • security cameras (securityspy)
  • irrigation (a controller of my own design, adding OpenSprinkler support this year)
  • offsite backups (duplicity + rclone)
  • project management/issue tracking (redmine)
  • social media (gnu-social + lemmy, but also testing mbin)
  • bookmark management (karakeep)
  • local copies of web stuff (yt-dlp, hamsterbase, singlefile)
  • VPN (openvpn)

Virtualization is mostly docker containers, but also some ESXi/VMWare Fusion. I also have Obsidian in the mix but that's not really a self-host but more of a way to organize/access my data. I have also been doing a (very!) little bit of experimentation with local LLMs, but it's all on ARM, using either the GPU or the NPU available on the RK3588.

This stuff either exists on an OVH VPS for the "internet facing" stuff or on an old Dell C6100 blade server. ESXi uses one blade and another blade runs Debian and talks to an old SATA/SAS disk shelf I got for $50 to see if I could make it work (it was super straightforward). I have a bunch of 2T and 4T "spinning rust" drives in two RAID6 arrays (mdadm) and then carve out storage for various things using LVM. I am experimenting with zfs on the VPS but am not a big fan of it. I used to run OpnSense on another blade since I couldn't find a router which would properly shape gigabit internet traffic, but now I'm using an ER605 and it seems to be doing quite well. I have a tiny KeepConnect device which will physically cut power to the cable modem if it can't see the internet which is very helpful since the biggest source of trouble for me has always been the damn internet service doing weird things when I'm not at home.

I've even been working toward "self hosting" my own educational electronics stuff for my kids using https://microblocks.fun/ (the actual project is called smallvm) - think scratch running completely in the browser and executing code on a "vm" which is actually running on a microcontroller over BLE or serial.

This sounds like a shitload of work and sometimes it can be, but one of the best parts of self hosting is that once it's set up, it hardly ever has to be updated/changed. Security updates are the biggest reason of course, but a LOT of this is not on the open internet so I can be more lenient about keeping things up to date. I also try to keep everything that needs a database to use ONE database (postgres), which also makes it easier to back up or use data from several tools in a new way. Honestly it's largely fire and forget these days. I add more space or replace drives as needed and try not to touch things otherwise. I keep a set of notes to help me remember not only the how but the WHY I set things up in a particular way, and those notes are accessible 100% offline. (After all, what good are notes on how things are set up if the thing you've stored them on isn't working?)

My infrastructure at home (C6100, SAS shelf, switch, etc.) consumes about 700W 24/7 which is not awesome but I figure the power bill saves a lot of service costs. The VPS runs me about $30/mo.

[–] Nerrad@lemmy.world 0 points 2 years ago (2 children)

I host one of the worlds last gopher sites. And some Telegram bots, on Raspberry Pi's.

load more comments (2 replies)
[–] CodeGameEat@lemmy.ca 0 points 2 years ago (1 children)

Since I'm moving very soon I'm also redoing everything, so this more of a "soon-to-be" than a current, but I will have:

3x ryzen 5600 w/ 32gb of ECC ram, 10gb network and some enterprise disks 1x mikrotik switch 1x mikrotik router

And I will host, using Kubernetes (Talos OS):

  • ceph
  • owncloud infinite scale
  • Immich
  • Jellyfin
  • Homeassistant
  • Hashicorp vault
  • Oneuptime
  • gitea
  • plane
  • actual (finance software)
  • probably forgetting some stuff
[–] capacitor@reddthat.com 0 points 2 years ago (1 children)

How do you find actual? I couldn't really get to grips with it. Although it certainly seemed sleeker than Firefly III.

[–] CodeGameEat@lemmy.ca 1 points 11 months ago

It's pretty good and it's the only open source solution that managed to import transactions from bank statements with few mistakes. but my problem is always to solve conflicts. And I'm always coming back to simple spreadsheets as i can plan some things, do projections with more control.

  • Jellyfin
  • OpenVPN
  • radicale
  • jellyseerr
  • ArchiveBox
  • pydio
  • Nextcloud
  • Ocis
  • pihole
  • CollaboraOffice server
  • Gokapi
  • Seafile
  • Mastodon
  • GoToSocial
  • Signal Proxy

Running xen hypervisor (Debian 12) on a HP Elitedesk 805 Gen6 (currently 10 VMs) at home, a few VPS from different hosting providers too.

[–] Im1Random@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (1 children)

I host:

  • docker-mailserver
  • code-server
  • Vaultwarden
  • Flame Dashboard
  • FreePad
  • Gotify
  • Nextcloud
  • Baikal
  • Mosquitto
  • HomeAssistant
  • Node-RED
  • InfluxDB
  • Grafana
  • piHole, Cloudflare DNS over HTTPS client
  • Uptime Kuma
  • Nginx Proxy Manager
  • wg-easy
  • Shiori
  • MeTube
  • Sonarr, Radarr, Jackett, Unpackerr,...
  • qBittorrent, Gluetun
  • Jellyfin
  • Watchtower
  • Honeygain, Pawns App, Peer2Profit, Traffmonetizer
  • 4 Websites via Nginx
  • a few services that I wrote myself

I think that should be it. I left out some less important ones and probably forgot a few that I don't use that often. All these services are spread across 2 servers at home and a small VPS mainly used for the mailserver and Uptime Kuma.

[–] athes@lemmy.world 0 points 2 years ago (3 children)

Honeygain etc.... First time I hear about them. Do you mind sharing how much you get?

load more comments (3 replies)
load more comments
view more: β€Ή prev next β€Ί