1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-02 16:38:37 +00:00

feat(integrations/ntfy): make ntfy topics configurable per feed, with default one as fallback

This commit is contained in:
Uziskull 2025-02-24 01:41:51 +00:00
parent 3b8ac8b16a
commit 80ca9b240b
27 changed files with 69 additions and 23 deletions

View file

@ -191,6 +191,12 @@
<details {{ if .form.NtfyEnabled }}open{{ end }}>
<summary>Ntfy</summary>
<label><input type="checkbox" name="ntfy_enabled" value="1" {{ if .form.NtfyEnabled }}checked{{ end }}> {{ t "form.feed.label.ntfy_activate" }}</label>
<div class="form-label-row">
<label for="form-ntfy-topic">
{{ t "form.feed.label.ntfy_topic" }}
</label>
</div>
<input type="text" name="ntfy_topic" id="form-ntfy-topic" value="{{ .form.NtfyTopic }}" spellcheck="false" autocomplete="off">
<div class="form-label-row">
<label for="form-ntfy-priority">
{{ t "form.feed.label.ntfy_priority" }}