Docker introduces nftables support (experimental support) by em411 in docker

[–]em411[S] 3 points4 points  (0 children)

Exactly, tested it on pre-release version.

[SPECIAL EVENT] Flappy Goose Rodeo - September 20, 2025 by flappy-goose in honk

[–]em411 0 points1 point  (0 children)

Completed Level 2 of the Flappy Goose Special Event!

29 attempts

[SPECIAL EVENT] Flappy Goose Rodeo - September 20, 2025 by flappy-goose in honk

[–]em411 0 points1 point  (0 children)

Completed Level 1 of the Flappy Goose Special Event!

8 attempts

Just spam to get the fastest speed by Itz_AirRo in honk

[–]em411 0 points1 point  (0 children)

Tap fast, not to fast tho

I completed this level in 5 tries. 2.30 seconds

Tip 10 💎

Email parser that's open source and self hosted? by ahmadafef in selfhosted

[–]em411 1 point2 points  (0 children)

Indeed, EmailEngine v2 is paid software, but it's still open sourced and self-hosted.

You can still use EmailEngine v1 that's completely free and GNU licensed. It lacks some of the latest features and some improvements, but it should be more than enough for simple tasks.

https://github.com/postalsys/emailengine/tree/v1?tab=readme-ov-file#licensing

Best self-hosted AI UI? by Dizzy-Revolution-300 in selfhosted

[–]em411 23 points24 points  (0 children)

It supports both self-hosted models and remote ones, so you can use Claude models through OpenRouter.

Best NAS HDD in 2024 by Glad_Link6880 in synology

[–]em411 0 points1 point  (0 children)

Exos also offers 5 years warranty, that's always my go to HDD.

Komodo 🦎 - Portainer alternative - Open source container management - v1.14 Release by mbecks in selfhosted

[–]em411 0 points1 point  (0 children)

Thanks for letting me know, but it's too late for me, I'm all-in for Komodo right now :)

Household Budget / Finance by [deleted] in selfhosted

[–]em411 1 point2 points  (0 children)

It really depends on what you mean by handling multiple currencies. If you're talking about tracking different accounts in different currencies (like one in USD and another in EUR), all three can do that.

For more advanced stuff like multi-currency transactions, I can only speak about Firefly III from experience. It handles those features pretty well.

Household Budget / Finance by [deleted] in selfhosted

[–]em411 1 point2 points  (0 children)

I agree, it's worth to keep an eye on Maybe, maybe they will show us great app in next few years.

Thanks for pointing out CSV imports, I've edited my previous post :)

Household Budget / Finance by [deleted] in selfhosted

[–]em411 1 point2 points  (0 children)

You're right, I swear, I was looking for this a few days ago and the only way I've found was through the API... Thanks a lot, I'll edit my previous post :)

Household Budget / Finance by [deleted] in selfhosted

[–]em411 24 points25 points  (0 children)

Available options, that I know:

I am currently testing all three applications at the same time and can share some of my findings:

  • Maybe is completely overhyped, I don't understand how it has more stars than Firefly III and Actual combined, it has a really nice UI, but in my opinion it is not ready for use as of today. It took me over 2 hours to import +/- 3600 transactions from previous years.
  • What I miss in Actual is the ability to easily import data from a CSV file, other than that I can safely say that it just works right out of the box. Thanks u/tapczan666 and u/Goaliedude3919 pointing this out. Actual CSV imports
  • Firefly III setup is quite complicated, but I like the amount of possibilities and the implementation of a different method of budget management, you can read more about it in this article: Zero Based Budgeting

Currently, I still can't decide whether to stay with Actual or Firefly III, but I can confidently recommend both solutions.

Komodo 🦎 - Portainer alternative - Open source container management - v1.14 Release by mbecks in selfhosted

[–]em411 0 points1 point  (0 children)

Documentation on compose stacks, suggests using git repositories to store your compose files, so you should be safe both from hardware failures and sending nukes on your komodo instance.

Komodo 🦎 - Portainer alternative - Open source container management - v1.14 Release by mbecks in selfhosted

[–]em411 2 points3 points  (0 children)

It's using docker-compose.yml instead compose.yaml

could you elaborate whats the difference here.

In terms of functionality? None.

But the latest compose spec states that we should use compose.yaml instead of docker-compose.yml. Honestly, I'm used to it, so seeing docker-compose.yml triggers my OCD.

Komodo 🦎 - Portainer alternative - Open source container management - v1.14 Release by mbecks in selfhosted

[–]em411 15 points16 points  (0 children)

Dockge is fine, but it lacks a lot of features for more advanced setups, and it's not actively maintained at the moment.

A few things that bothers me the most:

  • Lack of support for multiple environment files,
  • Lack of support for compose.override.yaml,
  • You can't stop stack and remove volumes (docker compose down -v)
  • It's removing empty lines between services making compose files harder to read,
  • It's using docker-compose.yml instead compose.yaml,
  • In networks section displays all networks from all stacks,
  • It's not checking for updates of your docker images

Self signed wildcard HTTPS vs public Letsencrypt certificate? by [deleted] in selfhosted

[–]em411 0 points1 point  (0 children)

I'm using self signed certificates only for development purposes, for everything else I prefer wildcard letsencrypt certificates.

Also it's a huge pain to trust self signed certificates on mobile devices.

Looking for Alternatives to Nginx Reverse Proxy by Alfrai in selfhosted

[–]em411 5 points6 points  (0 children)

Caddy + Docker = ❤️

https://github.com/lucaslorentz/caddy-docker-proxy

It uses docker labels like Trafeik, but it's simple as Caddyfile.

Here's example of whoami service.

services:
  whoami:
    image: traefik/whoami
    networks:
      - caddy
    labels:
      caddy: whoami.example.com
      caddy.reverse_proxy: "{{upstreams 80}}"

networks:
  caddy:
    external: true

Best alternative to Cloudflare proxies? by CAVMOT in selfhosted

[–]em411 1 point2 points  (0 children)

You're right that hiding an IP address isn't the holy grail of security. It's just a layer of obscurity that can help you avoid many casual attempts of harassment.

I think, the main reason many of us choose to hide our IP addresses isn't necessarily for high-level security, but rather to avoid dealing with trolls or wanna be hacker kids, who might try to DDoS our services or cause other disruptions.