My Favorite Self-Hosted Apps Launched in 2025

https://lemmy.world/post/40100834

My Favorite Self-Hosted Apps Launched in 2025 - Lemmy.World

Lemmy

Oh fantastic… That’s another 5 services to test drive.
I’ve been pretty satisfied with my *arr stack so far, but how are the alternatives?
Thank you for this! I’ve been trying to find a NextCloud replacement for years. I personally can’t stand the database approach to managing files. So glad to see Sync-In can just add a system folder directly without having to import.
switched from portainer to arcane recently. much easier on the eyes and the ability to save compose projects without deploying them yet is exactly what i was looking for. one thing is weird and i should prolly make an issue for it: no horizontal scroll or word wrap function in the compose editor, so for those compose files with extensive comments like npmplus you’ll have to have open in a text editor or webpage to read to the end of lines.

man, arcane looks amazing, I ended up deciding off it though as their pull requests look like they use copilot for a lot of code for new features. Not that I personally have an issue with this but, I’ve seen enough issues where copilot or various AI agents add security vulnerabilities by mistake and they aren’t caught, so I would rather stray away from those types of projects at least until that issue becomes less common/frequent.

For something as detrimental as a management console to a program that runs as root on most systems, and would provide access to potentially high secure locations, I would not want such a program having security vulnerabilities.

⚡️ Feature: Shell access to container · Issue #256 · getarcaneapp/arcane

Feature Description I'm not sure if it's already there and I just don't see it, but I would like to be able to get a shell for the containers to run commands in them. I'd help with this, but have n...

GitHub

a program that runs as root

Does it have to run as root? It’s common to run Docker in rootless mode in production environments.

while docker does have a non-root installer, the default installer for docker is docker as root, containers as non-root, but since in order to manage docker as a whole it would need access to the socket, if docker has root the container by extension has root.

Even so, if docker was installed in a root-less environment then a compromised manager container would still compromise everything on that docker system, as a core requirement for these types of containers are access to the docker socket which still isn’t great but is still better than full root access.

To answer the question: No it doesn’t require it to function, but the default configuration is root, and even in rootless environment a compromise of the management container that is meant to control other containers will result in full compromise of the docker environment.

ugh well that sucks butt. i’ll be trying new alternatives tonight i guess lol

any recommendations?

Sadly no recommendations, I still use portainer myself
I switched from Portainer to Dockge to Komodo. Been very happy with komodo so far
I wouldn’t be exposing any management consoles to the internet either way, too much risk with something that has docker socket access.
fully agree, mine isnt accessible to the outside world either but, you never know if something gets missed. would rather not open up that risk
I’m just waiting for something like this with native podman support
Komodo is the best portainer alt I’ve found, I read through the Arcane info but it doesnt seem as good. Komodos editor also works great.
Those media management apps look great. Sonarr and Radarr have both annoyed me a bit recently, I’ll definitely be looking into them.

Any initial thoughts so far (if you’ve had the time to look into them)? I really want to find something that can support multi-season downloads. The *arr stacks have rejected the feature in the past and it’s been my biggest gripe lately.

The alternatives seem pretty young still. I wonder if anyone’s done a feature comparison between them…

Like one download that has multiple seasons? Sonarr doesn’t do that itself, but you can do it with a manual import.

Thanks, I do, but I have other non-technical family members. They request media via Jellyseer, which then sends the request to Sonarr.

Most of the time it’s fine, but when the show has 8 seasons? It’ll download each episode individually - some of which won’t be available/poor quality/no subtitles. There’s often a season pack with all 8 seasons in it and are more reliable subtitles/quality wise.

It’s an infrequent but annoying quirk I have to manually intervene with.

How so? I’ve ran them for years with zero issues
Thanks! BentoPDF is fantastic, I never knew I needed this
You might be interested in StirlingPDF too.

Yeah I use StirlingPDF extensively.

I might give Bento a try but ultimately not much incentive to change.

You will love omnitools
GitHub - iib0011/omni-tools: Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser!

Self-hosted collection of powerful web-based tools for everyday tasks. No ads, no tracking, just fast, accessible utilities right from your browser! - iib0011/omni-tools

GitHub
Wow, this is very useful!!
Between omnitools and vert, which one do you recommend? I think the former has more features, but there must be a reason why you recommended vert as well.
Vert is amazing, thanks!
Is it better than StirlingPDF?

Usually I find these lists a bit “meh”, but there’s actually a bunch of stuff here I want to try.

  • Upvote RSS
  • Sync-In
  • Poznote
  • Postgresus
  • Loggifly
  • OpenArchiver
  • BentoPDF
I used compose maker a lot when i started learning docker recently. It’s a great way to see how to use tool.
Nice curated list! I think I’ll check some of them out for my own self hosted solution
Anyone know of any container management systems focused on podman?
I don’t have a suggestion but commenting so I’ll remember to follow. I’ve just been using the CLI but if there’s a nice management system I’m interested.

By management you mean?

I just have all my podman containers in the same folder. With one root file linking them all together.

Podman also has built in watchtower functionality so it can patch and maintain itself automatically

I use Cockpit which comes with many other awesome features too.

I’m gonna pick up a few of these I think.

That NoteDicovery looks pretty slick. Its exactly what I was looking for a few months ago, and I’d absolutely pick it up if I didn’t just fall in love with the silverbullet’s ability to execute code embedded directly in the markdown; a feature that I expect to use almost never, but an totally smitten with.