mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-15 15:45:49 -06:00
[GH-ISSUE #375] [Question] Sending messages from commandline with docker #288
Labels
No labels
ai-generated
android-app
android-app
android-app
build
build
dependencies
docs
enhancement
enhancement
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
server
server
unified-push
web-app
website
🔒 security
🔥 HOT
🪲 bug
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ntfy#288
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @phirestalker on GitHub (Aug 5, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/375
I have ntfy running via docker-compose. I have set up authentication and access control for my topics. What is the recommended way to allow the root user of the docker image to publish to a topic?
@binwiederhier commented on GitHub (Aug 6, 2022):
I'm not sure I follow. If you've set up user/ACLs then why don't you just use one of them to publish? There is no magic back door for local users or inside of docker, if that's what you're asking
@phirestalker commented on GitHub (Aug 6, 2022):
No, not really. I guess the easiest way is to set some environment
variables. I was skimming the help and realized that it accepts them for
the username and pass.
On Fri, Aug 5, 2022 at 6:38 PM Philipp C. Heckel @.***>
wrote: