akemin-dayo / BlueMapSkinSupport

Adds proper offline skin acquisition support to BlueMap's web UI.
MIT License
8 stars 3 forks source link

Absolute webroot paths are not interpreted correctly #1

Closed karilaa-dev closed 3 years ago

karilaa-dev commented 3 years ago

In config i type: /var/www/sBluemap But it doesn't work and it creates a folder in the server directory image

akemin-dayo commented 3 years ago

BlueMapOfflineSkinSupport does not currently support absolute paths — I'll fix this in the next version (as well as add a toggle for the log output).

If you want a quick workaround for the time being, you can use symbolic links (ln -s).

That being said, I'm curious now — what's your webroot value set to in BlueMap's render.conf and webserver.conf?

karilaa-dev commented 3 years ago

BlueMapOfflineSkinSupport does not currently support absolute paths — I'll fix this in the next version (as well as add a toggle for the log output).

If you want a quick workaround for the time being, you can use symbolic links (ln -s).

That being said, I'm curious now — what's your webroot value set to in BlueMap's render.conf and webserver.conf?

Webroot in render.conf and webserver.conf - [ ] same, is /var/www/sBluemap

akemin-dayo commented 3 years ago

Got it — I'll push out a new update with a fix for this issue soon.

akemin-dayo commented 3 years ago

This issue has been fixed as of version 1.1, which you can find here.