@@ -29,37 +29,37 @@ deb/rpm packages.
29
29
30
30
=== "x86_64/amd64"
31
31
```bash
32
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_x86_64.tar.gz
33
- tar zxvf ntfy_2.5 .0_linux_x86_64.tar.gz
34
- sudo cp -a ntfy_2.5 .0_linux_x86_64/ntfy /usr/local/bin/ntfy
35
- sudo mkdir /etc/ntfy && sudo cp ntfy_2.5 .0_linux_x86_64/{client,server}/* .yml /etc/ntfy
32
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_x86_64.tar.gz
33
+ tar zxvf ntfy_2.6 .0_linux_x86_64.tar.gz
34
+ sudo cp -a ntfy_2.6 .0_linux_x86_64/ntfy /usr/local/bin/ntfy
35
+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.6 .0_linux_x86_64/{client,server}/* .yml /etc/ntfy
36
36
sudo ntfy serve
37
37
```
38
38
39
39
=== "armv6"
40
40
```bash
41
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv6.tar.gz
42
- tar zxvf ntfy_2.5 .0_linux_armv6.tar.gz
43
- sudo cp -a ntfy_2.5 .0_linux_armv6/ntfy /usr/bin/ntfy
44
- sudo mkdir /etc/ntfy && sudo cp ntfy_2.5 .0_linux_armv6/{client,server}/* .yml /etc/ntfy
41
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv6.tar.gz
42
+ tar zxvf ntfy_2.6 .0_linux_armv6.tar.gz
43
+ sudo cp -a ntfy_2.6 .0_linux_armv6/ntfy /usr/bin/ntfy
44
+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.6 .0_linux_armv6/{client,server}/* .yml /etc/ntfy
45
45
sudo ntfy serve
46
46
```
47
47
48
48
=== "armv7/armhf"
49
49
```bash
50
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv7.tar.gz
51
- tar zxvf ntfy_2.5 .0_linux_armv7.tar.gz
52
- sudo cp -a ntfy_2.5 .0_linux_armv7/ntfy /usr/bin/ntfy
53
- sudo mkdir /etc/ntfy && sudo cp ntfy_2.5 .0_linux_armv7/{client,server}/* .yml /etc/ntfy
50
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv7.tar.gz
51
+ tar zxvf ntfy_2.6 .0_linux_armv7.tar.gz
52
+ sudo cp -a ntfy_2.6 .0_linux_armv7/ntfy /usr/bin/ntfy
53
+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.6 .0_linux_armv7/{client,server}/* .yml /etc/ntfy
54
54
sudo ntfy serve
55
55
```
56
56
57
57
=== "arm64"
58
58
```bash
59
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_arm64.tar.gz
60
- tar zxvf ntfy_2.5 .0_linux_arm64.tar.gz
61
- sudo cp -a ntfy_2.5 .0_linux_arm64/ntfy /usr/bin/ntfy
62
- sudo mkdir /etc/ntfy && sudo cp ntfy_2.5 .0_linux_arm64/{client,server}/* .yml /etc/ntfy
59
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_arm64.tar.gz
60
+ tar zxvf ntfy_2.6 .0_linux_arm64.tar.gz
61
+ sudo cp -a ntfy_2.6 .0_linux_arm64/ntfy /usr/bin/ntfy
62
+ sudo mkdir /etc/ntfy && sudo cp ntfy_2.6 .0_linux_arm64/{client,server}/* .yml /etc/ntfy
63
63
sudo ntfy serve
64
64
```
65
65
@@ -109,31 +109,31 @@ Manually installing the .deb file:
109
109
110
110
=== "x86_64/amd64"
111
111
```bash
112
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_amd64.deb
112
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_amd64.deb
113
113
sudo dpkg -i ntfy_ * .deb
114
114
sudo systemctl enable ntfy
115
115
sudo systemctl start ntfy
116
116
```
117
117
118
118
=== "armv6"
119
119
```bash
120
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv6.deb
120
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv6.deb
121
121
sudo dpkg -i ntfy_ * .deb
122
122
sudo systemctl enable ntfy
123
123
sudo systemctl start ntfy
124
124
```
125
125
126
126
=== "armv7/armhf"
127
127
```bash
128
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv7.deb
128
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv7.deb
129
129
sudo dpkg -i ntfy_ * .deb
130
130
sudo systemctl enable ntfy
131
131
sudo systemctl start ntfy
132
132
```
133
133
134
134
=== "arm64"
135
135
```bash
136
- wget https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_arm64.deb
136
+ wget https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_arm64.deb
137
137
sudo dpkg -i ntfy_ * .deb
138
138
sudo systemctl enable ntfy
139
139
sudo systemctl start ntfy
@@ -143,28 +143,28 @@ Manually installing the .deb file:
143
143
144
144
=== "x86_64/amd64"
145
145
```bash
146
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_amd64.rpm
146
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_amd64.rpm
147
147
sudo systemctl enable ntfy
148
148
sudo systemctl start ntfy
149
149
```
150
150
151
151
=== "armv6"
152
152
```bash
153
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv6.rpm
153
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv6.rpm
154
154
sudo systemctl enable ntfy
155
155
sudo systemctl start ntfy
156
156
```
157
157
158
158
=== "armv7/armhf"
159
159
```bash
160
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_armv7.rpm
160
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_armv7.rpm
161
161
sudo systemctl enable ntfy
162
162
sudo systemctl start ntfy
163
163
```
164
164
165
165
=== "arm64"
166
166
```bash
167
- sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_linux_arm64.rpm
167
+ sudo rpm -ivh https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_linux_arm64.rpm
168
168
sudo systemctl enable ntfy
169
169
sudo systemctl start ntfy
170
170
```
@@ -192,18 +192,18 @@ NixOS also supports [declarative setup of the ntfy server](https://search.nixos.
192
192
193
193
## macOS
194
194
The [ ntfy CLI] ( subscribe/cli.md ) (` ntfy publish ` and ` ntfy subscribe ` only) is supported on macOS as well.
195
- To install, please [ download the tarball] ( https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_macOS_all.tar.gz ) ,
195
+ To install, please [ download the tarball] ( https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_macOS_all.tar.gz ) ,
196
196
extract it and place it somewhere in your ` PATH ` (e.g. ` /usr/local/bin/ntfy ` ).
197
197
198
198
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
199
199
` ~/Library/Application Support/ntfy/client.yml ` (sample included in the tarball).
200
200
201
201
``` bash
202
- curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_macOS_all.tar.gz > ntfy_2.5 .0_macOS_all.tar.gz
203
- tar zxvf ntfy_2.5 .0_macOS_all.tar.gz
204
- sudo cp -a ntfy_2.5 .0_macOS_all/ntfy /usr/local/bin/ntfy
202
+ curl -L https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_macOS_all.tar.gz > ntfy_2.6 .0_macOS_all.tar.gz
203
+ tar zxvf ntfy_2.6 .0_macOS_all.tar.gz
204
+ sudo cp -a ntfy_2.6 .0_macOS_all/ntfy /usr/local/bin/ntfy
205
205
mkdir ~ /Library/Application\ Support/ntfy
206
- cp ntfy_2.5 .0_macOS_all/client/client.yml ~ /Library/Application\ Support/ntfy/client.yml
206
+ cp ntfy_2.6 .0_macOS_all/client/client.yml ~ /Library/Application\ Support/ntfy/client.yml
207
207
ntfy --help
208
208
```
209
209
@@ -221,7 +221,7 @@ brew install ntfy
221
221
222
222
## Windows
223
223
The [ ntfy CLI] ( subscribe/cli.md ) (` ntfy publish ` and ` ntfy subscribe ` only) is supported on Windows as well.
224
- To install, please [ download the latest ZIP] ( https://github.com/binwiederhier/ntfy/releases/download/v2.5 .0/ntfy_2.5 .0_windows_x86_64.zip ) ,
224
+ To install, please [ download the latest ZIP] ( https://github.com/binwiederhier/ntfy/releases/download/v2.6 .0/ntfy_2.6 .0_windows_x86_64.zip ) ,
225
225
extract it and place the ` ntfy.exe ` binary somewhere in your ` %Path% ` .
226
226
227
227
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