Jump to content

Quiks

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by Quiks

  1. Hi, I'm having issues trying to install this fresh. I set /data to a RW/Slave share I have on a separate file server. appdata is mounted to /mnt/usr/appdata/musicbrainz It seems to start working at the beginning. My /data directory has ~2.5 GB in it now. The log is endlessly spammed with below postgres: could not access the server configuration file "/config/postgresql.conf": No such file or directorypostgres: could not access the server configuration file "/config/postgresql.conf": No such file or directorypostgres: could not access the server configuration file "/config/postgresql.conf": No such file or directory I've tried re-installing a few times now. Is there something I'm missing? Thanks in advance for any help
  2. If I'm understanding correctly, the WEBUI_PORT thing was something specifically added to this container. The main docker page is what led me down the clues to figuring it out. I could be wrong though.
  3. Weird. I can't reproduce that, so I don't think I'll be of help on that one. I did have the exact same symptoms you did (where it works correctly in incognito), and I specifically had to unblock pop-ups on that site before it started working normally. manually "typing it in" working doesn't really make much sense. It's just passing the URL. Try manually editing the URL to what you're typing in on the advanced view and see if it starts working. It does have some PORT:8080 type of syntax by default
  4. Are you changing it in the Qbt WEBUI settings or the container? Edit: I found I had the same issue as you, but was able to figure it out. With the base settings, any time you change the port in the QBT interface, it will reset to 8080 when rebooting the docker. To fix this, you need 2 changes from the default config. Remove the original 8080:8080 port map create a new one 6666:6666 (whatever your new port is) add a new variable Key: WEBUI_PORT Value: 6666 (again, whatever your new port is) apply this and your UI should now work on the new port. However, clicking WEBUI on your docker in the UnRaid UI will yield a webpage opening with :8080 which won't load. I'm still trying to figure out how to change the default webpage since it seems hardcoded to 8080. Hopefully this helps you or anyone else trying to change their port! edit: I figured out that I had the view on basic. Switched it to advanced, and I can change the default launch URL as well. That should fix all the issues for everyone. Woot!
  5. I figured this out. Allow popups on the site in your browser and it will load the interface. I'm not sure how it loads as a popup, but it's working lol
×
×
  • Create New...