@@ -30,37 +30,37 @@ deb/rpm packages.
30
30
31
31
=== "x86_64/amd64"
32
32
```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
37
37
sudo ntfy serve
38
38
```
39
39
40
40
=== "armv6"
41
41
```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
46
46
sudo ntfy serve
47
47
```
48
48
49
49
=== "armv7/armhf"
50
50
```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
55
55
sudo ntfy serve
56
56
```
57
57
58
58
=== "arm64"
59
59
```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
64
64
sudo ntfy serve
65
65
```
66
66
@@ -110,31 +110,31 @@ Manually installing the .deb file:
110
110
111
111
=== "x86_64/amd64"
112
112
```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
114
114
sudo dpkg -i ntfy_ * .deb
115
115
sudo systemctl enable ntfy
116
116
sudo systemctl start ntfy
117
117
```
118
118
119
119
=== "armv6"
120
120
```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
122
122
sudo dpkg -i ntfy_ * .deb
123
123
sudo systemctl enable ntfy
124
124
sudo systemctl start ntfy
125
125
```
126
126
127
127
=== "armv7/armhf"
128
128
```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
130
130
sudo dpkg -i ntfy_ * .deb
131
131
sudo systemctl enable ntfy
132
132
sudo systemctl start ntfy
133
133
```
134
134
135
135
=== "arm64"
136
136
```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
138
138
sudo dpkg -i ntfy_ * .deb
139
139
sudo systemctl enable ntfy
140
140
sudo systemctl start ntfy
@@ -144,28 +144,28 @@ Manually installing the .deb file:
144
144
145
145
=== "x86_64/amd64"
146
146
```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
148
148
sudo systemctl enable ntfy
149
149
sudo systemctl start ntfy
150
150
```
151
151
152
152
=== "armv6"
153
153
```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
155
155
sudo systemctl enable ntfy
156
156
sudo systemctl start ntfy
157
157
```
158
158
159
159
=== "armv7/armhf"
160
160
```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
162
162
sudo systemctl enable ntfy
163
163
sudo systemctl start ntfy
164
164
```
165
165
166
166
=== "arm64"
167
167
```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
169
169
sudo systemctl enable ntfy
170
170
sudo systemctl start ntfy
171
171
```
@@ -195,18 +195,18 @@ NixOS also supports [declarative setup of the ntfy server](https://search.nixos.
195
195
196
196
## macOS
197
197
The [ 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 ) ,
199
199
extract it and place it somewhere in your ` PATH ` (e.g. ` /usr/local/bin/ntfy ` ).
200
200
201
201
If run as ` root ` , ntfy will look for its config at ` /etc/ntfy/client.yml ` . For all other users, it'll look for it at
202
202
` ~/Library/Application Support/ntfy/client.yml ` (sample included in the tarball).
203
203
204
204
``` 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
208
208
mkdir ~ /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
210
210
ntfy --help
211
211
```
212
212
@@ -224,7 +224,7 @@ brew install ntfy
224
224
225
225
## Windows
226
226
The [ 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 ) ,
228
228
extract it and place the ` ntfy.exe ` binary somewhere in your ` %Path% ` .
229
229
230
230
The default path for the client config file is at ` %AppData%\ntfy\client.yml ` (not created automatically, sample in the ZIP file).
0 commit comments