• 0 Posts
  • 29 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle


  • That‘s how it is in Germany. You can only get laid off without a negotiated severance package, when the employer is in financial trouble. Even then you need start laying people off the employer needs to do it according to the social contract (e.g. single mothers last). Both is really hard to proof (in court) so usually everyone gets a severance package anyway. This means when you hear about big layoffs in Germany usually all of them get a severance package or agree to something else. These layoffs are not comparable to the USA. This is the shortened and positive descriptions of the process, but of course there are also (justifiable) downsides of doing it this way.


  • I don‘t think it is a binary situation: Complete self sustainability vs. full dependence on large corporations. Rather it is a spectrum and everyone feels comfortable somewhere else on it. Also I don‘t think the ends really exist, as someone else will always have power over you (you can‘t reasonably maintain everything yourself) and you can always migrate/quit from a service. Over time your position might change. For me personally I think Tailscale is a great service and for someone just starting out I would definitely recommend it. I think a lot frustration can be avoided when you don‘t set your self-hosting goals to high at the beginning. You can always update your setup later on.







  • Keep calm and contact support. They are responsive, nice and will help you. I had a very similar thing, if not exactly the same. They gave me instructions, some of them I already read online, some of them not. It felt hopeless and it went back and forth multiple time until it suddenly worked again. They really know their stuff. In the end it was something with the base OS version.







  • Yes, in the sense that you are responsible to update the Docker container and often this can lead to vulnerable containers. No, in the sense that it is much easier to scan for dependencies inside a Docker container and identify vulnerabilities. Also most containers are based on Linux distribution, so those distribute the security fixes for specific libraries. All you have to is update the base image.


  • julianwgs@discuss.tchncs.detoSelfhosted@lemmy.worldAlternative to Minio ?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 year ago

    Dependency-free doesnt mean they dont have dependencies. Its just that they bundle them all in the executable. When there is a security vulnerability in a library on your Linux system the vendor of your distribution (Canonical, Redhat, SUSE) takes care that it is fixed. All dependent software and libraries are then fixed as well. All I say? Not the ones which have been bundled in the executable. First they need to find out that you are affected and then the maintainer has to update the dependency manually. Often they can only do this after there has been a coordinated release of the fix by the major distributors, which can leave you vulnerable no matter how fast the maintainer is. This is the way it is in Windows. (This was a short summary)



  • Are you just starting out? I got started with home labbing with a Raspberry Pi 2B (1GB RAM!) and an external HDD I had lying around. I host Yarr, Navidrome, backups and a dashboard app Ive written on there and I am quite satisfied. I would really recommend starting small with hardware you already have and then buy new hardware as you go along. I am also using Tailscale. With this you can get your initial setup up and running in a day and save money if it turns out home labbing isnt for you or you dont really need the hardware.