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

Getting or generating a key for a configuration #1248

Open
sabady opened this issue Nov 28, 2024 · 1 comment
Open

Getting or generating a key for a configuration #1248

sabady opened this issue Nov 28, 2024 · 1 comment
Labels

Comments

@sabady
Copy link

sabady commented Nov 28, 2024

Question

I am trying to run Apprise as Docker Service using the instructions from https://hub.docker.com/r/caronc/apprise :

services:
apprise:
image: caronc/apprise:latest
secrets:
- source: apprise.config.yml
target: /config/apprise_config.yml
uid: '33'
gid: '33'
mode: 0770
environment:
APPRISE_CONFIG_FILE: /config/apprise_config.yml

How can I get the configuration key (or generate one) for use with curl .

Thanks

@caronc
Copy link
Owner

caronc commented Dec 15, 2024

The keys are generated by simply browsing to the webpage:
Screenshot of GUI - Using Keys

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

No branches or pull requests

2 participants