1
0
Fork 0
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:
Philipp Heckel 2022-06-12 11:54:58 -04:00
parent eb2262d06e
commit cf0f002bfa
8 changed files with 703 additions and 591 deletions

View file

@ -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)