Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
17.07k stars 1.31k forks source link

[QUESTION] How can I restore dashy_conf.yml ? #1671

Closed AndKe closed 1 month ago

AndKe commented 1 month ago

Question

so I did backup using a dashy_conf.yml , but how(where in the UI) do I restore it?

Category

Setup and Deployment

Please tick the boxes

CrazyWolf13 commented 1 month ago

Hi This depends on how you backed up dashy, did you use cloud backup? Then you need the ID and Password which were showed during the backup.

Otherwise, they should be located in /app/user-data/config-backups, mostly you should have user-data folder mapped to a folder on your host through a docker volume.

AndKe commented 1 month ago

I backed up using the view(Export config: image then "download as a file"

And I would guess that there is/should be a GUI place to import a exported config (or not?) How can I insert that data again?

CrazyWolf13 commented 1 month ago

You can insert the data, as always when editing the config file, when setting up the docker container you need to make a volume bind mount from ~/dashy/:/app/user-data/ for example, then you can manually edit the conf.yml inside that mapped folder.

https://dashy.to/docs/quick-start

AndKe commented 1 month ago

thank you, it worked fine.