dashy icon indicating copy to clipboard operation
dashy copied to clipboard

[BUG] dashy.to issues

Open Tracreed opened this issue 2 years ago โ€ข 5 comments

Environment

Other (Specify below)

System

Irrelevant

Version

None

Describe the problem

  1. 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.

  2. 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

image

Please tick the boxes

Tracreed avatar Aug 22 '22 19:08 Tracreed

If you're enjoying Dashy, consider dropping us a โญ
๐Ÿค– I'm a bot, and this message was automated

liss-bot avatar Aug 22 '22 19:08 liss-bot

Thanks for the clear ticket @Tracreed

I'll get this fixed (on holiday atm, so might not be until next week).

Lissy93 avatar Aug 23 '22 11:08 Lissy93

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.

liss-bot avatar Sep 23 '22 01:09 liss-bot

This probably needs adressing as well if you @Lissy93 can tell me where this is located in github repo, i'll create a PR.

image

CrazyWolf13 avatar Feb 27 '24 18:02 CrazyWolf13

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

Lissy93 avatar Feb 27 '24 21:02 Lissy93