-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
434 additions
and
389 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# | ||
# Variables for the dl-pipeline stack | ||
# | ||
|
||
# Input the tz database name from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | ||
TZ=Australia/Brisbane | ||
|
||
# Type 'id' in a terminal to get these values | ||
PUID=1000 | ||
PGID=1000 | ||
|
||
# path to media (ideally all in folders under one top-level folder) | ||
MEDIA_PATH=~/media | ||
|
||
# path to docker folded | ||
DOCKER_PATH=~/docker | ||
|
||
# path to download locations | ||
DOWNLOADS=~/downloads | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Audio and E-Book Management | ||
This will install and create containers for the following apps | ||
- Audiobookshelf | ||
- Calibre | ||
- Calibre-Web | ||
|
||
### Folders | ||
The following folders should be created | ||
- {downloads} | ||
> - {downloads}/complete | ||
- {docker} | ||
> - /c/docker (on windows) | ||
> - ~/docker (on linux) | ||
> - /volume1/docker (on Synology) | ||
> These above folders are for partial and completed downloads. Put them under a folder wherever you wish. | ||
- cd {docker}/audiobookshelf | ||
- cd {docker}/audiobookshelf/config | ||
- cd {docker}/audiobookshelf/metadata | ||
- cd {docker}/calibre | ||
- cd {docker}/calibre-web | ||
> The above folders should be under your `docker` folder. | ||
Your media path should be one top-level folder with sub folders for different media types | ||
> For example: | ||
> - media | ||
> - ebooks | ||
> - audiobooks | ||
### Changes to .env file | ||
Review the .env and update | ||
- TZ | ||
- PUID | ||
- PGID | ||
- MEDIA_PATH | ||
- DOCKER_PATH | ||
- DOWNLOADS |
Oops, something went wrong.