Skip to content

Commit 6039522

Browse files
Update install.md (#34)
* Update install.md Added preliminary TrueNAS install instructions according to what worked for me. * Apply suggestion from @davidnewhall --------- Co-authored-by: David Newhall II <david@sleepers.pro>
1 parent 21bfcd4 commit 6039522

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/pages/client/install.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,20 @@ vi /usr/local/etc/notifiarr/notifiarr.conf
5454
service notifiarr start
5555
```
5656
57-
## TrueNAS Scale <!-- Make the line number below match this line's number. -->
57+
## TrueNAS Community (formerly Scale)
5858
59-
!!! warning "TrueNAS"
60-
If you figure out how to install Notifiarr on TrueNAS, please
61-
[update these instructions](https://github.com/Notifiarr/mkdocs-wiki/blob/main/docs/pages/client/install.md?plain=1#L57).
62-
Notifiarr support and developers have very little experience with TrueNAS.
59+
Current as of Version 25.10.1.
60+
1. Install the notifiarr app from the "Apps" menu category.
61+
1. Set your timezone, config directory UID, GID, etc. as normal.
62+
1. Assign a hostname to the container under the "Hostname" field. This field is required, but something simple like "notifiarr" works.
63+
1. Copy either your global API key (or a client-specific API key you generate) from the "API Keys" section of your Profile menu on the notifiarr.com.
64+
1. Create a new environment variable under the "Additional Environment Variables" section. This will be the password for the web UI.
65+
66+
For whatever reason on TrueNAS, the container does not assign the API key you specify as the web UI password,
67+
nor does it log the password correctly. We can fix this by manually setting a password with an environment variable.
68+
69+
1. Name: `DN_UI_PASSWORD`
70+
1. Value: `your_password`
6371
6472
## macOS
6573
@@ -313,3 +321,4 @@ curl -sSL https://raw.githubusercontent.com/Notifiarr/notifiarr/main/userscripts
313321
314322
1. Type `systemctl --user restart nginx`
315323
1. Now you should be able to browse to `https://your-ultraseedbox-url/notifiarr`
324+

0 commit comments

Comments
 (0)