1
0
Fork 0
Commit graph

17 commits

Author SHA1 Message Date
Pablo Ovelleiro Corral
1c5d171b97
Merge pull request #5 from merspieler/main
Fix things up
2024-02-05 08:53:34 +01:00
merspieler
37354956d2
Another case of deprecated use fixed 2024-02-05 00:02:04 +01:00
merspieler
0f0c2ed224
Fix readme 2024-02-05 00:00:03 +01:00
merspieler
b25d625177
Fix deprecation warning 2024-02-04 23:51:34 +01:00
merspieler
aaddfe7507
Make the config name actually how it is in the readme 2024-02-04 23:51:05 +01:00
Pablo Ovelleiro Corral
23fa2327be
Merge pull request #4 from merspieler/main 2024-01-26 07:01:12 +01:00
merspieler
d6ef79c244
Fix typo in readme 2024-01-26 02:31:33 +01:00
Pablo Ovelleiro Corral
48cf817171
Merge pull request #3 from pinpox/add-license-1
Create LICENCE
2023-03-01 22:14:35 +01:00
Pablo Ovelleiro Corral
3394f22171
Create LICENCE 2023-03-01 22:14:21 +01:00
Pablo Ovelleiro Corral
220226f468
Merge pull request #1 from jaseemabid/main
Enable basic auth only if username/password is set
2023-02-14 16:18:47 +01:00
Jaseem Abid
cc35ddbe0f Enable basic auth only if username/password is set
Empty password leads to an authorization error, which isn't ideal.

Also log the response in case its an error, I think this would be handy
in case the upstream starts misbehaving. By default won't add to log
noise.

Example:

```
curl -s -u ':' -d "test" ntfy.sh/test  | jq .
{
  "code": 40101,
  "http": 401,
  "error": "unauthorized",
  "link": "https://ntfy.sh/docs/publish/#authentication"
}
```
2023-02-10 19:35:21 +00:00
Pablo Ovelleiro Corral
c658a0fd33
Add more logging 2022-11-04 08:32:26 +01:00
Pablo Ovelleiro Corral
acd656c6ea
Skip resolved messsages 2022-11-04 07:45:37 +01:00
Pablo Ovelleiro Corral
911bf2fa92
Add priority 2022-11-03 11:14:36 +01:00
Pablo Ovelleiro Corral
1beeb0a7b6
Update flake 2022-11-02 16:50:31 +01:00
Pablo Ovelleiro Corral
492d64123c
Update README.md 2022-11-02 14:48:45 +01:00
Pablo Ovelleiro Corral
4c0c0bf056
initial commit 2022-11-02 14:46:55 +01:00