You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use docker on ubuntu server hosted by hostinger. The path that where my conf.yml file is /root/dashy/public/conf.ym. Still I cannot get Dashy to see the conf.yml file. I have tried many things over the past week trying to get this to connect and cannot. I have checked the repository for any information on how to make this happen and I cannot find any help. I am used the following to start dashy;
any suggestions would be appreciated. Everything works except that I need to create a user name and password to secure this instance. My .yml file is already created.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I use docker on ubuntu server hosted by hostinger. The path that where my conf.yml file is /root/dashy/public/conf.ym. Still I cannot get Dashy to see the conf.yml file. I have tried many things over the past week trying to get this to connect and cannot. I have checked the repository for any information on how to make this happen and I cannot find any help. I am used the following to start dashy;
docker run -d
-p 8080:8080
--volume /root/dashy/public/conf.yml:/app/public/conf.yml
--volume /root/dashy/icons:/app/public/item-icons/icons
--name dashy
--restart=unless-stopped
lissy93/dashy:latest
root@srv828246:~/dashy#
any suggestions would be appreciated. Everything works except that I need to create a user name and password to secure this instance. My .yml file is already created.
Beta Was this translation helpful? Give feedback.
All reactions