mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-23 02:02:33 +01:00
823070bf7e
instead of sending title/message templates as part of the publishing request, systems can simply reference existing templates from the server. this has two advantages a) publish URLs become shorter b) publish URLs become easier to reuse the changes backwards-compatible, as the `tpl` parameter continues to support truthy boolean values. the feature has to be enabled on the server. available templates and their content are exposed via new API endpoints. |
||
---|---|---|
.. | ||
access.go | ||
access_test.go | ||
app.go | ||
app_test.go | ||
config_loader.go | ||
config_loader_test.go | ||
publish.go | ||
publish_test.go | ||
publish_unix.go | ||
publish_windows.go | ||
serve.go | ||
serve_test.go | ||
subscribe.go | ||
subscribe_darwin.go | ||
subscribe_test.go | ||
subscribe_unix.go | ||
subscribe_windows.go | ||
tier.go | ||
tier_test.go | ||
token.go | ||
token_test.go | ||
user.go | ||
user_test.go | ||
webpush.go | ||
webpush_test.go |