NAvidrome

Ladies!

I've installed Navidrome. Executed pkg info -D navidrome. Follwed the instructions and zip nothing.
So am I an idiot? Probably. But even idiots needs assistance.

Navidrome starts as the www user as shown in top.
I can start navidrome with my root user and populate the service with my albums using
Code:
/usr/local/etc/navidrome.toml
But not
Code:
/usr/local/etc/config.toml

Running navidrome as root isn't recommended but its the only way to run it, typing navidrome in the shell.
sysrc enable_navidrome="YES" starts the service at boot and it's running as the www user according to top. But the web interface isn't loading the service unless running navidrome as root in the terminal. So, broken? I think so. In debian and with Docker it runs smoothly without issues.

Any great solutions?
 
Code:
# vi /usr/local/etc/navidrome/config.toml
# grep -Ee '^Address' /usr/local/etc/navidrome/config.toml
Address = "0.0.0.0"
# navidrome --version
0.60.3 (34c6f12)
# service navidrome enable
navidrome enabled in /etc/rc.conf
# service navidrome start
Starting navidrome.
# sockstat -4l
USER COMMAND      PID FD PROTO LOCAL ADDRESS         FOREIGN ADDRESS     
www  navidrome  39950 16 tcp46 *:4533                *:*

What version are you using?
 

Attachments

  • Screenshot_20260306_124901.png
    Screenshot_20260306_124901.png
    335.3 KB · Views: 18
Back
Top