Skip to content

Commit

Permalink
docs: add unraid documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Jul 28, 2024
1 parent 860089c commit de1bca3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ services:
> _NOTE: If you run into authentication issues, try setting `NEXTAUTH_URL` and `NEXT_PUBLIC_SITE_URL` to your external Docker IP, instead of localhost. For example `http://192.168.1.1:8383`._

### Unraid

Plex Rewind is available in the Community Apps store for Unraid. Search for "Plex Rewind" and install it from grtgbln's repository.

As noted in the installation instructions, you will need to download a copy of "settings.json" into the associated settings path **before** running the application. To download the file, you can open a terminal, enter the directory and run `curl -o settings.json https://raw.githubusercontent.com/RaunoT/plex-rewind/main/config/settings.json.sample`.

## Updating

To update, run `docker compose pull` and then `docker compose up -d`.
Expand Down
25 changes: 25 additions & 0 deletions config/settings.json.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"connection": {
"tautulliUrl": "",
"tautulliApiKey": "",
"overseerrUrl": "",
"overseerrApiKey": "",
"tmdbApiKey": ""
},
"features": {
"isRewindActive": true,
"isDashboardActive": true,
"isUsersPageActive": true,
"activeLibraries": [],
"activeDashboardStatistics": [
"year",
"rating",
"duration",
"plays",
"users",
"requests"
],
"googleAnalyticsId": ""
},
"test": false
}

0 comments on commit de1bca3

Please sign in to comment.