Skip to content

Commit

Permalink
Merge pull request #66 from Gyarbij/dev
Browse files Browse the repository at this point in the history
2.1.3-rc
  • Loading branch information
Gyarbij authored Sep 2, 2024
2 parents d93c908 + aa079a7 commit 662be36
Show file tree
Hide file tree
Showing 6 changed files with 331 additions and 158 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python3 plexist.py

## Docker Deployment

You can run the image via docker run or docker-compose, choice is yours. Multi-Platform mages are available on [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/).
You can run the image via docker run or docker compose, choice is yours. Multi-Platform mages are available on [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/).

Configure the parameters as required. Plex URL and TOKEN are mandatory and the options for your respective streaming service.

Expand Down Expand Up @@ -83,7 +83,7 @@ docker run -d \

docker-compose.yml should be configured per the below, if you don't user Spotify you can remove the Spotify variables and vice versa for Deezer.

A template is Here: [docker-compose.yml](https://github.com/gyarbij/plexist/blob/main/assets/docker-compose.yml)
A template is Here: [docker-compose.yml](https://github.com/gyarbij/plexist/blob/main/assets/compose.yaml)

```
version: '3.8'
Expand Down
8 changes: 6 additions & 2 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@

## Supported Versions

The only version supported is the current tag:latest build located at [Docker Hub](https://hub.docker.com/r/gyarbij/wireui/tags)
The only versions supported are tags:
- latest
- dev

located at [Docker Hub](https://hub.docker.com/r/gyarbij/plexist/tags)


## Reporting a Vulnerability

To report a vulnerability, email [email protected]

If it's something you can fix, please feel free to open a pull request.
If it's something you can fix, please feel free to open a pull request.
3 changes: 2 additions & 1 deletion assets/docker-compose.yml → assets/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
plexist:
container_name: plexist
Expand All @@ -16,4 +15,6 @@ services:
- SPOTIFY_USER_ID=<your spotify user id>
- DEEZER_USER_ID=<deezer user id>
- DEEZER_PLAYLIST_ID=https://www.deezer.com/en/playlist/10484834882
volumes:
- <YOURPATH>:/app/data
restart: unless-stopped
Loading

0 comments on commit 662be36

Please sign in to comment.