Commit Graph

1384 Commits

Author SHA1 Message Date
Philipp Heckel 162dc1dbfa Thank you @eanplatter, @jesse-persons and @richardklafter for your sponsorship 2022-11-08 14:05:36 -05:00
TAKAHASHI Shuuji 303cb3f8f8
docs: fix link syntax error 2022-11-08 23:14:37 +09:00
Philipp Heckel 4b9bb0ff2a Release notes 2022-11-07 06:44:53 -05:00
Philipp C. Heckel cb247f3317
Merge pull request #466 from jpmens/ios_clarification
clarify iOS sending "New message"
2022-11-07 06:43:15 -05:00
Philipp C. Heckel 3972b2763d
Merge pull request #470 from snh/patch-1
docs: fix addr-prefix type
2022-11-07 05:13:48 -05:00
Philipp Heckel e2dd5f3da0 Release notes 2022-11-07 05:08:21 -05:00
Philipp Heckel 0b3173ada9 Links 2022-11-07 05:06:04 -05:00
Philipp C. Heckel f3174f822f
Merge pull request #469 from ollien/fetch-get-body
Fix bug where GET or HEAD action requests could not be made from the web client
2022-11-07 05:05:51 -05:00
Steven Honson 37ed7ef7bc docs: bonus fix 2022-11-07 19:09:03 +11:00
Steven Honson cc3b9b89bf
docs: fix addr-prefix type 2022-11-07 19:05:27 +11:00
Nick Krichevsky 93cacc3a53 Fix bug where GET or HEAD action requests could not be made from the web client
Closes #468
2022-11-06 22:07:10 -05:00
Maciek 0234041e1e re-format and cleanup 2022-11-05 15:42:56 +01:00
Maciek 2fb7523d06 Rolled back formatting on existing manual docs. 2022-11-05 14:28:26 +01:00
Maciek 95e087390f Merge branch 'main' of https://github.com/binwiederhier/ntfy 2022-11-05 14:13:14 +01:00
Maciek 0821b8a25f Update branch to fit main 2022-11-05 14:12:57 +01:00
Jan-Piet Mens e320fef0c3 clarify iOS sending "New message"
closes https://github.com/binwiederhier/ntfy/issues/465
2022-11-05 10:14:08 +01:00
Philipp Heckel e874f66572 More projects, more blog posts 2022-11-03 22:26:17 -04:00
Philipp Heckel 72d568db11 Thank you @12nick12 for your donation 2022-11-03 21:43:45 -04:00
Philipp Heckel 88e80aa252 Add alertmanager-ntfy to integrations page 2022-11-03 11:07:34 -04:00
Maciek 2b823556b3 Created documentation for kustomization deployment 2022-11-02 20:27:27 +01:00
Philipp Heckel 38441a2bd3 Additional nginx config 2022-11-02 14:24:59 -04:00
Philipp Heckel 93fe19b4ed Merge branch 'main' into patch-1 2022-11-02 14:08:05 -04:00
Philipp Heckel 67d0fdd9b6 Bump deps, updated changelog 2022-11-02 14:07:26 -04:00
Philipp Heckel 63f3774c41 Merge branch 'main' of github.com:binwiederhier/ntfy 2022-11-02 13:51:58 -04:00
Philipp C. Heckel 7120dd5a27
Merge pull request #447 from SuperSandro2000/NTFY_USER
Allow reasding subscribe credentials from NTFY_USER env
2022-11-02 13:51:47 -04:00
Philipp Heckel c44c1aa237 Updated release notes 2022-11-02 10:29:06 -04:00
Philipp Heckel 5997761051 Merge branch 'main' of github.com:binwiederhier/ntfy 2022-11-02 10:26:16 -04:00
Philipp Heckel a17c294081 Syntax highlighting for yml examples 2022-11-02 10:25:59 -04:00
Philipp C. Heckel 78d36a6d1d
Merge pull request #462 from wamserma/patch-1
Add info for self-hosting on NixOS.
2022-11-02 10:23:07 -04:00
Markus Wamser afac9ad5d3
Add info for self-hosting on NixOS. 2022-11-02 14:43:57 +01:00
Philipp C. Heckel 2c59fd8bdb
Merge pull request #456 from jpmens/patch-1
Add ansible-ntfy to Ansible section
2022-10-31 11:13:19 -04:00
Jan-Piet Mens 147774761b
Add ansible-ntfy to Ansible section 2022-10-30 09:34:21 +01:00
Philipp Heckel 62cd517223 Added ansible-ntfy to integrations list 2022-10-29 21:46:56 -04:00
Philipp Heckel 29b6517257 Add r/ntfy to README 2022-10-28 21:03:52 -04:00
Philipp Heckel 8b9cef7044 New link, new public server 2022-10-28 15:14:41 -04:00
Philipp Heckel 0e021dc1ce Protecting the apple tree 2022-10-27 15:09:46 -04:00
Philipp Heckel 22c90d557b Link to ntfy-to-slack 2022-10-26 22:55:32 -04:00
Philipp Heckel c02f7dd14d Release notes 2022-10-26 11:19:42 -04:00
Philipp C. Heckel fb64d03479
Merge pull request #452 from gmemstr/kubernetes-docs
Add self-hosted Kubernetes steps
2022-10-26 11:14:08 -04:00
Gabriel Simmer 956e092413
Tidy up examples, StatefulSet example 2022-10-26 16:00:17 +01:00
Gabriel Simmer 9d85cfa062
Add self-hosted Kubernetes steps 2022-10-26 13:30:05 +01:00
Philipp Heckel be1ba135e6 Thank you @JonDerThan for the donation 2022-10-24 12:10:40 -04:00
Sandro 2d39ae1d1a
Remove buffering from nginx config, make config secure by default
Turning off proxy buffering is not recommend by upstream https://www.nginx.com/blog/avoiding-top-10-nginx-configuration-mistakes/#proxy_buffering-off by default. And making configuration more secure by removing TLSv1 TLSv1.1 and redirecting to https all the time to never leak credentials.

PS: https is not annoying and curl can follow redirects with -L.
2022-10-23 15:52:30 +02:00
Sandro Jäckel df9fe7f8d0
Allow reasding subscribe credentials from NTFY_USER env 2022-10-21 19:45:35 +02:00
Philipp Heckel 1d6b792197 Merge branch 'main' of github.com:binwiederhier/ntfy 2022-10-21 10:33:50 -04:00
Philipp Heckel aaa6de9f26 Release notes 2022-10-21 10:32:16 -04:00
Philipp C. Heckel 536b5d364a
Merge pull request #443 from wunter8/441-server-url-publish-trailing-slash
strip trailing slash after server url in publish dialog
2022-10-21 10:29:59 -04:00
Philipp Heckel 87f112c9b7 Add @johnnyip sponsor tag. Thank You Johnny! 2022-10-21 10:21:01 -04:00
Hunter Kehoe cf370bfdda strip trailing slash after server url in publish dialog
fixes #441
2022-10-18 22:02:04 -06:00
Philipp Heckel 0d46bfa76e ntfy-dotnet lib 2022-10-18 23:43:56 -04:00