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

List of available/stored configurations #200

Open
armond-avanes opened this issue Jun 30, 2024 · 4 comments
Open

List of available/stored configurations #200

armond-avanes opened this issue Jun 30, 2024 · 4 comments
Labels
enhancement New feature or request

Comments

@armond-avanes
Copy link

💡 The Idea
The idea here is to have a list of stored configurations on the web UI and to be able to click on any of them to see their details. If I'm missing something here and the feature is already implemented, please let me know.

@armond-avanes armond-avanes added the enhancement New feature or request label Jun 30, 2024
@caronc
Copy link
Owner

caronc commented Jul 1, 2024

This unfortunately can't work with hash mode, but is doable with simple. The only other caveat is it removes the anominty and protection of hiding keys (treating them like webooks). Hence, the system becomes a single user type setup since there is no differentiation between a user or an admin (as an example).

So a feature like this would need to be(by default) disabled unless explicitly turned on.

@armond-avanes
Copy link
Author

@caronc Would you please help me to enable this feature in simple mode? When I click on Configuration Manager, it takes me to just one of my configuration (it's either a random one or the first one in alphabetical order) with no other links to the remaining ones. It would be great to have the list of all configurations on Configuration Manager page and clicking on any one them would take you to the details page.

@caronc
Copy link
Owner

caronc commented Jan 20, 2025

The feature doesn't exist, i was just pointing out that there would be caveats to your request as there is no database component. So the different modes would function very differently

@armond-avanes
Copy link
Author

By setting a specific env variable to TRUE (which defaults to FALSE), you can just scan for all config/*.cfg files and list their names, along with linking them to their config specific page, on the dashboard.

The use case for my homelab is that I have several docker apps using Apprise API to send notifications, and I want to have a track of what apps have been set up on my Apprise API instance. I know I can check the Apprise API config directory or check my homelab automation codes to see the list, but I want to have an easier and intuitive way (through Apprise GUI) to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants