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!

🦎

  • ItWasntMe223@lemmy.jtworld.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 days ago

    Presently I’m self hosting:

    • NextCloud
    • ArchiveBox
    • Lemmy
    • Ntfy
    • Calibre Web
    • ByteStash
    • Etherpad
    • RustDesk
    • GitLab Community
    • Peertube
    • Matrix
    • Minecraft Java Server (I mean, it is self hosted)

    I think sometimes my servers complain about what I’m hosting. lol

  • lapping147@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 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

  • Mauskino@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    Hey fellow self-hosters! I’m just starting but I’m now running my own instances of Jellyfin, Nextcloud, Readeck and Kitchen Owl. It’s really a great feeling to know the data is safe with me!

  • anotherandrew@mbin.mixdown.ca
    link
    fedilink
    arrow-up
    3
    ·
    8 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.

  • Hyunta🫥@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    1
    ·
    10 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!

  • Zookeeper@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

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

  • standarduser@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    I’ve been getting deeper in to how this can go over the summer. I’ve done plex for a good few years at this point, but i’ve got this now: -Ubuntu bionic -Dockge (for easy rebooting when i’m just not feeling the CLI) -Arr stack -Gluetun (VPN for stack) -Firefox (LAN access only, no other access from gluetun) -Radarr -Sonarr -qbittorrent -prowlarr -Immich -Plex

    A few I’ve tried but can’t get to work on docker-compose yet: -searxNG -Heimdall (just can’t get the graphs I wanna see for the systems processes) -homarr (not bad, just same as heimdall)

    I wanted to cut over to proxmox from ubuntu just to have more server efficient since i’m not running ubuntu server. However I’m still fairly new to this and the cut over from docker desktop and docker run to docker-compose was a lot for a bit, so it’ll still be on the list, but probably when I upgrade this old cpu (i5 6500) to something newer since this is an old thinkcenter. I’m hella open to any suggestions anyone’s got

  • TheRagingGeek@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    Hey all, I’ve been slowly building services on my server over many many years, starting with running a minecraft ftb server, to where I am now, which is 1 primary system(providing the network filesystem) and 2 auxiliary minipc systems my brother in law recently donated. I moved from Docker to Docker Swarm after getting those MiniPC’s and enjoying the added compute. Currently my swarm is running:

    • PiHole x2 - AdBlocking and Local DNS Management
    • Wg-easy - for Wireguard VPN Management
    • nginx - for reverse proxy servicing
    • authentik - for Authentication and SSO
    • Duplicati - for cloud backups(pointing at backblaze buckets)
    • Guacamole - for RDP services
    • Grafana+Prometheus+Node-Exporter+Cadvisor+AlertManager - for aggregation and system monitoring
    • Gatus - single pane of glass monitoring of services(might remove it now that I’ve started using Grafana)
    • diun - monitoring docker image versions and notification
    • Bookstack - Personal Knowledge Base system
    • Linkwarden - Collaborative Link Sharing and archiving
    • Fasten Health - Local Health Records Storage
    • SnipeIT - personal asset management
    • Affine - self hosted cloud notebook
    • Actual - Budgeting Software
    • it-tools - for swiss army knife utilities
    • kitchenowl - recipes and grocery lists
    • Reactive resume - for resume building with AI empowered editing
    • Onetimesecret - for burn after reading secret sharing(using it for distributing credentials to my family)
    • Searxng - Local Search Aggregation
    • Homarr - Personal Dashboarding
    • Home Assistant - Smart Home Management
    • N8n - Automating codeless workflows
    • Ollama and Open-WebUI - personal Agentic AI
    • AudioBookshelf - Audiobook streaming and Management
    • OwnCloud - local file sharing and storage
    • Plex - Video Streaming
    • BitMagnet - DHT network sniffer
    • syncthing - for transporting data between local and remote systems
    • the *Arrs - for acquiring content
    • Docspell - for digitizing and storing important documents
    • picsur - for local meme storage
    • Calibre+Calibre-web - for Ebook management
    • Crafty Controller - for Minecraft Server Management
    • RomM - For Emulation and ROM Management.

    As I go about my day I’m always looking for new and interesting containers to run, and then scrutinizing if they fill a need, replace an existing service with a better version of the same service, or if it’s better off not implementing, then I pull them down. this has been a great experience in devops learning and the longer I work on the server the more best practices I put in place and the more I understand why corporate clouds have some of the practices they have. I look forward to poking around in this community looking to help and to find new containers to accrete into my platform.

    • irmadlad@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 months ago

      That’s a respectable list of apps. Looks almost like what I run sans the *arr stack. Good work!

  • redlemace@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 months ago
    • website
    • email
    • dns
    • adblocking
    • home assistent
    • home gallery
    • eve-ng
    • check_mk
    • nagios
    • git
    • ansible
    • backuppc
    • zoneminder
    • unifi controller
    • central syslog
    • syslog2irc
    • kodi
    • 3x moodeaudio