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

Add Sickrage rock-on from Linuxserver.io #33

Merged
merged 1 commit into from Jun 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
53 changes: 53 additions & 0 deletions Sickrage.json
@@ -0,0 +1,53 @@
{
"Sickrage": {
"containers": {
"sickrage": {
"image": "linuxserver/sickrage",
"launch_order": 1,
"ports": {
"8081": {
"description": "Port for Sickrage Web interface. Suggested default: 8081.",
"host_default": 8081,
"label": "WebUI port",
"procotol": "tcp",
"ui": true
}
},
"volumes": {
"/download": {
"description": "Choose a share to download to.",
"label": "Download"
},
"/config": {
"description": "Choose a share to host configuration.",
"label": "Config"
},
"/tv": {
"description": "Choose a share to host shows.",
"label": "TV"
}
},
"environment": {
"PUID": {
"description": "Enter a valid UID to run sickrage as. It must have full permissions to all Shares mapped in the previous step.",
"label": "UID",
"index": 1
},
"PGID": {
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to all Shares mapped in the previous step.",
"label": "GID",
"index": 2
}
}
}
},
"description": "Automatic Video Library Manager for TV Shows, by Linuxserver.io",
"more_info": "Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.",
"ui": {
"slug": ""
},
"volume_add_support": true,
"website": "https://hub.docker.com/r/linuxserver/sickrage/",
"version": "alpha"
}
}