this post was submitted on 11 Jun 2023
157 points (97.0% liked)

Selfhosted

42815 readers
1465 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
[–] Landrin201@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

I'm just getting my server up and running! Previously it only ran Honeassistant.

Now it runs proxmox, which boots 2 vms, one for HAOS and another for Debian. On the Debian vm there is currently Plex, nextcloud, and some -arr apps.

8 also have a separate raspberry pi pihole. I've had that going for years now, I think I first made it 2019.

[–] hakunawazo@lemmy.world 2 points 1 year 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)

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

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

[–] 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)
[–] Audalin@lemmy.world 2 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?

[–] vivia@sh.itjust.works 2 points 2 years ago* (last edited 2 years ago)
  • Two NextCloud instances, one is a RPi4 with a big external HDD which I use for backups, the other one contains everything else, including PhoneTrack. Happy to have a self-hosted privacy-friendly way to share my location with family.
  • Email using mailcow.
  • Jabber server using prosody. Using it with immediate family and two friends. Still super happy.
  • Web server including personal blogs. Currently looking to migrate away from Wordpress into something static without comments.
  • pihole
  • Half-finished home automation stuff.
[–] gedhrel@lemmy.ml 2 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.

[–] zingo@lemmy.ca 2 points 1 year ago* (last edited 1 year 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@lemmy.scottlabs.io 2 points 2 years ago (2 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
[–] davad@lemmy.world 1 points 2 years ago (1 children)

Mind sharing your Kubernetes config? I'm living off of a bunch of docker compose config files, and I'd love to make the jump to Kubernetes.

[–] logir@feddit.it 1 points 1 year ago

What are the benefits of Kubernetes in a home server?

[–] raef@lemmy.world 2 points 1 year 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
[–] ITGuyLevi@programming.dev 2 points 9 months ago* (last edited 9 months 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).

load more comments (1 replies)
[–] ___@l.djw.li 2 points 8 months 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.

[–] Torty@beehaw.org 2 points 2 years ago

Plex and a web app I wrote for a Twitch community I moderate.

Plex is on a server in the Netherlands and the web app is just AWS. I would've hosted on some spare hardware but my internet is notoriously trash and I didn't want to risk it going down while people are playing in the app.

Plex I might move onto a NAS at some point but I'm just too lazy lol.

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

On my own hardware: At home I have a Raspberry Pi 4 running JellyFin as a local media server, also experimenting with PiHole. One of these days I'd like to pull my NextCloud server in-house.

VPS: Nextcloud (including calendar, notes, contacts & RSS/Atom), GoToSocial, WordPress, Gemini, and personal website with a mix of home-grown parts and sections managed through Eleventy.

I've also experimented with self-hosting Calckey , Snac2 and Mastodon, but Mastodon's too heavy for a single user and Snac2 is lighter than I want to go with for now. I may try Calckey again at some point, though.

Eventually I'd like to set up Wallabag and migrate from Pocket.

load more comments (1 replies)
[–] KeepFlying@lemmy.world 2 points 2 years ago

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.

[–] abs_mess@lemmy.blahaj.zone 2 points 2 years ago

Everything except Node-exporter running in containers on a single Ubuntu machine. i5-6500T, 16gb RAM & 1TB.

Media Stack

  • JellyFin
  • Sonarr
  • Radarr
  • Calibre
  • Calibre-Web

IT Stack

  • FreshRSS
  • IT-Tools
  • Prometheus
  • Grafanna
  • Node-Exporter
  • Watchtower
[–] 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.

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

[–] spyjoshx@discuss.tchncs.de 1 points 2 years ago

Personally, I host Sandstorm, and Discord music bot, and Minecraft.

[–] tootnbuns@lemmy.dbzer0.com 1 points 7 months 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

[–] estevez@lemmy.one 1 points 2 years ago

So... ODroid N2+ is hosting a Home Assistant. Nothing to add.

I have an old Intel Nuc nuc5cpyh that is currently hosting my WordPress blog at https://some-techy-tinkering.com/. Made it self-hosted a month ago and can't be happier.

The last machine is Intel Nuc nuc7i7bnh with 2 TBs of internal and 4.5 TBs of external drives. This is my main server with:

  • Nginx Proxy Manager
  • Nextcloud
  • Various *arr services
  • qBittorrent
  • Plex
[–] falcon15500@lemmy.nine-hells.net 1 points 2 years ago* (last edited 2 years ago)

A bunch (47 containers at present)... Won't list them here as its kind of redundant with what a lot of other people are running. My latest is Lemmy (lemmy.nine-hells.net).

[–] innercitadel@lemmy.nz 1 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.

[–] Nilz@discuss.tchncs.de 1 points 2 years ago

Hi there. My first post in this community.

I'm currently running:

  • Pi-hole
  • Plex Media Server
  • Grafana
  • Torrent server
  • Monica
  • Shaarli
  • Matrix instance
  • Arch package cache
  • Several game servers such as Minecraft and Terraria
  • VM running Volvo software to troubleshoot my cars.

My hardware: I used to run it all on a Supermicro x9drd-7ln4f-jbod with dual Xeon E5-2670 v2 with 16x16GB ECC ram and 6x 3TB disks in raidz2 for storage and 2x 60gb Intel SSDs for OS. I started with less and upgraded towards this configuration but it was consuming 300 watt idle which was just unacceptable.

So earlier this year I upgraded to an ASRock Rack x470D4U with Ryzen 7 5700x and 4x32GB ECC (non-registered) ram and 6x 2TB SSDs in raidz2. 1 ssd is in the nvme slot on the motherboard, 4 are in a 4x4 bifurcation card in the 16x slot and 1 more in a 4x riser. All PCIe lanes of the CPU are used. This setup is not possible with an AMD CPU with integrated GPU since it will take up 4 PCIe lanes (you can guess how I know). It uses about 20 watt idle without any containers and VMs running. I initially didn't want to move away from Supermicro but the ASRock Rack motherboard has IPMI so I'm not missing out on much.

Hardware and software suggestions are welcome :D

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

[–] Ascrod@midwest.social 1 points 11 months 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.

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/

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