this post was submitted on 11 Jun 2023
163 points (97.1% liked)

Selfhosted

46677 readers
490 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
[–] Vilian@lemmy.ca 2 points 2 years ago (1 children)

i don't self-host yet, but i have an old pc in my house, i just need to bring it with me to colege, so i can learn and start self-hosting

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

Great way to start! My first server was an "old" 2010 server I left at home when I went to college πŸ˜„

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

Hello selfhosters.

Here's my list of stuff:

On a VPS hosted in Germany:

On my home server (my old gaming PC, repurposed)

  • Proxmox to manage several containers/VMs:
    • OPNsense Firewall
    • HomeAssistant
    • Pihole
    • Gitlab
    • Jellyfin
[–] MigratingtoLemmy@lemmy.world 1 points 2 years ago (1 children)

Hi, thanks for your comment! I just visited your blog and noticed that it loads fairly quickly: I assume you must have some sort of CDN set up. Could you point me to how you went about setting up the CDN for your domain/website? Thanks!

load more comments (1 replies)
[–] capacitor@reddthat.com 2 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.

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.

[–] 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)
[–] JuliusSeizure@lemmy.sdf.org 1 points 2 years ago

Jellyfin Nextcloud Homeassistant Mattermost Gitlab Visions of Chaos Oobabooga Automatic1111

[–] dreamfinder@dis.ney.ink 1 points 2 years ago

I have a few raspberry pis, running Home Assistant, Unifi controller, PiHole... Otherwise i have DigitalOcean droplets, one hosts my Lemmy instance, and another hosts a couple of side project websites (my wife's freelance business, and some other stuff)

[–] rs5th@lemmy.scottlabs.io 1 points 2 years ago (1 children)

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:

  • Two Dell r610s, each with 12 cores and 96 GB of RAM, running ESXi 6.7
  • Lenovo M900, 4 core, 16 GB RAM, Ubuntu and k3s
  • 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

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
[–] logir@feddit.it 1 points 2 years ago

What are the benefits of Kubernetes in a home 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.

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

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

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

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

[–] Decronym@lemmy.decronym.xyz 1 points 2 years ago* (last edited 10 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
DNS Domain Name Service/System
ESXi VMWare virtual machine hypervisor
IP Internet Protocol
LXC Linux Containers
NAS Network-Attached Storage
NVR Network Video Recorder (generally for CCTV)
PiHole Network-wide ad-blocker (DNS sinkhole)
Plex Brand of media server package
SSD Solid State Drive mass storage
Unifi Ubiquiti WiFi hardware brand
VPN Virtual Private Network
VPS Virtual Private Server (opposed to shared hosting)

[Thread #292 for this sub, first seen 21st Nov 2023, 13:45] [FAQ] [Full list] [Contact] [Source code]

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

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

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 4 months ago
[–] Zookeeper@programming.dev 1 points 4 months ago

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

[–] lapping147@lemm.ee 1 points 2 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

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