1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +00:00

feat(integration): add webhook URL per feed

This commit is contained in:
Wesley van Tilburg 2025-02-01 01:33:11 +01:00 committed by GitHub
parent b193bc212a
commit 459284ab96
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
26 changed files with 105 additions and 55 deletions

View file

@ -209,6 +209,16 @@
</select>
</details>
<details>
<summary>Webhook</summary>
<div class="form-label-row">
<label for="form-webhook-url">
{{ t "form.feed.label.webhook_url" }}
</label>
</div>
<input type="url" name="webhook_url" id="form-webhook-url" value="{{ .form.WebhookURL }}" spellcheck="false">
</details>
<div class="buttons">
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
</div>