I recently setup a Ugreen NAS and setup my RAID mirroring etc. I am able to access it from my Mac for setup, which works great. I’m having an issue, though. I tried and tried to wade thru Reddit posts, blogs & even tried openAI (lort help me as I reinstalled Tailscale a billion times when doing this) - and it didn’t resolve the issue.
Previously had Tailscale & Jellyfin running on my Mac and accessing from my phone via FinAmp / Tailscale address (as my phone is also running Tailscale) and it was working flawlessly.
Fast forward to yesterday where I created a Docker project named mediaserver - which installed the containers for tailscale & jellyfin. While I do have quite a bit of previous network and pc experience (I work in the technological field) - this is my first journey into the NAS / Docker environments. See code below - what am I missing??
Current Issue: Finamp on phone will not connect to this new setup on the Ugreen NAS. Trying to connect with http://nastailscaleip:8096 (as that’s what I did with the previous ip) and it gives errors.
I can access my Jellyfin from my Mac via the local address and am unsure what to try next.
My firewall is OFF on my NAS, if that makes a difference.
I tried all kinds of things in the networking on the jellyfin side of things, still not working.
Project compose configuration (that ai assisted with):
Thanks for the response, @pemmo. I must be doing something very wrong because I tried to make some edits to change some lines on my composer to match what you have and it’s giving me all kinds of errors.
Even when I put my original composer line back in it gives me errors - though it ran before - and now my Tailscale keeps restarting.
Unsure what to do. I’ll report back if I figure it out, or if anyone else has any guidance it’s much appreciated.
Then after doing that it kept giving me an invalid password error; turns out I mistyped my password when first configuring jellyfin. Reset it with their reset tool and VOILA! I can now access my jellyfin music library through finamp on my phone.
One more thing - since I am so green to Linux.. I didn’t know it paid attention to the case of words in file names.
For instance - I had a file named General that I renamed general. Windows & Mac would still find it just fine.. but Linux.. NOPE! Had to update it to general everywhere else.