https://github.com/k-phoen/docker-sickbeard
This is a Dockerfile to set up "Sickbeard" on a Raspberry Pi
https://github.com/k-phoen/docker-sickbeard
Last synced: 7 months ago
JSON representation
This is a Dockerfile to set up "Sickbeard" on a Raspberry Pi
- Host: GitHub
- URL: https://github.com/k-phoen/docker-sickbeard
- Owner: K-Phoen
- License: mit
- Created: 2014-12-07T17:27:15.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-07T17:27:33.000Z (almost 11 years ago)
- Last Synced: 2024-05-01T20:12:56.135Z (over 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
docker sickbeard Raspberry Pi
=============================This is a Dockerfile to set up "Sickbeard" - (http://sickbeard.com/) on a
Raspberry Pi.## Usage
Build from docker file:
```bash
docker build -t sickbeard .
```Run it:
```bash
docker run -d -h *your_host_name* -v /*your_config_location*:/config -v /*your_videos_location*:/data -p 8081:8081 sickbeard
```## Todo
* Create a data container for the configuration
* Provide fig integration
* Configure HTTPS access## Credits
This Dockerfile is based on [timhaak](https://github.com/timhaak/docker-sickbeard)'s.
## License
This project is released under the MIT License. See the bundled LICENSE file for
details.