added PlexRipper

This commit is contained in:
don 2023-09-26 23:53:13 -04:00 committed by GitHub
parent af1bf0208e
commit 66ad35c7cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}