1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-12-23 10:12:38 +01:00
ntfy/server
2022-01-22 14:47:27 -05:00
..
static
auth_simple.go All the auth things are working now 2022-01-22 14:47:27 -05:00
cache.go
cache_mem.go
cache_mem_test.go
cache_sqlite.go All the auth things are working now 2022-01-22 14:47:27 -05:00
cache_sqlite_test.go
cache_test.go
config.go
config_test.go
errors.go WIP: Auth in 80 lines of code :-) 2022-01-21 22:22:27 -05:00
example.html
file_cache.go
file_cache_test.go
index.gohtml
mailer_emoji.json
ntfy.service
server.go All the auth things are working now 2022-01-22 14:47:27 -05:00
server.yml Update server.yml docs 2022-01-20 20:40:12 -05:00
server_test.go Store encoding in cache database 2022-01-17 19:14:51 -05:00
smtp_sender.go
smtp_sender_test.go
smtp_server.go
smtp_server_test.go
topic.go
types.go Handle binary messages for UnifiedPush 2022-01-17 13:28:07 -05:00
util.go
util_test.go
visitor.go