Skip to content

Commit 947580b

Browse files
committed
update ultra seedbox
1 parent 1567ee6 commit 947580b

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

docs/pages/client/install.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -206,14 +206,18 @@ If they are no longer a member, try their Github.
206206
1. Type `cd notifiarr`
207207
1. On [Github](https://github.com/Notifiarr/notifiarr/releases) find the latest release asset labelled `notifiarr.amd64.linux.gz`,
208208
right click on that and click copy link.
209-
1. Back on your terminal type `wget '<paste link>'`
210-
1. Type `gzip -d notifiarr.*`
211-
1. Type `mv notifiarr.* notifiarr`
212-
1. Type `chmod +x notifiarr`
213-
1. In the notifiarr folder create notifiarr.conf from this: [Github page](https://github.com/Notifiarr/notifiarr/blob/main/examples/notifiarr.conf.example)
209+
1. Download it; Back on your terminal type `wget '<paste link>'`
210+
1. Decompress it; Type `gzip -d notifiarr.amd64.linux.gz`
211+
1. Rename it; Type `mv notifiarr.amd64.linux notifiarr`
212+
1. Make it executable; Type `chmod +x notifiarr`
213+
1. Download config file; Type `wget -O notifiarr.conf https://raw.githubusercontent.com/Notifiarr/notifiarr/refs/heads/main/examples/notifiarr.conf.example`
214+
1. Type `mkdir -p cd /home/$USER/.config/systemd/user`
214215
1. Type `cd /home/$USER/.config/systemd/user`
215216
1. Type `nano notifiarr.service`
216-
1. Paste the below
217+
1. Type `id` to see your username.
218+
1. Copy and paste the following content.
219+
1. Replace `YOUR-API-KEY-FROM-NOTIFIARR.COM` with your API key.
220+
1. **Replace `$USER` with your username.**
217221
218222
```none
219223
# Systemd service unit for notifiarr.
@@ -222,11 +226,12 @@ If they are no longer a member, try their Github.
222226
Description=notifiarr - Official chat integration client for Notifiarr.com
223227
224228
[Service]
225-
ExecStart=/home/$USER/notifiarr/notifiarr \$DAEMON_OPTS
229+
ExecStart=/home/$USER/notifiarr/notifiarr
226230
Restart=always
227231
RestartSec=10
228232
Type=simple
229233
WorkingDirectory=/home/$USER/notifiarr
234+
Environment=DN_API_KEY=YOUR-API-KEY-FROM-NOTIFIARR.COM
230235
Environment=DN_LOG_FILE/home/$USER/notifiarr/app.log
231236
Environment=DN_HTTP_LOG=/home/$USER/notifiarr/http.log
232237
Environment=DN_DEBUG_LOG=/home/$USR/notifiarr/debug.log
@@ -240,12 +245,13 @@ WantedBy=default.target
240245
1. Type `systemctl --user enable notifiarr`
241246
1. Type `systemctl --user start notifiarr`
242247
1. Type `systemctl --user status notifiarr` to check if there are any errors.
248+
1. Type `systemctl --user daemon-reload` if you make changes to the above file (to re-load it).
243249
1. On your browser go to `http://your-ultraseedbox-url:5454`
244-
1. Log into your Notifarr client and change the base url to /notifiarr and save changes
250+
1. Log into your Notifarr client and change the base url to `/notifiarr` and save changes
245251
1. Go back to your ssh console
246252
1. Type `cd /home/$USER/.apps/nginx/proxy.d`
247253
1. Type `nano notifiarr.conf`
248-
1. Paste the below
254+
1. Paste the following content without changing it.
249255
250256
```nginx
251257
location /notifiarr {
@@ -269,3 +275,4 @@ location /notifiarr/api {
269275
270276
1. Type `systemctl --user restart nginx`
271277
1. Now you should be able to browse to `https://your-ultraseedbox-url/notifiarr`
278+
1. Head on over to the [After Install](./afterInstall.md) page.

docs/pages/integrations/github.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Github
22

3-
!!! info
3+
!!!info
44
This integration allows for notifications from public Github repositories.
5+
56
---
67

78
## Trigger options
@@ -37,5 +38,5 @@ Click the **cog icon** to open the configuration options for Github.
3738

3839
![instructions.png](../../assets/screenshots/integrations/github/instructions.png)
3940

40-
!!! note
41+
!!!note
4142
This is how you add the webhook to Github and then how you add the organization in the Github integration

0 commit comments

Comments
 (0)