Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdhiggins/plexautoskip-docker

Docker container for PlexAutoSkip
https://github.com/mdhiggins/plexautoskip-docker

Last synced: about 2 months ago
JSON representation

Docker container for PlexAutoSkip

Awesome Lists containing this project

README

        

# PlexAutoSkip Official Docker Container

Docker container for PlexAutoSkip

## Version Tags

|Tag|Description|
|---|---|
|latest|Stable release|

## Usage

### docker-compose
```
plexautoskip:
image: ghcr.io/mdhiggins/plexautoskip-docker
container_name: plexautoskip
environment:
- PUID=${PUID}
- PGID=${PGID}
- TZ=${TZ}
volumes:
- /opt/appdata/plexautoskip:/config
restart: unless-stopped
```

### config directory
- Mount config.ini and/or custom.json containing directory to `/config` using volumes, this should also contain your `logging.ini` file and any generated log files will be included in this directory

## Environment Variables
|Variable|Description|
|---|---|
|PUID|User ID|
|PGID|Group ID|
|PAS_PATH|`/usr/local/pas`|
|PAS_UPDATE|Set to `true` to update PlexAutoSkip from Github master on container start|