@@ -30,37 +30,37 @@ deb/rpm packages.
3030
3131=== "x86_64/amd64"
3232 ```bash
33- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_amd64.tar.gz
34- tar zxvf ntfy_2.7 .0_linux_amd64.tar.gz
35- sudo cp -a ntfy_2.7 .0_linux_amd64/ntfy /usr/local/bin/ntfy
36- sudo mkdir /etc/ntfy && sudo cp ntfy_2.7 .0_linux_amd64/{client,server}/* .yml /etc/ntfy
33+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_amd64.tar.gz
34+ tar zxvf ntfy_2.8 .0_linux_amd64.tar.gz
35+ sudo cp -a ntfy_2.8 .0_linux_amd64/ntfy /usr/local/bin/ntfy
36+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.8 .0_linux_amd64/{client,server}/* .yml /etc/ntfy
3737 sudo ntfy serve
3838 ```
3939
4040=== "armv6"
4141 ```bash
42- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv6.tar.gz
43- tar zxvf ntfy_2.7 .0_linux_armv6.tar.gz
44- sudo cp -a ntfy_2.7 .0_linux_armv6/ntfy /usr/bin/ntfy
45- sudo mkdir /etc/ntfy && sudo cp ntfy_2.7 .0_linux_armv6/{client,server}/* .yml /etc/ntfy
42+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv6.tar.gz
43+ tar zxvf ntfy_2.8 .0_linux_armv6.tar.gz
44+ sudo cp -a ntfy_2.8 .0_linux_armv6/ntfy /usr/bin/ntfy
45+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.8 .0_linux_armv6/{client,server}/* .yml /etc/ntfy
4646 sudo ntfy serve
4747 ```
4848
4949=== "armv7/armhf"
5050 ```bash
51- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv7.tar.gz
52- tar zxvf ntfy_2.7 .0_linux_armv7.tar.gz
53- sudo cp -a ntfy_2.7 .0_linux_armv7/ntfy /usr/bin/ntfy
54- sudo mkdir /etc/ntfy && sudo cp ntfy_2.7 .0_linux_armv7/{client,server}/* .yml /etc/ntfy
51+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv7.tar.gz
52+ tar zxvf ntfy_2.8 .0_linux_armv7.tar.gz
53+ sudo cp -a ntfy_2.8 .0_linux_armv7/ntfy /usr/bin/ntfy
54+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.8 .0_linux_armv7/{client,server}/* .yml /etc/ntfy
5555 sudo ntfy serve
5656 ```
5757
5858=== "arm64"
5959 ```bash
60- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_arm64.tar.gz
61- tar zxvf ntfy_2.7 .0_linux_arm64.tar.gz
62- sudo cp -a ntfy_2.7 .0_linux_arm64/ntfy /usr/bin/ntfy
63- sudo mkdir /etc/ntfy && sudo cp ntfy_2.7 .0_linux_arm64/{client,server}/* .yml /etc/ntfy
60+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_arm64.tar.gz
61+ tar zxvf ntfy_2.8 .0_linux_arm64.tar.gz
62+ sudo cp -a ntfy_2.8 .0_linux_arm64/ntfy /usr/bin/ntfy
63+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.8 .0_linux_arm64/{client,server}/* .yml /etc/ntfy
6464 sudo ntfy serve
6565 ```
6666
@@ -110,31 +110,31 @@ Manually installing the .deb file:
110110
111111=== "x86_64/amd64"
112112 ```bash
113- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_amd64.deb
113+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_amd64.deb
114114 sudo dpkg -i ntfy_ * .deb
115115 sudo systemctl enable ntfy
116116 sudo systemctl start ntfy
117117 ```
118118
119119=== "armv6"
120120 ```bash
121- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv6.deb
121+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv6.deb
122122 sudo dpkg -i ntfy_ * .deb
123123 sudo systemctl enable ntfy
124124 sudo systemctl start ntfy
125125 ```
126126
127127=== "armv7/armhf"
128128 ```bash
129- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv7.deb
129+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv7.deb
130130 sudo dpkg -i ntfy_ * .deb
131131 sudo systemctl enable ntfy
132132 sudo systemctl start ntfy
133133 ```
134134
135135=== "arm64"
136136 ```bash
137- wget https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_arm64.deb
137+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_arm64.deb
138138 sudo dpkg -i ntfy_ * .deb
139139 sudo systemctl enable ntfy
140140 sudo systemctl start ntfy
@@ -144,28 +144,28 @@ Manually installing the .deb file:
144144
145145=== "x86_64/amd64"
146146 ```bash
147- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_amd64.rpm
147+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_amd64.rpm
148148 sudo systemctl enable ntfy
149149 sudo systemctl start ntfy
150150 ```
151151
152152=== "armv6"
153153 ```bash
154- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv6.rpm
154+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv6.rpm
155155 sudo systemctl enable ntfy
156156 sudo systemctl start ntfy
157157 ```
158158
159159=== "armv7/armhf"
160160 ```bash
161- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_armv7.rpm
161+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_armv7.rpm
162162 sudo systemctl enable ntfy
163163 sudo systemctl start ntfy
164164 ```
165165
166166=== "arm64"
167167 ```bash
168- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_linux_arm64.rpm
168+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_linux_arm64.rpm
169169 sudo systemctl enable ntfy
170170 sudo systemctl start ntfy
171171 ```
@@ -195,18 +195,18 @@ NixOS also supports [declarative setup of the ntfy server](https://search.nixos.
195195
196196## macOS
197197The [ ntfy CLI] ( subscribe/cli.md ) (` ntfy publish ` and ` ntfy subscribe ` only) is supported on macOS as well.
198- To install, please [ download the tarball] ( https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_darwin_all.tar.gz ) ,
198+ To install, please [ download the tarball] ( https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_darwin_all.tar.gz ) ,
199199extract it and place it somewhere in your ` PATH ` (e.g. ` /usr/local/bin/ntfy ` ).
200200
201201If run as ` root ` , ntfy will look for its config at ` /etc/ntfy/client.yml ` . For all other users, it'll look for it at
202202` ~/Library/Application Support/ntfy/client.yml ` (sample included in the tarball).
203203
204204``` bash
205- curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_darwin_all.tar.gz > ntfy_2.7 .0_darwin_all.tar.gz
206- tar zxvf ntfy_2.7 .0_darwin_all.tar.gz
207- sudo cp -a ntfy_2.7 .0_darwin_all/ntfy /usr/local/bin/ntfy
205+ curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_darwin_all.tar.gz > ntfy_2.8 .0_darwin_all.tar.gz
206+ tar zxvf ntfy_2.8 .0_darwin_all.tar.gz
207+ sudo cp -a ntfy_2.8 .0_darwin_all/ntfy /usr/local/bin/ntfy
208208mkdir ~ /Library/Application\ Support/ntfy
209- cp ntfy_2.7 .0_darwin_all/client/client.yml ~ /Library/Application\ Support/ntfy/client.yml
209+ cp ntfy_2.8 .0_darwin_all/client/client.yml ~ /Library/Application\ Support/ntfy/client.yml
210210ntfy --help
211211```
212212
@@ -224,7 +224,7 @@ brew install ntfy
224224
225225## Windows
226226The [ ntfy CLI] ( subscribe/cli.md ) (` ntfy publish ` and ` ntfy subscribe ` only) is supported on Windows as well.
227- To install, please [ download the latest ZIP] ( https://github.com/binwiederhier/ntfy/releases/download/v2.7 .0/ntfy_2.7 .0_windows_amd64.zip ) ,
227+ To install, please [ download the latest ZIP] ( https://github.com/binwiederhier/ntfy/releases/download/v2.8 .0/ntfy_2.8 .0_windows_amd64.zip ) ,
228228extract it and place the ` ntfy.exe ` binary somewhere in your ` %Path% ` .
229229
230230The default path for the client config file is at ` %AppData%\ntfy\client.yml ` (not created automatically, sample in the ZIP file).
0 commit comments