mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 16:35:53 +02:00
[GH-ISSUE #166] do not overwrite server.yaml #136
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#136
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 @waclaw66 on GitHub (Mar 14, 2022).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/166
Hi,
could you please enhance rpm install script to not overwrite /etc/ntfy/server.yaml configuration. Instead of it create server.rpmnew in the usual way?
Thanks.
@binwiederhier commented on GitHub (Mar 14, 2022):
I this that's just
config|noreplacein https://github.com/binwiederhier/ntfy/blob/main/.goreleaser.yml#L62 like described here: https://goreleaser.com/customization/nfpm/I won't be able to test this. Is this correct?
@waclaw66 commented on GitHub (Mar 14, 2022):
I think
noreplacecan be used or specify them according docs...I can check it if you provide a test rpm for x86_64.
@binwiederhier commented on GitHub (Mar 14, 2022):
Pretty sure that
github.com/binwiederhier/ntfy@53e08988e7will do it, though can provide a test rpm for you shortly (probably after dinner).@binwiederhier commented on GitHub (Mar 14, 2022):
nvm, here it is: https://phil.nopaste.net/2w23NWuEDS?d=1&f=ntfy_v1.17.1-next_linux_amd64.rpm&a=yy7uex5F6b
@waclaw66 commented on GitHub (Mar 14, 2022):
Works fine now. Thanks!