Skip to content
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

Conditionally hide tiles depending on conditions #1921

Closed
voc0der opened this issue Feb 22, 2024 · 2 comments
Closed

Conditionally hide tiles depending on conditions #1921

voc0der opened this issue Feb 22, 2024 · 2 comments
Labels
✨ Feature A feature you'd like to be added Stale

Comments

@voc0der
Copy link

voc0der commented Feb 22, 2024

Description

I would like the ability to hide apps/tiles depending on conditions. I haven't thought of many scenarios, but the main one I'm thinking is whether or not I'm on the same IP as the server, or a CIDR subnet if handled internally.

If I'm on the same IP as the server, some apps showing up would make sense, while others not. I'm sure this could be extended with other ideas.

Priority

Low (Nice-to-have)

@voc0der voc0der added the ✨ Feature A feature you'd like to be added label Feb 22, 2024
@manuel-rw
Copy link
Collaborator

Somewhat extends on #1089.
Unlikely that we'll implement as there can be many considerations and possible problems with features like this:

  • What would we do with hidden tiles on the dashboard? Is the user allowed to edit them or drag them when they are "outside"
  • How do we deal with proxies? Do we always trust x-forwarded headers?
  • How do we detect the internal CIDR? That's probably not possible, especially when considering docker networks and Kubernetes clusters.
  • Since automatic detection is too complex, manual input and configuration would be needed.

In my opinion, the value in this feature is incredibly small. I'd suggest you that you create two identical boards using the "duplicate" button - one for external and one for internal.

Copy link

Hello 👋, this issue has been open for 60 days without activity. We mark issues to help prioritise and close dead issues. Can you confirm that this issue is still relevant on the latest version? I'll remove the stale label as soon as there is further activity on this issue. Thank you 🙏

@github-actions github-actions bot added the Stale label Apr 23, 2024
@voc0der voc0der closed this as not planned Won't fix, can't repro, duplicate, stale Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature A feature you'd like to be added Stale
Projects
None yet
Development

No branches or pull requests

2 participants