-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
Support APPRISE_URI environment variable #1228
Comments
To be fair this was really easy too with a |
Using the secrets is a much safer choice IMO, good on you for figuring out a very good workaround |
@caronc I disagree but 🤷 to each their own, thanks for this tool I love it |
So do you feel the environment variable should still kick in if defined? Not sure why you closed the ticket a few hours after opening it then 🙃. I'll reopen and keep it queued. This request is different than the issue you referenced. The one you linked to requests dynamic variables in the configuration file. You're proposing using pre loaded URLs if none were otherwise specified and no configuration file was found. Would that statement be correct? |
See attached PR; the good news is there actualy already is and I updated the documentation and added more variables for the future. |
Code mered; closing ticket |
I found a solution so I"m good to go, hate leaving something open if I don't need it.
Yeah that's why I said "similar-ish" and still opened a new ticket.
Thank you so much! Will be really nice to use, I'm a bit nervous about the comma/space delimiter but most api keys are friendly enough about commas that we should be ok. |
💡 The Idea
https://github.com/caronc/apprise?tab=readme-ov-file#command-line-usage
It'd be great if one of these were
This is similar-ish to #1156 , but I think it's a much easier implementation.
I do this all the time with custom notifications with https://hub.meltano.com/loaders/target-apprise but right now I have a use case with GitHub actions that would be very nice. Someone made a GitHub action here: https://github.com/marketplace/actions/apprise-notification, which also does this, but I think implementing this feature would make this work in many CI automation use cases.
🔨 Breaking Feature
I don't think so
The text was updated successfully, but these errors were encountered: