Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Add more docs from the web page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hubbard committed Jan 24, 2017
1 parent 141559b commit 7bb78ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nzbget/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,19 @@ This container is based on alpine linux with s6 overlay. For shell access whilst
### User / Group Identifiers

Sometimes when using data volumes, permissions issues can arise between the host OS and the container. We avoid this issue by allowing you to specify the user `PUID` and group `PGID`. Ensure the data volume directory on the host is owned by the same user you specify and it will "just work" ™.

## Setting up the application

Webui can be found at `<your-ip>:6789` and the default login details (change ASAP) are

`login:nzbget, password:tegbzn6789`

To allow scheduling, from the webui set the time correction value in settings/logging.

To change umask settings.

![](http://i.imgur.com/A4VMbwE.png)

scroll to bottom, set umask like this (example shown for unraid)

![](http://i.imgur.com/mIqDEJJ.png)

1 comment on commit 7bb78ec

@codyrwhite-zz
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry didn't know we needed a read me file. Ill keep that in mind if there are any more in the future.

Thanks!

Please sign in to comment.