mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-06-09 14:34:36 +02:00
Add version number to ntfy serve output
This commit is contained in:
parent
eb2262d06e
commit
cf0f002bfa
8 changed files with 703 additions and 591 deletions
cmd
|
@ -249,6 +249,7 @@ func execServe(c *cli.Context) error {
|
|||
conf.VisitorEmailLimitReplenish = visitorEmailLimitReplenish
|
||||
conf.BehindProxy = behindProxy
|
||||
conf.EnableWeb = enableWeb
|
||||
conf.Version = c.App.Version
|
||||
|
||||
// Set up hot-reloading of config
|
||||
go sigHandlerConfigReload(config)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue