forked from mirrors/ntfy
1
0
Fork 0
Commit Graph

758 Commits

Author SHA1 Message Date
binwiederhier dc8932cd95 Fix segault in ntfy pub 2023-06-01 14:08:51 -04:00
binwiederhier d084a415f3 Do not forward UP messages to upstream 2023-05-31 15:36:02 -04:00
nimbleghost 11f8984127 Add a way to use Docker for building everything
I’d like to test #751 on my own instance, but installing all the build
dependencies on my server isn’t ideal - having this script in the repo
would make it possible to simply point my compose file to the git repo
and have it build the Linux binary itself.

Note that it uses a somewhat “inefficient” builder step, i.e. not
combining steps together to reduce layers, as it uses a multi-stage
build to have a lean final image. This makes it easier to re-build if
something needs to change, as the cache is used more optimally.

For example, if only some go files change, most of the build is already
cached and only the go step gets re-run.

The more “efficient” builder step would look like this, but would have
to build the docs, web app and go CLI for any change in any file:

```Dockerfile
FROM golang:1.19-bullseye as builder

RUN apt-get update && \
    curl -fsSL https://deb.nodesource.com/setup_18.x | bash && \
    apt-get install -y \
    build-essential \
    nodejs \
    python3-pip

WORKDIR /app
ADD . .

RUN make web docs cli-linux-server
```
2023-05-26 22:22:21 +02:00
binwiederhier c16da26780 Release notes 2023-05-24 22:28:26 -04:00
binwiederhier 6bb5274d83 Release notes 2023-05-24 21:34:25 -04:00
binwiederhier fa29da1a32 Release notes 2023-05-23 20:19:17 -04:00
binwiederhier 6f230a796e Release notes 2023-05-23 19:23:34 -04:00
ksurl 5379474c41 add docs for generating query param for access token 2023-05-23 01:20:56 +00:00
binwiederhier 168ad8bf1b Support encoding any header as RFC 2047 2023-05-21 20:56:56 -04:00
binwiederhier 7838b253b4 Android release notes 2023-05-21 17:26:29 -04:00
binwiederhier 4ad0fb1f57 Fix docs ToC parsing issue 2023-05-19 09:25:25 -04:00
binwiederhier 3b3e6ac2cd Rename twilio-from-number to twilio-phone-number 2023-05-18 13:32:27 -04:00
binwiederhier 25d3a66f91 Upstream access token 2023-05-18 13:08:10 -04:00
nimbleghost f23d09f83f
Also update shoutrrr docs 2023-05-18 12:31:38 +02:00
nimbleghost 0c1cec2ae6
Add note about arrsuite and ntfy
Radarr, Sonarr v4, and Prowlarr no longer _require_ the use of custom shell scripts as they have native support.
2023-05-18 12:04:13 +02:00
binwiederhier ac029c389e Self-review 2023-05-17 10:39:15 -04:00
binwiederhier 2c81773d01 Add call verification 2023-05-16 22:27:48 -04:00
binwiederhier 5e18ced7d2 Docs 2023-05-16 15:02:53 -04:00
binwiederhier deb4f24856 Cont'd, getting there 2023-05-15 22:06:43 -04:00
binwiederhier 69b01bc468 Merge branch 'main' into twilio 2023-05-15 20:02:51 -04:00
binwiederhier f998d4d2ad Fix web app i18n issue in account preferences 2023-05-15 19:49:34 -04:00
binwiederhier 04b7b4284a Merge branch 'main' of github.com:binwiederhier/ntfy 2023-05-15 11:05:29 -04:00
binwiederhier e17cf676f4 Release notes 2023-05-15 10:58:37 -04:00
Alexander Wühr 4fdbd42f50
Add woodpecker-ntfy plugin to integrations.md 2023-05-15 12:14:23 +02:00
Philipp C. Heckel 8f87e9008b
Merge pull request #728 from wunter8/attachment-filename
set attachment filename when download through browser
2023-05-14 14:15:31 -04:00
binwiederhier 7c69b96fc7 Release notes 2023-05-14 13:39:31 -04:00
Hunter Kehoe 028f3aad14 release notes 2023-05-14 11:23:58 -06:00
binwiederhier f99159ee5b WIP calls, remove SMS 2023-05-12 20:01:12 -04:00
binwiederhier a26a6be62b Merge branch 'main' into twilio 2023-05-10 14:18:55 -04:00
binwiederhier 53750e42c5 Limits 2023-05-09 20:45:08 -04:00
binwiederhier 97fe5c3219 Integration list rearrange 2023-05-09 14:34:58 -04:00
Philipp C. Heckel 8b1e9336e7
Merge pull request #616 from bt90/update_integrations
Update integrations
2023-05-09 10:00:33 -04:00
binwiederhier 3c2d9040df Changelog 2023-05-09 09:38:43 -04:00
binwiederhier 559f09e7be WIP Docs 2023-05-09 09:33:01 -04:00
binwiederhier eb0805a470 Update web app with SMS and calls stuff 2023-05-07 22:28:07 -04:00
binwiederhier 5bc51eefd9 Bump deps 2023-05-07 12:17:25 -04:00
binwiederhier 1b98ea2f99 Add Kris' install video link 2023-05-05 20:14:59 -04:00
binwiederhier 683f6811aa Integrations 2023-05-04 13:38:38 -04:00
binwiederhier 6edc7cf29b Release notes 2023-05-02 14:19:56 -04:00
binwiederhier 6ad3b2e802 Remove old homepage 2023-05-01 11:58:49 -04:00
binwiederhier bce305514c Update banner in docs 2023-04-29 13:09:25 -04:00
binwiederhier 0dedbcda35 Replace favicon 2023-04-27 13:08:24 -04:00
binwiederhier 4a8ed8e65f I don't understand. 2023-04-26 12:36:00 -04:00
binwiederhier 95c4490285 Update changelog 2023-04-26 12:23:06 -04:00
binwiederhier 8a0be007c9 Bump 2023-04-26 12:16:42 -04:00
binwiederhier ef467d00ae Bump 2023-04-26 12:01:15 -04:00
binwiederhier 6b1f72fec9 Docs 2023-04-21 20:52:17 -04:00
binwiederhier 91d2603fe0 Add tests, and proper rate 2023-04-21 11:09:13 -04:00
binwiederhier 113ff55426 Merge branch 'main' of github.com:binwiederhier/ntfy 2023-04-19 22:17:24 -04:00
binwiederhier d931ce8acc Integrations 2023-04-19 22:12:40 -04:00