-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QUESTION][SOLVED] I just can't seem to get my multi-page setup to work #929
Comments
If you're enjoying Dashy, consider dropping us a ⭐ |
Hi, did you succeed ? |
I haven't had time to look deeper into this, I'll try to spend some time on it again this weekend. |
So I finally was able to figure out what was going wrong, I tested against the dev server using I found out that I had switched my deployment use the My only question now would be, why do we need to |
I'll close this thread and open a new one concerning my question from the post above. |
I had this same issue, and was able to resolve it by performing a re-build through the GUI. Once that was done, the change of multiple pages was successfully reflected |
docker exec -it Dashy sh That's it |
Question
I'm trying to create a new dashy page for my frequently used links at work in a separate page, to make that my homepage in my work laptop.
I've been struggling for weeks, every now and then I keep fiddling with my
conf.yml
andpages
, but it just never seems to work out.I've looked into the issues and I see there's two groups of people, some who their setup just works, and some that can't get things working, and I'm starting to think it might be related to how the application is deployed.
I'm gonna share snippets here from my
conf.yml
andwork.yml
and see if you can spot something that's immediately looks wrong.My current setup is deployed on a local kubernetes cluster,
the request goes through
cloudflare -> firewall -> traefik (pod) -> dashy (pod)
I can verify that the
work.yml
file is accessible by doingcurl https://mydomain.com/work.yml
If I try to click the work section on the top nav I get this error on the console
Which doesn't make sense because I thought dashy would be loading the full yml file, not just searching for a
section
calledwork
Another symptom that I'm not sure if it's related, it seems that the
routingMode: hash
is not being picked up, and dashy is still usinghistory
Category
Configuration
Please tick the boxes
The text was updated successfully, but these errors were encountered: