Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.3-rc #66

Merged
merged 19 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading