mirror of
https://github.com/LukeHagar/unRAID-CA-templates.git
synced 2025-12-06 04:21:55 +00:00
Remove Plex URL/Token
and Update instructions for config
This commit is contained in:
@@ -18,14 +18,12 @@
|
||||
Official Notifiarr Client 
|
||||
This application provides the gateway for media requests to your starr application. https://Notifiarr.com 
|
||||

|
||||
Edit config file in appdata folder after install; add starr app configs and plex url. 
|
||||
Update application configuration in the WebUI after install. Default port is 5454. 
|
||||
Variables defined in unRAID config override config file settings. 
|
||||
Must be privileged to report system drive details (for snapshot notifications). 
|
||||
Mount additional paths anywhere to report drive space usage. 
|
||||
</Overview>
|
||||
<Config Name="Notifiarr API Key" Target="DN_API_KEY" Default="" Description="Container Variable: DN_API_KEY - API key from notifiarr.com" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Plex Token" Target="DN_PLEX_TOKEN" Default="" Description="Container Variable: DN_PLEX_TOKEN - This is YOUR token from your plex session, see https://bit.ly/3y4cjRe" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="Plex URL" Target="DN_PLEX_URL" Default="" Description="Container Variable: DN_PLEX_URL - URL for your Plex server" Type="Variable" Display="always" Required="false" Mask="false"/>
|
||||
<Config Name="App Log File" Target="DN_LOG_FILE" Default="/config/app.log" Description="Container Variable: DN_LOG_FILE" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
<Config Name="Web Log File" Target="DN_HTTP_LOG" Default="/config/http.log" Description="Container Variable: DN_HTTP_LOG" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
||||
<Config Name="WebPort" Target="5454" Default="" Mode="tcp" Description="Container Port: 5454 - Port only needs exposure when not reverse proxying this application." Type="Port" Display="always" Required="false" Mask="false">5454</Config>
|
||||
|
||||
Reference in New Issue
Block a user