dashy icon indicating copy to clipboard operation
dashy copied to clipboard

own config not loaded after upgrade to 3.1 <title>

Open quinti123 opened this issue 1 year ago • 3 comments

Question

hi there, ive upgraded from 2.1.2 to 3.1.0 Port is changed to 8080 this was my volume config before: volumes: - /var/lib/docker/volumes/dashy/my-config.yml:/app/public/conf.yml - /var/lib/docker/volumes/dashy/meters.yml:/app/public/meters.yml - /var/lib/docker/volumes/dashy/haus.yml:/app/public/haus.yml - /var/lib/docker/volumes/dashy/buero.yml:/app/public/buero.yml - /var/lib/docker/volumes/dashy/grafana.yml:/app/public/grafana.yml - /var/lib/docker/volumes/dashy/icons:/app/public/item-icons/icons

ive changed to volumes: - /var/lib/docker/volumes/dashy/:/app/public/

but now i have only the default page

Category

Setup and Deployment

Please tick the boxes

quinti123 avatar May 20 '24 17:05 quinti123

I've had to change

  • /volumes/dashy/my-config.yml:/app/user-data/conf.yml

I also had to change the IP port mapping to 4000:8080 instead of 4000:80, not if I mist another update in the meantime.

Tony

defmondo avatar May 21 '24 00:05 defmondo

These are both breaking changes for v3: https://github.com/Lissy93/dashy/discussions/1529

twsouthwick avatar May 21 '24 01:05 twsouthwick

Hi Tony

Yes you are right, dashy V3 introduced a new to load the config so no more rebuilds are required, and also a lot of other nice things.

The breaking changes were a switch from port 80 to port 8080.

The switch of all configs (not icons or item-icons) to user-data folder.

Do you still experience any problems or does everything work after changing those things?

CrazyWolf13 avatar May 21 '24 03:05 CrazyWolf13

Issue closed due to no response from user.

liss-bot avatar Jun 02 '24 01:06 liss-bot