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-01 22:08:55 +01:00
..
static
cache.go
cache_mem.go
cache_mem_test.go
cache_sqlite.go Switch VARCHAR(N) to TEXT, as they are equivalent in SQLite 2021-12-31 16:19:41 +01:00
cache_sqlite_test.go
cache_test.go
config.go Reduce Firebase control channel keepalive message 2022-01-01 22:08:55 +01:00
config_test.go
example.html
index.gohtml Typo 2021-12-27 00:37:18 +01:00
mailer_emoji.json
message.go
ntfy.service
server.go Fix encoding issues 2021-12-28 01:26:20 +01:00
server.yml Docs docs docs 2021-12-28 17:36:12 +01:00
server_test.go Increase message size limit to 4096 2021-12-31 16:12:53 +01:00
smtp_sender.go WIP 2021-12-27 16:39:28 +01:00
smtp_sender_test.go WIP 2021-12-27 16:39:28 +01:00
smtp_server.go Flip title and message if message is empty 2021-12-28 01:41:00 +01:00
smtp_server_test.go Increase message size limit to 4096 2021-12-31 16:12:53 +01:00
topic.go
visitor.go