Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SK
Posts
0
Comments
53
Joined
1 yr. ago

  • I get you and I know that there can be security issues (especially in Jellyfin) that might give you access. This is the reason I only mount the media and config folders, and nothing else into the docker container. The media folders are mounted as read only and don't contain sensitive information. For the config folder I created a separate user. Plus I block non-German IP addresses which already blocks quite some bots. If your friends have fixed IP addresses you could also just whitelist them and block everything else.

    You could also probably sniff the network and define more strict rules on 'allowed' requests in fail2ban but this is bridle because requests might change with different versions.

  • Have to check their backlog then. I hope I've secured it enough. Even if someone gets into the system they should only be able to view the media I mount into the docker container and the logs. So hopefully nothing harmful.

  • Winning

    Jump
  • Yes it actually helps to talk about it and get some outside views onto the topic. Even if you know your issues and possible solutions just talking about it makes one 'more aware' of it.

    Think of it similar when studying for a math exam. Looking at a solution and saying to yourself "ahh yes, I know that and that's how I would also do it" is different from just trying it yourself.

    And yes it's the other person's job but they also want to help, that's why they chose this career. In Germany there are also a few sessions in the beginning just to check if the patient and therapist are 'compatible', because if the patient doesn't feel safe then it doesn't help as much.

  • Thanks, I am awarw of that, I also have an rsync job to move the files into my NAS. The deletion is the part that bothers me most, but if you flash the device and the install syncthing with a new identifier that should treat it as a new device.

  • Didn't the, do the same with the lifetime VPN for 10€/year and later stated the lifetime is meant to be Putin's lifetime, i.e. when he dies the offer expires? Same with the 40gb/month for free which they randomly changed...

  • It's a steep learning curve for sure but once you get the basics it's straight forward until you hit very specific problems.

    Are you a Windows or Linux user? They often want to push their Docker UI application but in my opinion docker engine with docker compose is enough. There are probably a lot of great tutorials out there and I can recommend https://www.linuxserver.io/ for images.