
You may provide multiple sonarr, radarr or readarr instances using DN_SONARR_1_URL, DN_SONARR_2_URL, etc or by duplicating the starr block in the conf file.The Notifiarr application uses the API key for bi-directional authorization.Any variable not provided takes the default.Instead of, or in addition to a config file, you may configure a docker container with environment variables.The proxy must pass x-webauth-user: username as a header, and you will be automatically logged in. You must also add your auth proxy IP or CIDR to the upstreams setting for this to work. You may also set ui_password to the value of "webauth" to enable proxy authentication support.
#Forgot sabnzbd password password#
Once you log into the web interface, you can change the password and it will be saved encrypted (so no one can snoop it).

Use a password that is at least 9 characters long. Ui_password = "username:9CharacterPassword" You should mount /config - notifiarr will create the config file on first run.Where does not matter, "where" is the "name". Mount any volumes you want to report storage space for.Map the /var/run/utmp volume if you want to count users.You must set privileged to use smartctl ( monitor_drives) and/or MegaCli ( monitor_raid).Then grab the image from docker hub and run it using an overlay for the config file.Copy the example config file from this repo.If you wish to use Plex then you'll also need to set the Plex Token and Plex URL in the template as well.ĭocker Users - Note that Docker Environmental Variables - and thus the Unraid Template - override the Config file. Unraid Users - You must configure a Notifiarr API Key in the Unraid Template. To the main branch in GitHub and may be broken.Ī sample docker compose file is found in Examples in this repo. The latest tag is always a tagged release in GitHub. This project builds automatically in Docker CloudĪnd creates ready-to-use multi-architecture images. Edit the new config file suit your environment then reload or restart the app.Edit the config file and reload or restart the app.When you open it for the first time it will create a config file and log file:.You can use the Apple-signed app on the Releases page.Some shells also have tab completion, try writing less ~/.Vi /usr/local/etc/notifiarr/nf You can also do less ~/.sabnzbd/sabnzbd.iniĭepending on your system, you may even have a "run command" feature that, if you input ~/.sabnzbd/sabnzbd.ini, will try to open the file in some editor. You can specify paths in the shell, not just the name of files in the current directory. As I have the feeling that, right now, your priority is to edit the file, just try what Kevin suggested. If you want to edit the file, you need to use an editor, and there are plenty of those. When you're done, hitting q will quit less. If you just need to read the file, you can use a pager, such as less: less sabnzbd.ini Shells can be used to start programs, and can also be used to do file manipulations. If the file is right under ~/.sabnzbd/, you can just do something with it. Like kevin said, now you can use cd to change that directory in the shell. When you start terminal emulators, shells usually start at ~. ) will give you a shell.Īll UNIX programs, shells included, are in a specific directory when they are running, and may change to another directory. Opening a terminal emulator ( xterm, Terminal. Oh, you could probably use some "Introduction to UNIX" quick tutorial, just to get used to the basic concepts.įor a start: ~ usually denotes your "home directory" (each user is assigned a directory in the filesystem, frequently under /home/, but there's no enforced rule on this (other than a "Filesystem Hierarchy Standard" which may be an interesting read if you're not used to UNIX filesystem and its top level directories). (Not really an answer, but a lengthy post, too lengthy for the comment box.)
