1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 02:02:33 +01:00
ntfy/server
2022-03-15 16:00:59 -04:00
..
config.go Add --web-root switch 2022-03-05 21:28:25 -05:00
config_test.go
errors.go More tests; enough! 2022-02-03 22:26:22 -05:00
example.html
file_cache.go
file_cache_test.go
mailer_emoji.json
message_cache.go Rename cache to messageCache 2022-02-27 14:47:28 -05:00
message_cache_test.go Rename cache to messageCache 2022-02-27 14:47:28 -05:00
ntfy.service
server.go PUT/POST as JSON, relates to #133 2022-03-15 16:00:59 -04:00
server.yml Add --web-root switch 2022-03-05 21:28:25 -05:00
server_firebase.go
server_firebase_test.go Allow 'ntfy access --reset' 2022-02-01 12:23:11 -05:00
server_test.go Fix brittle test 2022-03-13 21:30:14 -04:00
smtp_sender.go
smtp_sender_test.go
smtp_server.go
smtp_server_test.go
topic.go
types.go PUT/POST as JSON, relates to #133 2022-03-15 16:00:59 -04:00
util.go Fully support auth in Web UI; persist users in localStorage (for now); add ugly ?auth=... param 2022-02-25 23:25:04 -05:00
util_test.go
visitor.go