this post was submitted on 11 Jun 2023
395 points (98.1% liked)

Selfhosted

52358 readers
1246 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 4) 50 comments
sorted by: hot top controversial new old
[–] _Sirius@lemmy.world 2 points 2 years ago

Turns out I have quite a lot of stuff, and yet I'm here thinking I barely have anything! Until now:

  • Nextcloud
  • Kitchenowl (grocery lists)
  • Kavita (ebook manager)
  • Grist (spreadsheets that are databases I guess?)
  • Sharry (file sharing)
  • Changedetection.io
  • A ghost blog
  • Bookstack (like a manual on managing the server)
  • Portainer (manage containers from a webui)
  • Diun (notifies when an update is released for a container. Doesn't have a webui)
  • Homepage dashboard (basically a webpage that shows me my selfhosted services)

All these are running inside Docker containers, on an ancient laptop with a single cpu core and 3 gigs of RAM.

Excited to discover more things to host on that ~~little~~ pretty big guy (somehow its still running well)!

[–] zingo@lemmy.ca 2 points 2 years ago* (last edited 2 years ago)

Feel free to take it as a chance to present yourself to the community!

Hello, my name is Zingo and I have a selfhosting addition going back to 2016 when I bought my first NAS with docker capabilities.

Community: Hi Zingo! Welcome!

Thank you.

Currently struggling more than even as it starts to take over my life. I have tried over hundreds of services.

I'll try to find strength to list some at a later stage in this healing process. Sorry no bonus points. Maybe in the next session.

Thank you all for this awesome support. I would be lost without you. πŸ’“

[–] rs5th@beehaw.org 2 points 2 years ago (1 children)

Hardware:

  • Two Dell r610s, each with 12 cores and 96 GB of RAM, running ESXi 6.7
  • Lenovo M900, 4 core, 16 GB RAM
  • Synology 1515 with 12 TB usable
  • Synology 1517 with 32 TB usable
  • Juniper SRX 220H (Firewall)
  • Juniper EX 2200 48 port switch
  • UnFi in-wall WiFi APs

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.

I run the following services, all in Kubernetes, with FluxCD doing GitOps from a repo in GitHub (for now, might move to Gitea later):

  • Authentik
  • Bookstack
  • Calibre
  • Flame (Homepage)
  • Frigate NVR
  • Home Assistant
  • Memos
  • Monica
  • Plex
  • Prowlarr
  • Radarr
  • Rocket Chat
  • Sonarr
  • Tandoor
  • Tautulli
  • Unifi
  • UptimeKuma
  • VS Code
  • Zigbee2MQTT
load more comments (1 replies)
[–] raef@lemmy.world 2 points 2 years ago

Two "servers"

Pi4-8gb; 1TB SSD:

External-facing

  • Pi-hole
  • home assistant
  • web server
  • Calibre
  • Simple games like Minecraft

Dual Xeon; 96Gb Ram; 50TB; bound NICs:

Internal, mostly

  • media: Jellyfin, -arrs
  • Sabnzbd
  • Steam games server (these are external containers)
  • Looking to add cloud files access; just haven't decided what and how, yet
[–] anotherandrew@mbin.mixdown.ca 2 points 4 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.

[–] ITGuyLevi@programming.dev 2 points 1 year ago* (last edited 1 year ago) (1 children)

Late to the party and after reading through some of these setups I may have to expand mine soon (it never ends does it?), here is what I have right now.

Unraid (Dell R720XD, dual Xeon E5-2670 v2, 64GB RAM, 12 x 6TB in 12 disk array with 2 parity disks, 800GB SSD cache pool)

-NextCloud

-Plex

-Emby

-Gitea

-Backrest

-MariaDB

-Netbootxyz

-Trillium

-Traccar

-Vaultwarden

-Adguard-Home

-Unifi

-Homebox

-Nessus

-Headscale

-Collabora

-*arrs

-Jupterlab

-Mealie

-SearXNG

-IT-Tools

-EmulatorJS

-Youtube-DL-Material

Proxmox (old Intel server S2600WT2, dual Xeon E5-2620 V2, 768GB RAM, 5 x 2TB disks):

-Zap2XML

-Immich

-Mumble

-NextPVR

-Stirling-PDF

-WebTop

-Frigate

-MCServer (gameserver)

-SDTDServer (gameserver)

-SFServer (gameserver)

There are some other things floating around in my homelab that aren't really 'selfhosted' things, just important to the home network:

3 HP Microserver Gen8's

-x1 with ESXi hosting pfSense

-x2 with TrueNas Scale for backups

R610 with ESXi for a few remote desktops and Home Assistant (which I'm sure I'll move to docker at some point).

[–] perishthethought@lemm.ee 1 points 1 year ago
backrest
headscale
emulatorjs
it-tools
webtop
...

Oooohhh... some really interesting and new-to-me apps in your list! Thanks for sharing.

[–] ___@l.djw.li 2 points 1 year ago

Presently, my Fediverse presence is mostly self-hosted by one definition or another. This Lemmy instance lives on my server, and my Masto is hosted by a company dedicated to exactly that because it's dirty cheap and one fewer thing for me to worry about.

Looking to add to the list.

I selfhost on a 2011 Mac Mini running Ubuntu with 16 gb ram:

  • Metabase (a data library of charts, dashboards)
  • NocoDB (an Airtable replacement that makes it easy for my users to get data into Metabase)

I'm also setting these up on VPS

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

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)
    • 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
load more comments (1 replies)
[–] arp@lemmy.studio 2 points 2 years ago

Nothing too grand - a couple Discord bots and a few retro shooter servers in the cloud, and also a Raspberry Pi 4 in the living room which serves nicely as a media center and seed box.

[–] Nerrad@lemmy.world 2 points 7 months ago (2 children)

I might be the only person self hosting a gopher server. Its running on a Raspi 4 on my home network, using Flask Gopher.

load more comments (2 replies)
[–] lemons@sh.itjust.works 2 points 2 years ago

I have Vaultwarden running on an old laptop, so I definitely don't have much going on. Reading through these comments gives me plenty of ideas on what else to run though!

[–] CodeFlinger@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

Main Server - 37 Containers, 4 VMs

  • Media: Plex, Audiobookshelf, along with everything for a complete *arr stack
  • Network: Cloudflared, NginxProxyManager, Tailscale, Gluetun (for *arrs)
  • Other: Authelia, OpenVSCode, Filebrowser, SFTPGo, Bitcoin Node to support the network
  • VMs: Parrot, Windows 11 for local and remote gaming, Windows 3.11 (because why not), currently spun up myNode to see if I want to explore hosting a Bitcoin Ligtning Node

Smarthome Server - OptiPlex 3050

  • Containers: mqtt, NodeRed, zigbee2mqtt, homebridge, tailscale, pihole (paired with my phone usually)
  • VM: HomeAssistant

Testing Server - OptiPlex 7060
Lately been testing and making stuff using linuxserver/docker-baseimage-kasmvnc.

  • Arduino-IDE running in a container - with USB hotswap.
  • Featherwallet and Electrumwallet (I use a HW-Wallet for HODL).
  • Lutris, got it working with Hearthstone, but didn't really have a use for it.
  • Nomachine in kasmvnc, to (somewhat) smoothly access my VMs through the webbrowser when I just need something fast.
    Linuxserver Firefox.

XMR Mining Server - Old tired HP SFF
Basicly everything from this guide by seth for privacy; monerod, p2pool, tor, watchtower, and a python-webserver to expose metrics/api.

[–] mosjek@lemmy.world 2 points 2 years ago

Hardware:

  • CPU: 2x Intel Xeon E5-2695v4
  • RAM: 256GB ECC
  • Storage: 4x256GB Enterprise SSD, 4x2TB SSD (ZFS Striped Mirror)

Software:

  • pfSense
  • Proxmox
  • k3s with Flux and Longhorn
  • Gitea
  • Woodpecker
  • UniFi
  • FreshRSS
  • Grafana / Loki
  • Ntfy
  • Paperless-ngx
  • Vaultwarden
  • Minio
  • Syncthing

I purchased the server used. The services are mostly running in a virtualized cluster, which is absolutely oversized for the current tasks. However, it has motivated me to learn Kubernetes and the power consumption is within my limits.

[–] blotz@lemmy.world 2 points 2 years ago
  • Mail server
  • Bitwarden (vaultwarden)
  • Git server (apache + basic git server. no git frontend)

All on dedicated cloud servers for simplicity and security.

Im looking at selfhostihng on my own hardware again. Im considering the following

  • lemmy instance
  • proxmox with gpu
  • Some sort of production database
[–] root@lemmy.world 2 points 2 years ago

I have a (beefy specd) Intel NUC that's running Proxmox. A few of the VMs mount to my RS1221+ for things like media (Jellyfin), etc.

On Proxmox I run

  • Jellyfin (media server)
  • Home Assistant (home automation)
  • PiHole (DNS)
  • Ansible (For keeping everything up to date and applying bulk actions)
  • NGINX Proxy Manager (so I can access things locally with a nice URL)
  • VM to host my Discord bots
  • Whoogle (Search engine)
  • AMP game server

Probably missing a few, but that's the jist

[–] mrclark@lemmy.world 2 points 2 years ago

First post in the world of Lemmy! Woot! Another Reddit escapee. I can't for the life of me understand the management team at Reddit. I get that they need to make money and that they're pissed off at the AI guys for pilfering their data but the people who contribute to the subreddits and moderate them for free are why Reddit is such a success. Why would you screw them over? It's so short sited. If you're pissed at OpenAI then talk to them and figure out how they can pay for your API access but don't screw the people that made you a success. They can afford to spend a little of the VC/Microsoft money. Okay...off the soap box now.....

Up until very recently I was running all my services on a HP DL380 Gen9 server. Beautiful server but sucks back electricity like a drunk on New Years Eve and is way too noisy for my office. Purchased 4 different Tiny PCs (3 Lenovos and 1 Dell).

One Lenovo (AMD Ryzen 3 PRO 2200GE with 32GB RAM) is running RockyLinux with Docker with 20+ containers currently running.

  • "Sweden Services" - SABnzbd, Sonarr, Radarr and Lidarr
  • Tools - IT-Tools, Pairdrop, CyberChef and Paperless NGX
  • Homelab services - Portainer, Dozzle and Nginx Proxy Manager
  • Info - FreshRSS
  • Media - Plex, Audiobookshelf and Navidrome

I'm constantly playing with different containers - adding, removing, etc. I did try making the switch to Podman as I like the idea of rootless containers but could not for the life of me get things like NFS shares and Portainer integration working and was spending way too much time fighting with it. Will probably try again in the near future.

Then the other 3 Tiny PCs are running XCP-NG with various VMs including my Xen Orchestra, Kali, a couple Windows machines (usually off), Tailscale gateway box and a few others. Again, mostly for testing things out.

Using OpnSense as my firewall. Have a TrueNAS system sharing files and another small Rockstor NAS also.

Looking forward to the community here. Thanks.

[–] innercitadel@lemmy.nz 2 points 2 years ago* (last edited 2 years ago)

VPS (Ubuntu on 4 virtual cores, 10GB ram, 100GB NVME)

  • Mediawiki with semantic mediawiki and various plug-ins and 650 pages
  • Orthantic and OHIF (radiology images)
  • Moodle (docker)

Cloud container provider (different to above VPS provider)

  • 3 x mediawiki sites

Homelab (Unraid on i7 4790, 16gb RAM, 3 x 10TB HDD, 4TB external disk, no cache disk yet, RTX 3070, fractal define 7 mid tower)

  • Plex
  • Komga (comics)
  • Audiobookshelf
  • Kavita and Calibre (books)
  • Photoview (family photos)
  • Filebrowser (work)
  • Cloudflared (zero trust tunnels)
  • Heimdall (dashboard)
  • Krusader
  • Plugins: docker compose manager, docker patch, unassigned devices

Have ordered an N100 mini PC from aliexpress with plans of installing OPNsense and running a couple VMs on it.

My gaming computer for interest, not currently hosting anything: 5800X3D, 7900XTX, 32GB ram, 2TB NVME, 2TB SSD, 4TB HDD, fractal meshify midbtower case.

I also have a Pi 4 and a Pi 3 that I don't have any use for currently. Open to ideas. I already run Adguard on phone and Ublock origin on desktop browser, and don't see any current use for Pihole.

[–] rarkgrames@lemmy.world 2 points 2 years ago* (last edited 2 years ago)

Hi, I have a few bits and pieces.

Currently I have:

Pi Zero running pi-hole

A Mac mini running overseer on Linux

Another Mac mini that I use for dev work that’s also running sonarr, radarr, bazarr, plex and Hoobs under MacOS

A Dell R170 running a number of VMs (windows and Linux) that host a couple of websites , and a load balancer on proxmox.

Things are a bit spread out where I sometimes just had to use the hardware I had to hand but it all works together somehow.

Edit: I've also just spun up a MediaWiki for me and my colleagues to use to store useful snippets of code etc. in a central place. Although I know my colleagues, they'll use it once and then it'll be abandoned :D

[–] Grimshaw@lemmy.dbzer0.com 1 points 8 months ago
[–] RobotDaniel@lemm.ee 1 points 2 years ago

I host a nextcloud sever (snap) and a minecraft server on a laptop I no longer use

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

Raspberry 4 No.1 (HassOS)

  • Home Assistant - smart home management
  • HA extension Vaultwarden

Raspberry 4 No.2 (Ubuntu LTS)

  • Pi-Hole - network ad filter
  • Navidrome - music library
  • Beets - music tagging
  • Lidarr/Deluge/Hydra/Jackett - music collection, downloading
  • Baikal - CalDAV & CardDAV
  • Nginx - Reverse-proxy
  • Filebrowser
  • Vaultwarden - Backup of HA extension
  • Raneto - Knowledge base
  • Pyload - Download manager

Fileserver custom built (Ubuntu LTS, local only):

  • Sonarr - Series management
  • PostgreSQL - Data management for Kodi/MPD
  • Snapserver
  • Mopidy

Raspberry 4 No.3 (Raspian, local only)

  • Kodi

All services dockerized but Kodi.

load more comments (1 replies)
[–] Teng@lemmy.ml 1 points 2 years ago (1 children)

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

[–] perishthethought@lemm.ee 2 points 1 year ago (1 children)

I know it's been 2 months but I just stumbled upon your question.

Here's what my massive home server looks like. : )

load more comments (1 replies)
[–] ProfessionalHandJob@lemmy.beyondcombustion.net 1 points 2 years ago (3 children)

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.

load more comments (3 replies)
[–] Hyunta@discuss.tchncs.de 1 points 6 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!

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/

[–] 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

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

I run everything I can out of containers. It makes remembering all the changes I made easy, and reverting them even easier. My hardware is a generic PC in my closet.

I'm running:

  • Jelly Fin
  • Transmission Torrent
  • Next Cloud (I have mounted Jellyfin and Torrent's volumes within the Next Cloud instance so I can access them from there, very convenient)
  • Home Assistant
  • Wire Guard
  • A printer daemon so my old printer from 2008 can do wifi printing (I refuse to upgrade)
  • A scanner daemon so I can wifi scan too (scanservjs)
  • A tool to expose my UPS as a battery Home Assistant can monitor
  • Traefik (big pain but great payoff)
  • Watch Tower to keep the public facing stuff automatically updated
  • Automatic Ripping Machine which... is almost good but I'm generally disappointed with. It's still worth using though.
  • ESPHome which lets me make my own smart home devices with ESP family microcontrollers. I've made my own smart window blinds and smartified an air conditioner.
  • Minecraft/Factorio depending on the mood of my friends and I.

But that's not all, I also installed OpenWRT on my router, more out of necessity because it didn't have features my ISP required. That's running:

  • ... actually everything else about it is pretty standard.

I have a Raspberry Pi running OctoPrint for a 3D printer in the corner. I would have preferred to have ran that on my server to save on power and save a Raspberry Pi but I don't have a long enough USB cable.

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

I selfhost a lot of the normal stuff everyone else does. Plex, AdguardHome, etc...

I also have a 96+ port dial-up server system: https://2600.network

load more comments
view more: β€Ή prev next β€Ί