• 1 Post
  • 14 Comments
Joined 23 days ago
cake
Cake day: July 29th, 2026

help-circle
  • Ich rippe alle gekauften Scheiben mit MakeMKV unter Windows oder Linux (Manjaro).
    Funktioniert problemlos. Laufwerke sind relativ einfach zu unterscheiden:

    • Alles bis 1080p mit vielen Geräten oob möglich. Wenn einer:m das reicht, braucht man sich mit dem Thema LibreDrive nicht auseinandersetzen
    • LD geeignete und geflashte Laufwerke muss man haben, wenn man 4k rippen möchte. Das ist mit ein bisschen Recherche und 15 Minuten Arbeit getan, nach meiner Erfahrung.

    Will man nicht selbst basteln, gibt es online “UHD friendly” Laufwerke zu kaufen. Werden nicht hinterher geworfen, aber das Angebot ist da.

    Will man sich mit dem ganzen Geraffel nicht auseinandersetzen, gibt’s auch andere Quellen:

    • mediathekviewweb.de Hat die meisten Sendungen und Filme des ÖPNV in einer durchsuchbaren Oberfläche zum direkten Konsum oder Download verfügbar. Teilweise auch OV.
    • BR in der Bibliothek ausleihen und rippen.
    • filmfreunde.de Streaming Service der öffentlichen Bibliotheken. Habe ich selbst nicht nicht genutzt, bietet afaik keinen Download.

    Ich schließe mich dir grundsätzlich an, so wie es aktuell ist, ist es für die Meisten eine Qual. Da ich nicht sehe, dass es auf absehbare Zeit besser wird, gehe ich mit der Situation so um.



  • Thank you for the very comprehensive write up.

    Authentication will be my very next project after I solved another minor problem I’ve become aware of just yesterday.

    It’s at least the second time, someone mentioned Anubis in this thread.
    I’ve checked the site but have to do further digging about the concept. Mostly because “AI” isn’t something I adore that much, but that’s a me problem. :)


  • I was too late for that, unfortunately and got <lastname>.<town> which also some people don’t comprehend.
    Although it’s the capitol and there are sites from public services which use that TLD as well.

    What genuinely pisses me off: Prior to that I got <lastname>.name, and there are sites, which refuse to accept it as a valid TLD when I try to register with them.

    Edit: I got <lastname[with umlauts]>.<countrycode>, tho as this was available, but those don’t work that well. Or didn’t, when I last checked.


  • Thanks for the suggestion, I will take a look at Anubis.

    There are no SSH ports open to external, as everything I run is locally in my LAN, I do not have use for externals SSH access and don’t want to open that vector.

    The services that I (want to) offer to the family, are the common selfhosters finest:

    • immich
    • Stirling PDF
    • Jellyfin

    As I do not have a authentication provider yet, the services which require an authentication by user/password are prone to brute force attacks, I want to mitigate that first and foremost.
    In the mid to long run, I plan to also deploy an authentication provider for those services like Authelia, TinyAuth, PocketID, Authentik or <you name it>.
    As there are so many of them and the opinion of which is best differ wildly, I have not yet decided and am in kind of a analysis paralysis. :)



  • Thank you for suggesting the region block on Unifi, that’s a good tip.

    I have that previously set in place globally under settings -> security -> protection -> region blocking.
    So on a less sophisticated level and not as granular as you.
    Yours seems to be much better and I will take a look at it later. At the moment I have way too many ideas and projects boiling, to add yet another one… ;)


  • Thanks for bringing it up.

    Before I dove into that project, I was checking logs on npm and the service I am already exposing. It seems to me, both only get http GET requests which on npm all get a 404 response.
    I don’t remember what the service does with those, but I will investigate later. As I didn’t panicked, I guess it wasn’t that bad.

    There are basically no brute force attacks on the service yet and the admin account is only allowed to login from internal IPs.

    One initial aspect to further harden the exposed systems were the logs in the UDM which show frequent blocked attempts of varying severity.
    This may be security theater and I am not able to assess whether the UDM is a “good enough” protection of the most common attacks.

    As I see it, at the moment the UDM already blocks most of the (more sophisticated) attacks and leaves only common requests for the services to handle.

    Long story short, as I see it, the UDM has the role of ingress server in my setup.




  • Angefangen habe ich mit no-ip oder so, dann duckduckdns, jetzt bei dynv6.com. Sind alle kostenlos. Der große Vorteil bei dyn6 ist, dass man nur dass Präfix (2003:1:2:3::) per Script übergeben und für Subdomains nur den Interface Identifier (::4:5:6:7) angeben muss. Daraus wird dann die ganze ipv6 gebaut (2003:1:2:3:4:5:6:7) womit sich Dienste gezielt ansprechen lassen. IPv4 geht natürlich auch.

    Die Wechsel habe seinerzeit durchgeführt, weil ich immer wieder Probleme hatte, interne Dienste zu erreichen. Ursache war natürlich eigene Dummheit (Portweiterleitungen falsch).





  • Hi, could you tell me why? I mean, I think I understand the basics of the risk of brute force attacks. My mitigation for the admin account is, not to allow login outside the local network. Users are allowed from anywhere, as my family uses the library. Also my service (there are others) are routed through NGINX.

    Do you have tips for external users using, for example, a VPN only for specific addresses / IPs? At least that was an idea I had, but didn’t got got around to dig for solutions.

    Thanks in advance.