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:
parent
3b8ac8b16a
commit
80ca9b240b
27 changed files with 69 additions and 23 deletions
|
@ -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" }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue