mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-14 16:43:37 +02:00
Listen on Unix socket
This commit is contained in:
parent
014b561b29
commit
0b0595384e
3 changed files with 53 additions and 21 deletions
server
|
@ -36,6 +36,7 @@ type Config struct {
|
|||
BaseURL string
|
||||
ListenHTTP string
|
||||
ListenHTTPS string
|
||||
ListenUnix string
|
||||
KeyFile string
|
||||
CertFile string
|
||||
FirebaseKeyFile string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue