mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Add Apprise integration
This commit is contained in:
parent
da0198cc0d
commit
bf4823bdbd
28 changed files with 193 additions and 4 deletions
|
@ -234,7 +234,26 @@
|
|||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Apprise</h3>
|
||||
<div class="form-section">
|
||||
<label>
|
||||
<input type="checkbox" name="apprise_enabled" value="1" {{ if .form.AppriseEnabled }}checked{{ end }}> {{ t "form.integration.apprise_activate" }}
|
||||
</label>
|
||||
|
||||
<label for="form-apprise-url">{{ t "form.integration.apprise_url" }}</label>
|
||||
<input type="text" name="apprise_url" id="form-apprise-url" value="{{ .form.AppriseURL }}" placeholder="http://apprise:8080" spellcheck="false">
|
||||
|
||||
<label for="form-apprise-services-url">{{ t "form.integration.apprise_services_url" }}
|
||||
<a href="https://github.com/caronc/apprise/wiki" target="_blank">
|
||||
{{ icon "external-link" }}
|
||||
</a>
|
||||
</label>
|
||||
<input type="text" name="apprise_services_url" id="form-apprise-services-urls" value="{{ .form.AppriseServicesURL }}" placeholder="tgram://<token>/<chat_id>/,matrix://" spellcheck="false">
|
||||
|
||||
<div class="buttons">
|
||||
<button type="submit" class="button button-primary" data-label-loading="{{ t "form.submit.saving" }}">{{ t "action.update" }}</button>
|
||||
</div>
|
||||
</div>
|
||||
<h3>Telegram Bot</h3>
|
||||
<div class="form-section">
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue