this post was submitted on 12 Jun 2023
603 points (99.5% liked)

Selfhosted

41153 readers
352 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
 

A simple question to this community, what are you self-hosting? It's probably fun to hear from each-other what services we are running.

Please mention at least the service (e.g. e-mail) and the software (e.g. postfix). Extra bonus points for also mentioning the OS and/or hardware (e.g. Linux Distribution, raspberry pi, etc) you are running on.

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

a wiki for a fraternal organization...

[–] RagingNerdoholic@lemmy.ca 1 points 2 years ago

MeshCentral for providing remote IT support. I run it in a lightweight VM on very modest hardware (ancient Core 2 system I had kicking around) and it works great. The sheer breadth of features is damn impressive and I'd consider it among some of the best open source projects in terms of UI. No middleman like TeamViewer or Splashtop, and it only costs me a bit of time and hardware.

[–] rufus@vlemmy.net 1 points 2 years ago (1 children)

Currently running OPNsense on my primary router/firewall appliance, with a WireGuard VPN so I can access my self-hosted stuff remotely without exposing more of an attack surface.

Actual things I’m hosting:

  • Vaultwarden
  • Nginx Proxy Manager
  • Pi-hole

Those are all running on a Libre LePotato.

Currently that’s all the hardware I have, but I’m hoping to expand as time goes on. Next step is setting up a proxmox machine (I have an old desktop but it generates too much heat for where I want to store it)

[–] AnagrammadiCodeina@feddit.it 1 points 2 years ago

Elaborate more on the first point please. I know and use opnsense but what about the VPN?

[–] Osayidan@social.vmdk.ca 1 points 2 years ago* (last edited 2 years ago) (2 children)

My general rule is to not self host things that are good enough / free (as in $$ not FOSS). So I don't host email or music. I'm not a huge music person so spotify does the job, and gmail's been great since it started.

Things I do host

  • media server (jellyfin + sonarr/radarr etc)
  • stable diffusion image generation server
  • games (starbound mostly, killed minecraft after microsoft takeover)
  • lemmy
  • comics/manga server (komga)
  • yt-dl web interface
[–] AnagrammadiCodeina@feddit.it 1 points 2 years ago (3 children)

Why did you killed Minecraft after MS takeover? Especially after you wrote that you use gmail

load more comments (3 replies)
load more comments (1 replies)
[–] thoralf@discuss.tchncs.de 1 points 2 years ago

Nextcloud, Calckey, HomeAssistant, AdGuard Home, Serge, Octoprint (probably forgot something)

Some of it running in a data center. Some of it running local either on dedicated hardware or on Proxmox.

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

I don’t host anything public, but I’ve got two Proxmox nodes hosting various local services in virtual machines . Currently I have

  • My gaming rig, running windows with a GPU passed through. With this I stream games to my laptop, steam deck, tv, etc
  • My router, running Vyos with a dual port nic passed through. The configuration is all done through ansible
  • TrueNAS for general network storage
  • a handful of vms created on the fly for specific projects
[–] dcooksta26@lemmy.world 1 points 2 years ago

Couple of Dell and Lenovo mini PCs

  • Custom browser start page
  • File server
  • Media server with Tonido
  • Jellyfin
  • Vectorpod

The other machine just has random VMs for testing things like:

  • Owncloud
  • LAMP
  • Whatever else I run into
[–] topz@beehaw.org 1 points 2 years ago

Raspberry Pi 3

  • Home assistant
  • syncthing
[–] kresten@feddit.dk 1 points 2 years ago* (last edited 2 years ago) (4 children)

I plan on getting a server this summer (building it myself), and the things I have planned this far:

  • bitwarden
  • monica
  • minecraft
  • factorio
  • email server
  • maybe pihole
  • maybe lemmy
  • jellyfin

Edit: forgot jellyfin

load more comments (4 replies)
[–] quasimagia@feddit.it 1 points 2 years ago

I have a dietPi on a RapsberryPi2 where I run a vaultwarden instance and pi-hole

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

i7 12700, 64GB RAM, 1TB NVME x2 mirrored for OS, 10TBx8 z1

Proxmox VMs:

TrueNAS running storage array

Home Assistant

Ubuntu VM where everything else runs in Docker:

*pfSense

*Unifi controller

*Jellyfin

*Radarr

*Sonarr

*NZBGet

*Airsonic

*Ombi

*Transmission

*Calibre

*Soulseek

*BitWarden

*Traefik

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

Last year I downsized from an old HP tower server with a xeon, and 8x 1tb SAS HDDs, to a single Intel NUC with i5 and 4x 4TB SATA HDDs.

I run Proxmox on it, with several VMs.

  • Gerbera - DLNA/Upnp server for streaming my media
  • Shinobi - monitors and records my security cameras
  • Syncthing - for keeping backups of important things from my laptop and my phone and my wife's phone.
  • A container with a Python script that is constantly monitoring my solar panel energy production and sends it to pvoutput.org
  • Some VMs with different versions of Centos and PHP for developing and testing webapps on.

I also have a raspberry pi with home assistant and a ZigBee USB adapter, for controlling the lighting in my house.

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

I've been trying to get docker swarm running across my 4 rpi's, but traefik hasn't been able to discover services (can find them on the same node if the network is a bridge, can't find anything with overlay network) which has been frustrating to try to figure out the problem. That said, here is what I plan to host on the swarm:

  • traefik
  • grocy
  • nextcloud
  • vaultwarden
  • plex
  • nginx (portfolio website that I currently just have on GitHub pages)
  • lemmy instance (for some of you beautiful bastards)
  • readarr, sonarr, readarr, lidarr, prowlarr, sabnzb, and qbittorrent
load more comments (1 replies)
[–] phillycodehound@lemmy.world 1 points 2 years ago

Mostly WordPress sites. But do have experience with Mastodon self hosting

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

Plex and an FTP/Samba server on a DS418play.

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

Currently one server as VM host for: -Nextcloud -Mailcow -Apache/PHP/mariadb as both reverse proxy for Nextcloud and the mailcow web interface and webserver for personal and company websites -Custom backup server (wireguard connections to different sites and incremental backup routines with bash/rsync)

load more comments
view more: ‹ prev next ›