• 2 Posts
  • 60 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle



  • I’m not the guy you replied to.

    I originally stored my music in Plex and used Plexamp. I have a large playlist downloaded from youtube which caused horrible performance issues in Plexamp. Navidrome is pretty much a read-only service. It can only read metadata from the files, not add any or manage them. For me this feels safer to expose to the internet since my docker container only has read-only access to all of my files. Even if someone broke into the service for some reason, they couldn’t do anything to my files.

    I don’t know if jellyfin has similar performance issues with large playlists since I already had navidrome set up by then.











  • Fusion360 is great.

    The two things I dislike about it though is the lack of linux support and the fact that you have to store your projects in their cloud. Personally I would prefer local only projects which I can easily include in a git repository without having to manually export my model every time I make a change to it.

    So far FreeCad seems like the best option for me in regards to those points but it is definitely less intuitive than Fusion360




  • Scrath@feddit.detoSelfhosted@lemmy.worldReplace Spotify
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 year ago

    Performance is good and streaming works well. Not a fan of the webinterface personally but there are client programs available for all platforms since navidrome exposes the subsonic api.

    Personally I use sonix on windows and linux as well as symfonium (paid but really great app) on android.

    The only thing I am missing from it is better user management so that I can restrict specific users from accessing parts of my library.

    Regarding access from outside my network I specifically wanted to avoid needing to be connected to a VPN so that's why I use a cloudflare tunnel. Since my upload rate is not very good I have a Pi-Hole DNS server at home so that queries to my domain while in the home network don't need to leave my network.


  • Scrath@feddit.detoSelfhosted@lemmy.worldReplace Spotify
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 year ago

    +1 for navidrome.

    I'm also using that and have it exposed to the web using a cloudflare tunnel. What I didn't like in the beginning but really appreciate now is that the service itself doesn't have a lot of permissions and cannot delete files or change their metadata. I'm hosting it in a docker container and everything except the config file is mounted read-only.

    I'm not sure how relevant that is but it gives me more peace of mind exposing it publicly.