Skip to content

Selfhosted

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!

640 Topics 11.8k Posts
  • OpenID Connect Single Sign-On Identity & Access Management

    selfhosted
    5
    1
    0 Votes
    5 Posts
    10 Views
    C
    I've got it running for a few weeks now. Seems very nice
  • Do you not normally read patch notes before patching?

    29
    0 Votes
    29 Posts
    0 Views
    C
    Ah cool. Thanks for checking it out.
  • Nope.

    4
    0 Votes
    4 Posts
    25 Views
    redfox@infosec.pubR
    Knowledge primarily, since I'm not running a business. At this point, like they say in Chips, TLS inspection is standard... [image: 5a6878f2-4b7c-41f4-b8d7-d5572268950a.jpeg] If your enterprise isn't doing TLS inspection on everything other than banks, medical, gov, they're doing it wrong. Some times people think the hard part is getting the CA trust setup, but I find it's far more tedious to deal with certain sites and mobile apps especially that do certificate pinning.
  • Email hosting over NNCP

    selfhosted
    10
    1
    0 Votes
    10 Posts
    14 Views
    ikidd@lemmy.worldI
    I'm trying to figure out how to add it to Mailcow Dockerized and hook the existing containers. If I sort it out, I'll probably PR it to Mailcow. I think it would a nice addition to start to build out a network that isn't susceptible to the same spam attacks as regular email (yet).
  • Encrypting data on local servers?

    selfhosted
    31
    0 Votes
    31 Posts
    309 Views
    ladfrombrad@lemdro.idL
    That would be neat. Like someone else said in here maybe the OP could use a really long cable to a USB drive away from the main server, but I do like the idea of something using hybrid wire(less) to auth. They could even have a UPS underneath a Pi Zero and, have a PoE HAT too + travel router. Plug in LTE USB with backup SIM card, epoxy all that together and then hide it? lol, paranoia fixed.
  • How to secure Jellyfin hosted over the internet?

    selfhosted
    138
    0 Votes
    138 Posts
    2k Views
    V
    You're not allowed to tunnel video traffic.
  • Risks of self-hosting a public-facing forum?

    selfhosted
    68
    0 Votes
    68 Posts
    474 Views
    ?
    I'm attempting to run a NodeBB forum. I'm only assuming that web sockets was the issue because the first search result I came up with that matched my symptoms mentioned it.
  • How to transfer a lot of data?

    selfhosted
    7
    0 Votes
    7 Posts
    44 Views
    D
    That would take 22 hours under ideal conditions on a 1gbit connection. If you copy files and not block data it'll probaboy take 24h or more. Not fun.
  • 0 Votes
    25 Posts
    52 Views
    ?
    I see a lot of spam coming from sendgrid, so I wonder how long they can continue operating that way until they get blocked completely by one of the larger mailbox providers.
  • 0 Votes
    58 Posts
    470 Views
    O
    Thanks! I’ll do that
  • 0 Votes
    33 Posts
    175 Views
    M
    The app has already been inactive for a while now. There hasn’t been any active development in several years. They clearly have no interest in continuing it, and just want to move on to other projects.
  • Selfhosting Sunday - What's up?

    selfhosted
    149
    0 Votes
    149 Posts
    834 Views
    D
    Zola really is great, I have started to work with it and it is so much easier to grasp and to get results with. Thanks a lot for pointing me to Zola!
  • Welcome to [email protected] - What do you selfhost?

    11
    2 Votes
    11 Posts
    8 Views
    ?
    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!
  • 0 Votes
    16 Posts
    0 Views
    ironkrill@lemmy.caI
    I installed this after seeing your v1 post and already got use out of it resizing some images on mobile. The only thing I noticed as lacking was a multiple file selector, so this is a great first update!
  • Consumer GPUs to run LLMs

    selfhosted
    39
    0 Votes
    39 Posts
    112 Views
    M
    Thank you for your comment, I will save it. This really cleared it up
  • This Week in Self-Hosted (4 April 2025)

    selfhosted
    5
    1
    0 Votes
    5 Posts
    25 Views
    F
    100% agree. This feels like more of a learning tool to me. See how compose files are structured, maybe combine it with some documentation and start branching out from there.
  • Having trouble with my caddy congif for my lemmy instance

    selfhosted
    11
    0 Votes
    11 Posts
    0 Views
    X
    Caddy manages everything, including certs for both domains. So I guess my answer would be, you don't.
  • 0 Votes
    21 Posts
    79 Views
    e0qdk@reddthat.comE
    What was the most ridiculous or funny boundary push you saw? Trolling someone by attaching a camera to the ceiling right above their keyboard. I've been paranoid since I saw that stunt pulled... They got their point across about physical security though.
  • Plex is locking remote streaming behind a subscription in April

    selfhosted
    690
    1
    0 Votes
    690 Posts
    22k Views
    M
    Interesting project. Thanks for the link and I do appreciate it and could see some very good uses for that but it's not quite what I meant. Unfortunately as it notes it works as a companion for reverse proxies so it doesn't solve the big hurdle there which is handling secure and working flow (specifically ingress) of Jellyfin traffic into a network as a turn-key solution. All this does is change the authorization mechanism but my users don't have an issue with writing down passwords and emails. Still leaves the burden of: choosing and setting up the reverse proxy, certificates for that, paying for a domain so I can properly use certificates for encryption, making sure that works, chore of updating the reverse proxy, refreshing certs (and it breaking if we forget or the process fails), etc Which is a hassle and a half for technically proficient users and the point that most other people would give up. By contrast with Plex how many steps are there? Install (going to skip media library setup as Jellyfin requires that too so it's assumed) Set up any port settings, open any relevant ports on firewall, enable remote access in setting with a tickbox Set up users Done, it now works and doesn't need to be touched. It will handle connecting clients directly to the server. Users just need to install Plex client, login to their account and they have access. By contrast this still requires the hoster set up a reverse proxy (major hassle if done securely with certificates as well as an expense for a domain which works out to probably $5 a year), to then have their users point their jellyfin at a domain-name (possibly a hard to remember one as majesticstuffbox[.]xyz is a lot cheaper than the dot com/org/net equivalents or a shorter domain that's more to the point), auth and so on. It's many, many, many more steps and software and configurations and chances for the hosting party to mess something up. My point was I and many others would rather take the $5 we'd spend a year on a domain name and pay it for this kind of turn-key solution for ourselves and our users even if provided by a third party but that were Jellyfin to integrate this as an option it could provide some revenue for them and get the kinds of people who don't want to mess with reverse proxies and certificates into their ecosystem and off Plex.
  • 0 Votes
    13 Posts
    0 Views
    australiansimon@lemmy.worldA
    The metadata server isn't updated and hasn't for a long time so it stops after a point in time and certain authors with lots of books just don't come up. Given the readarr team are looking for maintainers to take over, I doubt it'll be resolved soon. https://www.reddit.com/r/selfhosted/comments/16d7gyo/since_readarr_seems_down_for_the_count_is/ https://github.com/Readarr/Readarr/issues/3486 https://wiki.servarr.com/readarr/metadata-issues