Conversation
|
I like this idea and the implementaion a lot but maybe there should be a way to add them at the agent level? Maybe a alternative "agent tags" system? |
I thought about that as well, but then we would need to store them in environment variables and send them to the hub. That feels like unnecessary data to transmit. Managing them would also be more difficult, since you’d have to update the variables on the agent each time. The approach I chose felt simpler to me, but I may have misunderstood what you meant. |
|
@svenvg93 Thank you so much for this i was looking for this feature (i am now using your fork), some suggestions if you find them useful:
|
|
Hi @reneManqueros, Thanks for the feedback!
We already show them on the system page, or did you mean somewhere else?
Thats a good idea and look into it! Maybe in an separate PR to keep the reviewing simple.
Thats a good idea and look into it! Maybe in an separate PR to keep the reviewing simple.
There is an option to filter based on tags |
My bad, i missed a file when merging branches, all good now, thanks |
# Conflicts: # internal/site/src/components/routes/system.tsx
|
@henrygd Sorry for the big change, I tried to keep everything as maintainable as possible. I hope you like what you see 😄 @reneManqueros Feel free to pull the last changes and let me know what you think! |
|
Gets better commit by commit. Love this @svenvg93 <3 |
Thanks! Im much happier with the look and feel of the last changes. |
|
@svenvg93 Screencast.From.2026-01-29.09-21-03.mp4 |
Thanks I will check it out. @reneManqueros should be fixed now! |
chore: move components to folder
Looking good now, thanks a lot @svenvg93 |
|
@henrygd Can you please merge this branch? I need this :) |
|
Looks great! Is there a way for the agent to attach tags to a node? I’m running the Beszel agent as a DaemonSet on a Kubernetes cluster with autoscaling node pools, so nodes are automatically added and removed. Being able to set tags from the agent would make it much easier to categorize these ephemeral nodes as they appear and disappear. |
Not for now, that might something we could do in a follow up pr. Let's first get this merged 😅. |
# Conflicts: # internal/site/src/components/routes/settings/layout.tsx # internal/site/src/components/routes/system/info-bar.tsx
|
@henrygd Any chance we can get this one into the next release? |
|
I have a release ready to go today, but I will try to get it in the next version if possible. |
|
Any chance this feature can be pushed into dev docker tag? Can't wait to try it |
This PR introduces a comprehensive tagging for systems, giving users greater flexibility in how they organize and view their systems.
Features
closes #87