-
Notifications
You must be signed in to change notification settings - Fork 7
Update install.md #34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,12 +54,19 @@ vi /usr/local/etc/notifiarr/notifiarr.conf | |
| service notifiarr start | ||
| ``` | ||
|
|
||
| ## TrueNAS Scale <!-- Make the line number below match this line's number. --> | ||
| ## TrueNAS Community (formerly Scale, current as of Version 25.10.1) <!-- Make the line number below match this line's number. --> | ||
|
|
||
davidnewhall marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| !!! warning "TrueNAS" | ||
| If you figure out how to install Notifiarr on TrueNAS, please | ||
| [update these instructions](https://github.com/Notifiarr/mkdocs-wiki/blob/main/docs/pages/client/install.md?plain=1#L57). | ||
| Notifiarr support and developers have very little experience with TrueNAS. | ||
| 1. Install the notifiarr app from the "Apps" menu category. | ||
| 1. Set your timezone, config directory UID, GID, etc. as normal. | ||
| 1. Assign a hostname to the container under the "Hostname" field. This field is required, but something simple like "notifiarr" works. | ||
| 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. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For the client, there is no "either" and only the Global key should be used. You cant make an integration specific key for the client (it isnt an integration, its the core local app) |
||
| 1. Create a new environment variable under the "Additional Environment Variables" section. This will be the password for the web UI. | ||
|
|
||
| For whatever reason on TrueNAS, the container does not assign the API key you specify as the web UI password, | ||
| nor does it log the password correctly. We can fix this by manually setting a password with an environment variable. | ||
|
|
||
| 1. Name: `DN_UI_PASSWORD` | ||
| 1. Value: `your_password` | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. note to someone: this will be outdated in 3..2..1.. give me about 2 days. |
||
|
|
||
| ## macOS | ||
|
|
||
|
|
@@ -313,3 +320,4 @@ curl -sSL https://raw.githubusercontent.com/Notifiarr/notifiarr/main/userscripts | |
|
|
||
| 1. Type `systemctl --user restart nginx` | ||
| 1. Now you should be able to browse to `https://your-ultraseedbox-url/notifiarr` | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should keep the header as-is as existing links work.
Can add the Community / version note as an infobox