Usually a lurker.
Maybe I should’ve just shut up and thought for a bit longer before writing that comment…

If you want to talk to me elsewhere, you know how to reach me.

  • 10 Posts
  • 2.44K Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • Entirely for home use and entertainment but also a bit of learning.
    I try to be best practice from the get-go even if it’s a bit steep to start like this. I believe that doesnt even get me close to scenario of “give everyone every permission recursively”.
    But I will expose it via a reverse proxy.
    Right now I am experimenting with my VM on doing the All-in-one VM doing NFS shares from my other 2 linux devices. And that was successful besides the issue of now having system1 think 100 = user “pi” and system2 100 = user “appoxo”

    But yes. If you actually know what your goal/achievement is (e.g. reach a 0-trust permission state for the folder-tree of department Y) then it’s easier to research what you need to achieve it.
    And that’s where I am already stuck. What do I want to do and how do I achieve that with the limited time, motivation and resources I have.

    I believe my current wish is:

    • Have a VM -> Reason: Able to snapshot and being able to easily go back if needed
    • Jellyfin and the *arr stack should be able to access and modify the files. Jellyfin via docker+NFS, *arr stack via mount-points from the same host
    • The permissions shouldnt be overly complicated and not consist of juggling a hundred users -> Maybe groups?
    • Beginner friendly to use and administrate.

    All in all I think I will proceed with doing the all-in-one storage and compute VM and let jellyfin access it via a docker-compose mounted NFS mountpoint.
    Why: I believe it’s easier to use as the bloody beginner I am ;)
    BUT if you have a better idea or think I should do it a different way, I want to be open to feedback and advice