this post was submitted on 22 Jan 2025
442 points (98.0% liked)

Selfhosted

60093 readers
1066 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.

  7. Promotion posts require your active participation in selfhosting or related communities, or the post will be removed. No more than 10% of your posts or comments may be self-promotional, or your post will be removed. F/LOSS Exception: If your post is about a project that is completely open source & can be self-hosted in full without payment, your post is exempt from this rule as long as you continue to engage in comments.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Hey, community :)

I run a website that showcases the best open-source companies. Recently, I've added a new feature that filters self-hosted tools and presents them in a searchable format. Although there are other options available, like Awesome-Selfhosted, I found it difficult to find what I needed there, so I decided to display the information in a more digestible format.

You can check out the list here: https://openalternative.co/self-hosted

Let me know if there’s anything else I should add to the list.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] paraphrand@lemmy.world 6 points 1 year ago* (last edited 1 year ago) (1 children)

I guess when I complain, I’m not really talking about hosting at all. I’m talking about things being written in stuff like python, with web UIs instead of native software.

I miss native software. And native software could be placed on a server. I prefer to run a Mac Mini for my home server, because I can use as many native apps as possible. Along with the all the other web-interface-based scripts and things.

People like to act like Docker containers and environment variables are simple. But so often these things are not.

Anyway. As someone else pointed out, it’s strange for me to be posting these lamentations in this community. I don’t mean to throw shade or talk shit.

So I’ll leave it there.

[–] paequ2@lemmy.today 3 points 1 year ago

People like to act like Docker containers and environment variables are simple. But so often these things are not.

Oh for sure. I hate it when apps are like "EZ one line install" but then spin up a bunch of Docker containers. It's just more potential for shit to break.

A huge reason I like Navidrome is because it's just a single static Go binary. Can't get much easier to manage than that. Plus a bunch of native music apps are available as well. Wish more software was like that.