awr042

awr042 ·

fatg3erman/RompR

Need help with nginx/rompr

Hey, when I ran http://192.168.1.26/rompr/index.php?setup, I actually got the setup page :). When tried changing the log level to debug. I got this response:

There was an error when communicating with your mpd or mopidy server:
ACK [4@0]{status}...
fatg3erman/RompR

Need help with nginx/rompr

First, thanks very much for continuing to help. I'm sure I'll be pissed when I find out what I did wrong. :)

Here's my /etc/nginx/sites-available/rompr file:

server {

    listen 80;
    listen [::]:80;

    root /home/andrew/web;
    #...
fatg3erman/RompR

Need help with nginx/rompr

Here are the permissions for /home and /home/andrew

root@euterpe: ~ # ls -ld /home
drwxr-xr-x 4 root root 4096 Mar 10 11:46 /home
root@euterpe: ~ # ls -ld /home/andrew
drwxrwxr-x 17 andrew andrew 4096 Mar 27 09:23 /home/andrew

I deleted "default" from b...

fatg3erman/RompR

Need help with nginx/rompr

Thanks for trying to help. It is much appreciated.

I'm installing RompR on a Raspberry Pi, running the lasted Raspberry Pi OS:

andrew@euterpe:~ $ cat /etc/*release*
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="...
fatg3erman/RompR

Need help with nginx/rompr

"http://euterpe/rompr" does not work. With "http://192.168.1.26" (http://euterpe/), I get the welcome page:

Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration i...