Skip to content

Commit

Permalink
added PlexRipper
Browse files Browse the repository at this point in the history
  • Loading branch information
novaspirit authored Sep 27, 2023
1 parent af1bf02 commit 66ad35c
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions template/apps/plexripper.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"categories": [
"Downloader"
],
"description": "PlexRipper is a cross-platform media downloader that indexes the Plex servers you have access to and allows you to download everything while adding it to your own Plex server.",
"env": [
{
"default": "1000",
"label": "PUID",
"name": "PUID"
},
{
"default": "1000",
"label": "PGID",
"name": "PGID"
}
],
"image_amd64": "plexripper/plexripper:latest",
"logo": "https://raw.githubusercontent.com/PlexRipper/PlexRipper/dev/export/plexripper/logo/full/full-logo-256.png",
"name": "PlexRipper",
"officialDoc": "https://github.com/PlexRipper/PlexRipper",
"platform": "linux",
"ports": [
"7000:7000/tcp"
],
"restart_policy": "unless-stopped",
"title": "PlexRipper",
"type": 1,
"volumes": [
{
"bind": "/portainer/Files/AppData/Config/PlexRipper",
"container": "/config"
},
{
"bind": "/portainer/Downloads",
"container": "/storage"
},
{
"bind": "/portainer/Downloads/Movies",
"container": "/Movies"
},
{
"bind": "/portainer/Downloads/TvShows",
"container": "/TvShows"
}
],
"webpage": "https://hub.docker.com/r/plexripper/plexripper"
}

0 comments on commit 66ad35c

Please sign in to comment.