|
1 | 1 | # Notifiarr Client UI |
2 | 2 |
|
3 | | -The Client UI is the preferred and recommended method of modifying the Notifiarr configuration file. Its GUI provides an easy and intuitive interface for all users to configure Applications for use with Notifiarr. |
| 3 | +The Client UI is the preferred and recommended method of modifying the Notifiarr configuration file. |
| 4 | +Its GUI provides an easy and intuitive interface for all users to configure Applications for use with Notifiarr. |
4 | 5 |
|
5 | 6 | --- |
6 | 7 |
|
@@ -143,8 +144,13 @@ As of March 8, 2022, there are no existing integrations, so this is for future u |
143 | 144 | extra API keys. Whatever you want. Separate them with newlines or spaces. |
144 | 145 | 1. `Bind Address` - This is the IP and port the app will listen on. 0.0.0.0 means all IPs, and you should use that in almost all cases! Change the port if the default 5454 does not work for you. |
145 | 146 | 1. `URL Base` - This application serves HTTP on / by default. You can change that by typing in something else here. |
146 | | -1. `Upstreams` - If Notifiarr client is behind a reverse proxy (swag, nginx, etc), then you should add that proxy IP here. You can also specify full networks. This controls which IP is written to the web server log file (requestor or x-forwarded-for header). It also allows the x-webauth-user header for proxy authentication. Separate with spaces or new lines. |
147 | | -1. `Host ID` - The Host ID parameter is used to uniquely identify this client installation. Changing this value is discouraged; it should be found automatically. Do not copy this value to another Notifiarr client insallation. |
| 147 | +1. `Upstreams` - If Notifiarr client is behind a reverse proxy (swag, nginx, etc), then you should add that proxy IP here. |
| 148 | + You can also specify full networks. This controls which IP is written to the web server log file (requestor or |
| 149 | + x-forwarded-for header). It also allows the x-webauth-user header for proxy authentication. |
| 150 | + Separate with spaces or new lines. |
| 151 | +1. `Host ID` - The Host ID parameter is used to uniquely identify this client installation. |
| 152 | + Changing this value is discouraged; it should be found automatically. |
| 153 | + Do not copy this value to another Notifiarr client insallation. |
148 | 154 | 1. `Parallel Threads` - Disabling this setting will make the application use fewer go routines (threads) when gathering data from configured applications. Spreads out CPU usage and lowers memory footprint. |
149 | 155 | 1. `Retries` - Sometimes connections to Notifiarr.com fail. This controls how many times each request will be attempted in case of failures. |
150 | 156 | 1. `Timeout` - This is the timeout for API requests to Notifiarr.com. |
|
0 commit comments