-
Notifications
You must be signed in to change notification settings - Fork 5
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
Brilliant #212
Comments
Oh - and I don't know how edge case this is - but it'd be nice to have the ability to set the headers the dashboard authenticates against. I had to have my idp rewrite the headers, which was workable, but it'd allow it to be easier to use for sure. That and parse/strip the header values. I had to write a custom expression to pass the groups header properly out of Authentik, and couldn't figure out why it wasn't working. Turns out it was getting hung up on newlines, so if there was a way to strip newlines/whitespace, that might help? |
thanks for your positive feedback :) |
Hubleys was my "learning Sveltekit" project. So I had to refactor a bit in order to implement new features. But I think it was worth it.
now possible via /data/users/default-config.json
new dashboard settings ui
that one was a bit tricky. a popup on tile hover is not mobile friendly. and small (?) popups tend to overload the ui.
now possible via env vars, see https://github.com/knrdl/hubleys-dashboard/blob/main/Dockerfile#L49
tried to implement that: https://github.com/knrdl/hubleys-dashboard/blob/main/src/hooks.server.ts#L13 From your PR: #213
that one should be fixed now too |
Having an issue with the edge build. It's 404ing and the container is reporting unhealthy. I've deleted and set perms on the data folder, so i'm not sure what's going on. I'll keep poking at it. |
Would there be a new or different header requirement from the current docker image from Oct 27th? I'm not sure what the issue is. I have it reverse proxied through traefik using docker labels, which works great for the previous version but is throwing a 404 with the edge build. I've set log level to debug through ENV, but the container isn't actually throwing errors
Here is the docker config I'm using
stack.env has
I've cleared out the data folder as well, made sure permissions were right. The docker compose works perfectly with the current build |
the healthcheck was broken, so it always reported unhealthy ... now fixed. Traefik ignores starting and unhealthy containers. So from traefik's point of view, your routing rules simply didn't exist. |
Thanks for the update. Been going through and testing things I've tested the default settings, icon positions, messages, subtitles and they're all working flawlessly The headers seem to be working as well. The only issue i've run into with the edge build is that my svg icons will no longer render. I needed to use png instead |
svg icons work flawlessly for me in firefox and chrome. not sure where that problem comes from |
very good observation! you were right, I tested wrong ... now fixed |
It's working great. I'm going to go ahead and close out this issue! Thanks for all the changes, I honestly didn't expect you to jump on them and knock them all out. Thanks a billion. |
I've tried both v0.1.0 as well as edge, but my instance appears to have an issue rendering svg icons as well? It was working back on v0.6.0 Any advice on how to troubleshoot? Preferred browser is Chrome |
please provide more details: what problems exactly? icon filename? icon content? |
All of my icons are .svg files, and it seems like now none of the files are being pulled/rendered correctly? (FYI, I am not a coder/developer; just an advanced homelaber). Image attached of what my screen is like. I have cleared all cookies, history, used a new browser (Firefox); but still the same end result. There are no error logs in my Hubley's instance. I've seen before where I map an icon incorrectly and the log notifies me of the files not being found/accessible, but there are no errors |
that is odd. please check:
if the wekan logo file is "wekan.svg", please open in the browser https://yourhubleys.instance/logo/wekan ... you should see the image being displayed please also provide your docker-compose.yaml or k8s manifest for hubleys |
|
ahh, you are not supposed to use the full image path in |
Amazing, you have no idea how many variations I tried lol Thank you! All working |
Seriously - this is the first of its kind in self hosted dashboards. Agnostic OIDC allowing me to restrict dashboard items based on groups is something I wanted for a long time!
If you take feature requests, i'd love the ability to be able to set default settings for my users (default them to unsplash or a custom wallpaper, for example)
It'd also be nice to be able to choose different locations for the apps to appear, like just under the search bar.
One last ask, would be to have a help text option, that would either display additional text information about a tile either on hover, or attached to a small ? on each tile with the property. Or however else.
Anyways, thank you again. So happy this exists.
The text was updated successfully, but these errors were encountered: