Allan
f74f1b718f
Use /usr/local/bin instead of /usr/bin
...
This commit makes the placement of binaries consistent on Linux.
ntfy currently recommends /usr/local/bin for amd64 Linux but not for arm Linux.
- replaced all instances of `/usr/bin/ntfy` with
`/usr/local/bin/ntfy`
- replaced two instances of `/usr/bin` with `/usr/local/bin`
- in Dockerfile and Dockerfile-arm, the line is changed to `COPY ntfy /usr/local/bin`
2024-10-11 10:53:11 -04:00
binwiederhier
ef302d22a9
Avoid panic if user.Current() fails; add logging to "ntfy subscribe" to help figure out what's wrong
2024-03-07 15:56:20 -05:00
binwiederhier
22f48c5ad3
Change mod path
2023-11-16 20:54:58 -05:00
Hunter Kehoe
b80aec90d0
fixes #829
2023-08-06 22:44:55 -06:00
binwiederhier
2b5a1a7a1c
Documentation
2023-07-08 21:45:03 -04:00
binwiederhier
f58c1e4c84
Fix previous fix
2023-06-01 16:01:39 -04:00
binwiederhier
dc8932cd95
Fix segault in ntfy pub
2023-06-01 14:08:51 -04:00
Hunter Kehoe
1797dec2ba
include auth headers with using ntfy sub --poll --from-config
2023-03-06 18:14:52 -07:00
Hunter Kehoe
25be5b47e4
allow default-token and per-subscription tokens in client.yml
2023-03-05 22:57:51 -07:00
binwiederhier
70aa384bc3
Docs for access tokens
2023-02-13 21:35:58 -05:00
binwiederhier
7cc8c81bd8
Continued logging work
2023-02-05 23:34:27 -05:00
Hunter Kehoe
85eb9160d8
ntfy pub
: use default-user
and default-password
from client.yml
...
fixes #431
2022-10-09 08:34:23 -06:00
Hunter Kehoe
ce392de0a8
allow empty password in client.yml
...
fixes #374
2022-10-09 07:50:37 -06:00
Philipp Heckel
419bfecd6f
Reformatting, make update
2022-09-27 12:37:02 -04:00
Philipp Heckel
ae1fb74ac6
Merge branch 'main' of github.com:binwiederhier/ntfy into icons
2022-09-10 23:22:48 -04:00
Hunter Kehoe
613d5d554f
add example config for default-user, default-password, default-command
2022-07-31 16:46:56 -06:00
Hunter Kehoe
8956837443
add default-user, default-password, and default-command options to client.yml config
2022-07-31 13:12:38 -06:00
Hunter Kehoe
99886d7f66
change icon from object to string
2022-07-17 15:40:24 -06:00
Hunter Kehoe
04f2535e92
linting
2022-07-16 14:22:23 -06:00
Hunter Kehoe
d519fd999b
notification icons
2022-07-16 14:13:46 -06:00
Philipp Heckel
39b1de3320
Fix log
2022-06-02 14:38:38 -04:00
Philipp Heckel
e12995e218
Logging in subscribe and publish command
2022-06-02 11:59:22 -04:00
Philipp Heckel
712c292183
More docs
2022-04-20 16:31:25 -04:00
lrabane
b89c18e83d
Add support for auth in client config
2022-02-17 20:38:33 +01:00
Philipp Heckel
3902599c52
More tests; enough!
2022-02-03 22:26:22 -05:00
Philipp Heckel
1552d8103e
More docs docs docs
2022-02-01 23:39:57 -05:00
Philipp Heckel
df4585af6b
Attachment comment
2022-01-15 23:53:40 -05:00
Philipp Heckel
707c58a120
Do not print ugly WS error; tests
2022-01-15 22:33:35 -05:00
Philipp Heckel
38b28f9bf4
CLI; docs docs docs
2022-01-12 21:24:48 -05:00
Philipp Heckel
7a7e7ca359
Add docs for click action
2022-01-05 00:11:36 +01:00
Philipp Heckel
3bc8ff0104
Docs
2021-12-25 00:57:02 +01:00
Philipp Heckel
f553cdb282
Continued e-mail support
2021-12-24 15:01:29 +01:00
Philipp Heckel
6779d9dd1f
Add NTFY_RAW
2021-12-23 00:16:28 +01:00
Philipp Heckel
85939618c8
Fix Poll(); yeyy tests
2021-12-22 23:45:19 +01:00
Philipp Heckel
fe5734d9f0
Tests for cliet package
2021-12-22 23:20:43 +01:00
Philipp Heckel
6a7e9071b6
Tests, client tests WIP
2021-12-22 14:17:50 +01:00
Philipp Heckel
68d881291c
Docs, LoadConfig, config test
2021-12-22 13:46:17 +01:00
Philipp Heckel
9315829bc4
Query filters
2021-12-21 21:22:27 +01:00
Philipp Heckel
85b4abde6c
Docs
2021-12-20 20:46:51 -05:00
Philipp Heckel
edb6b0cf06
More docs, still WIP
2021-12-19 23:04:55 -05:00
Philipp Heckel
f24855ca9a
Documentation, fix test, return JSON on publish, add --quiet flag for publish
2021-12-19 21:01:49 -05:00
Philipp Heckel
e3dfea1991
Docblocks, a handful of tests, but not enough
2021-12-19 14:27:26 -05:00
Philipp Heckel
fa9d6444f5
Move config files and folders
2021-12-18 22:02:36 -05:00
Philipp Heckel
2c1989beb0
I think we're getting there
2021-12-18 16:12:36 -05:00
Philipp Heckel
f266afa1de
WIP CLI
2021-12-18 14:43:27 -05:00
Philipp Heckel
a1f513f6a5
WIP CLI
2021-12-17 09:32:59 -05:00
Philipp Heckel
1e8421e8ce
WIP: CLI, relates to #46
2021-12-16 20:33:01 -05:00