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

help-circle





  • I did a quick check, and both The Last of Us Part I and II are rated Gold. In my experience, a gold rating is a good sign, but you may still need to tweak a setting or two. Definitively worth reading the comments and look especially if there are any known issues with your particular setup. Even things like dual screens, HiDPI, etc can sometimes make a difference.

    The reason things are so unpredictable is it all works like Wine does: it doesn’t run Windows in a virtual machine: it re-implements the APIs (like Direct3D). This makes things fast (and sometimes faster!), when they work, but when the implementations deviate things can go off the rails.




  • folekaule@lemmy.worldtoSelfhosted@lemmy.worldSecrets
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    10 days ago

    See if a light weight kubernetes installation is for you. Secrets are first class citizens in k8s. You can maintain secrets in a number of different ways, but they are exposed to containers the same way. They can become files or environment variables, whether you need.

    I recommend looking at k3s to run on your Pi and see if that works for you. You can add vault software on top of that later without changing your containers.