dashy
dashy copied to clipboard
[BUG] dashy.to issues
Environment
Other (Specify below)
System
Irrelevant
Version
None
Describe the problem
-
When you visit the page at dashy.to the browser will try to ask for an icon file with the url https://dashy.to/img/favicon.ico The problem is that the page in question returns a 404.
-
The Algolia search always returns nothing. Looking at the browser log all the API calls are refused with error code 403.
Looking at the source code the site uses Docusaurus and looking at the GitHub for that it seems there was recently a new major version released. I am thinking maybe these errors are related to that.
Looking at the fork for the website it seems commit 3121b108b081e346d27e8ad73394ffad5990aadd removed the favicon.ico for some reason. Maybe just missed changing favicon to reference dashy.png instead?
The algolia issue is something you apparently have to fix through a web interface
The site should probably also be updated to Docusaurus 2.0.1 instead of the beta v2
Additional info
Please tick the boxes
- [X] You have explained the issue clearly, and included all relevant info
- [X] You are using a supported version of Dashy
- [X] You've checked that this issue hasn't already been raised
- [X] You've checked the docs and troubleshooting guide
- [X] You agree to the code of conduct
If you're enjoying Dashy, consider dropping us a โญ
๐ค I'm a bot, and this message was automated
Thanks for the clear ticket @Tracreed
I'll get this fixed (on holiday atm, so might not be until next week).
This issue has gone 6 weeks without an update. To keep the ticket open, please indicate that it is still relevant in a comment below. Otherwise it will be closed in 5 working days.
This probably needs adressing as well if you @Lissy93 can tell me where this is located in github repo, i'll create a PR.
The website source is a bit of a mess ๐ซฃ
It's located in the WEBSITE/docs-site-source
branch.
And I think the bit where that data is, is this file: https://github.com/Lissy93/dashy/blob/WEBSITE/docs-site-source/src/pages/docs.js#L200-L233
It;s a docusaurus site, just run yarn
+ yarn start
if you need to run it. And dashy.to will get updated whenever anything is merged anything is merged into the WEBSITE/docs-site-source
branch.
๐ A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more! - Lissy93/dashy