image-icons with BASE_URL set don't seem to work. #274
-
I've set the Environment Variable BASE_URL in my docker-compose, and all the compiled assets are working fine, however image-icons are not. - title: Grafana
url: https://example.com/grafana/
icon: grafana.png That icon is in the volume specified here: services:
dashy:
# To build from source, replace 'image: lissy93/dashy' with 'build: .'
# build: .
image: lissy93/dashy
container_name: dashy_dashy
# Pass in your config file below, by specifying the path on your host machine
volumes:
- ./config.yml:/app/public/conf.yml
- ./icons:/app/public/item-icons
# Set any environmental variables
environment:
- NODE_ENV=production
- BASE_URL=/dashy All the image-icons specified are not honoring that BASE_URL. Did I find a bug? Did I configure something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hmm I'll look into this this evening, it sounds like a bug |
Beta Was this translation helpful? Give feedback.
-
Heya @dkowis |
Beta Was this translation helpful? Give feedback.
Heya @dkowis
Sorry for the delay on this, this is now fixed in version 1.8.7 merged in #273
Feel free to reach out if you need anything else, have a great weekend :)