this post was submitted on 17 Apr 2025
3 points (100.0% liked)

Selfhosted

60281 readers
714 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

cross-posted from: https://reddthat.com/post/39309359

I've been running Home Assistant for three years. It's port forwarded on default port 8123 via a reverse proxy in a dedicated VM serving it over HTTPS and is accessible over ipv4 and ipv6. All user accounts have MFA enabled.

I see a notification every time there's a failed login attempt, but every single one is either me or someone in my house. I've never seen a notification for any other attempts from the internet. Not a single one.

Is this normal? Or am I missing something? I expected it to be hammered with random failed logins.

you are viewing a single comment's thread
view the rest of the comments
[–] Hansae@lemmy.dbzer0.com 0 points 1 year ago (1 children)

Doubt it, there are bots everywhere these days who'll try anything they find. Its part of why having 2FA is important along with hidden accounts with things such as jellyfin.

[–] Flipper@feddit.org 0 points 1 year ago (1 children)

It's possible to stream from jellyfin without an account. Jellyfin should not be connected to untrusted networks, like the internet. Several API just don't check the key or don't require one in the first place.

https://github.com/jellyfin/jellyfin/issues/5415

[–] Hansae@lemmy.dbzer0.com 0 points 1 year ago* (last edited 1 year ago) (1 children)

Oof, ty for that ill get to remedying it. Really wish the jellyfin project took security a bit more seriously

[–] bobs_monkey@lemm.ee 1 points 1 year ago

Iirc Jellyfin isn't exactly intended to be operated outside of your home network like Plex is. There are workarounds of course, but the onus is on the user to secure it.