mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #624] Empty bind mounted directories and no server.yml? #465
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#465
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 @DoTheEvo on GitHub (Feb 20, 2023).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/624
ntfy works and all is fine, but my bind mounted directories are empty, is it normal?
here is my docker-compose.yml
I tried adding
user: rootjust to see if its not permission issue, but no change.I am kinda confused on this, as when I down it and recreate the stuff is there... but apparently its saved by browser and in another browser its not there.
Interesting, though something is not right about this if I would want to go with users and passwords
@binwiederhier commented on GitHub (Feb 20, 2023):
This is normal. The Docker instructions have a big fat "info" box that says that "Docker image does not contain a /etc/ntfy/server.yml file".
When you're not logged into the web app (you need
enable-login: trueto allow that), everything is stored in the browser storage. This is similar to the Android app, for which everything is stored on the device. The account sync feature will allow syncing between devices. That will come soon-ish.@DoTheEvo commented on GitHub (Feb 20, 2023):
Thanks!