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
When I try to use the statuscheck in the config I get error saying "should NOT have additional property: statusCheck".
I'm running this on a fresh VM on Photon OS in VMware Workstation/ESXi. I tried cloning via git clone and manual dl and ftp. I'm using docker-compose to build it , I have tried running the default config and editing it. I tried importing my config into docker playground and it worked there.
Also the clone command in the instructions doesn't work.
The text was updated successfully, but these errors were encountered:
When I try to use the statuscheck in the config I get error saying "should NOT have additional property: statusCheck".
You've not got the latest version of code. Status indicators were added in #34, and that attribute is defined in the schema. Try updating to the latest version, and you should be good to go :)
Example Output
I just did a fresh run on PWD, and it seems to be working
Also the clone command in the instructions doesn't work.
That error message is informing you that you are not authenticated. You can log in with git, by adding your SSH key to the keychain (this tutorial might help you). Alternatively, just clone via https, by running: git clonehttps://github.com/Lissy93/dashy.git
Hope that helps, feel free to update this issue if your still having trouble
Thanks for the help. I got it running after updating it via docker pull lissy93/dashy:latest. Is it normal that git clone doesn't pull the latest version, since I had to update even though I just cloned it for the first time after all.
Nope, git clone will always pull down the latest code, but it won't keep it updated, for that you need to run git pull origin master to fetch the latest. Here's a quick guide on keeping Dashy updated.
When I try to use the statuscheck in the config I get error saying "should NOT have additional property: statusCheck".
I'm running this on a fresh VM on Photon OS in VMware Workstation/ESXi. I tried cloning via git clone and manual dl and ftp. I'm using docker-compose to build it , I have tried running the default config and editing it. I tried importing my config into docker playground and it worked there.
Also the clone command in the instructions doesn't work.
The text was updated successfully, but these errors were encountered: