bbs-io / synchronet-docker

Containerized Synchronet BBS
ISC License
52 stars 4 forks source link

Web support is broken #17

Open larsks opened 1 year ago

larsks commented 1 year ago

The synchronet web service on port 80 is looking for /sbbs/webv4, but only /sbbs/web exists. If you link from webv4 -> web, you get a 500 error instead.

Vonkie commented 11 months 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.

tracker1 commented 10 months ago

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.