mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Update install.md - include Windows server
Add notes on running the server under Windows
This commit is contained in:
parent
b4f15ec9d4
commit
2d75b55e34
1 changed files with 5 additions and 1 deletions
|
@ -223,12 +223,16 @@ brew install ntfy
|
|||
|
||||
|
||||
## Windows
|
||||
The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe` only) is supported on Windows as well.
|
||||
The [ntfy CLI](subscribe/cli.md) (`ntfy publish` and `ntfy subscribe`) as well as ntfy server is supported on Windows as well.
|
||||
To install, please [download the latest ZIP](https://github.com/binwiederhier/ntfy/releases/download/v2.11.0/ntfy_2.11.0_windows_amd64.zip),
|
||||
extract it and place the `ntfy.exe` binary somewhere in your `%Path%`.
|
||||
|
||||
The default path for the client config file is at `%AppData%\ntfy\client.yml` (not created automatically, sample in the ZIP file).
|
||||
|
||||
To use the server you can either specify options via the commandline or use a server.yml file by running: ntfy.exe serve --config YOURPATH\server.yml
|
||||
|
||||
It's possible to run the server as a Windows service. The recommended command to install ntfy server as a service is: sc.exe create ntfy start= auto binPath= "YOURPATH\ntfy.exe serve --config YOURPATH\server.yml"
|
||||
|
||||
Also available in [Scoop's](https://scoop.sh) Main repository:
|
||||
|
||||
`scoop install ntfy`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue