caronc / apprise-api

A lightweight REST framework that wraps the Apprise Notification Library
https://hub.docker.com/r/caronc/apprise
MIT License
572 stars 49 forks source link

List of available/stored configurations #200

Open armond-avanes opened 4 days ago

armond-avanes commented 4 days ago

:bulb: 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.

caronc commented 4 days ago

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.