Open larsks opened 1 year ago
I've run into this issue as well
in ctrl/sbbs.ini
there is the line RootDirectory = ../webv4/root
changing this to be ../web/root
instead fixed the issue for me.
if it doesn't you can try deleting(or just renaming) the web
folder first before spinning up the docker again, it should recreate the defaults.
I need to do some refactoring on the initialization... I'd been having issues on the 3.20a transition and just hadn't had the time to work on it... I wasn't sure if anyone was actually using this.
The synchronet web service on port 80 is looking for
/sbbs/webv4
, but only/sbbs/web
exists. If you link fromwebv4 -> web
, you get a 500 error instead.