Rose Liverman

Results 134 comments of Rose Liverman

It's also strange that the instructions tell you to make an `.env` file, but the docker-compose provided doesn't specify an env_file, and seems to duplicate defining several environment variables.

Okay, so it turns out the docker-compose overwrites several parts of the env file (I modified the docker-compose to add it, but that didn't change anything until I removed the...

Now it outputs: ``` server | Starting szurubooru API on port 127.0.0.1:8080 - Running on 4 threads server | Traceback (most recent call last): server | File "/usr/bin/waitress-serve-3", line 33,...

Replacing `PORT=127.0.0.1:8080` with `PORT=8080` fixed that error, but now I'm encountering the "Could not fetch basic configuration from server" error. -.-

Logs are showing ``` client-1 | 192.168.64.1 -> GET / HTTP/1.1 [304] - referer: - 192.168.1.192 client-1 | 2025/04/12 22:43:02 [error] 10#10: *7 connect() failed (111: Connection refused) while connecting...

Based on the discussion there, I tried changing ports around to see if that could fix it, but no combination of changing ports in the environment file, environment variables defined...

Apparently permissions can be an issue (#391) but I just changed the permission on everything except SQL because that has to be 70:70 and changes itself, and that doesn't change...

I haven't experimented with it much personally, but it sounds like maybe it's worth bringing up with Obsidian devs. I wonder if it's a problem unique to this format and...