Thefrank / jellyfin-server-freebsd

jellyfin-server component for freebsd
185 stars 16 forks source link

Manual HTTP traffic port change? #51

Closed NathanVH8 closed 6 months ago

NathanVH8 commented 1 year ago

I changed the HTTP traffic port via the Dashboard from 8096 to 80 (It's on a DHCP IP address, not the TrueNAS IP), and now I can't access any part of Jellyfin. Plus the Jellyfin process is using a lot of CPU. Any suggestions on how to fix it, or should I just start over?

Thefrank commented 1 year ago

Can you: Restart the service from inside jail? service jellyfin restart Restart the jail from the TrueNAS GUI/console?

NathanVH8 commented 1 year ago

Can you: Restart the service from inside jail? service jellyfin restart Restart the jail from the TrueNAS GUI/console?

I have now tried both of those, and it seems to have made no difference.

Thefrank commented 1 year ago

In that case, you might just want to manually edit the settings file and restart the service

NathanVH8 commented 1 year ago

Could you perhaps direct me to where that file might be located? I spent several hours digging through a lot of files and didn't find the port settings.

Thefrank commented 1 year ago

@NathanVH8 sure!

Depending on how you set it up and configured it: For the server: /var/db/jellyfin/config/ or /HOME/USER_ACCOUNT_FOR_JELLYFIN/.config/jellyfin For the webclient: /INSTALL/PATH_OF_JELLYFIN/jellyfin-web/ (config.json)

NathanVH8 commented 1 year ago

Awesome, thank you VERY much, that is the exact file I was looking for!