this post was submitted on 11 Jun 2023
337 points (96.9% liked)

Selfhosted

60091 readers
914 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 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!

๐ŸฆŽ

you are viewing a single comment's thread
view the rest of the comments
[โ€“] jrandiny@lemmy.world 6 points 3 years ago (1 children)

I only have a few services:

  • jellyfin (media server)
  • firefly iii (expense manager)
  • freshrss (rss aggregator)
  • personal telegram bot to auto convert news link to epub for reading in my ereader

All of the service other than jellyfin is hosted on a vps. Jellyfin is hosted from my home and can be accessed remotely via wireguard. However because my isp doesn't provide a public ip, I need to use my vps as wireguard jump host

Client <-> vps <-> home server

[โ€“] ElectricCattleman@lemmy.world 4 points 3 years ago* (last edited 3 years ago)

Client <-> vps <-> home server

I'm looking to set up exactly this for myself with a linode vps, and wireguard containers. Any tips? Even a docker compose snippet would be helpful.