Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caseywebb/seedbox
:tv: Docker-based Seedbox / HTPC
https://github.com/caseywebb/seedbox
docker-compose htpc media-server plex pvr seedbox torrent usenet
Last synced: 7 days ago
JSON representation
:tv: Docker-based Seedbox / HTPC
- Host: GitHub
- URL: https://github.com/caseywebb/seedbox
- Owner: caseyWebb
- Created: 2016-07-27T22:18:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T00:58:42.000Z (about 1 year ago)
- Last Synced: 2024-10-18T07:13:18.970Z (29 days ago)
- Topics: docker-compose, htpc, media-server, plex, pvr, seedbox, torrent, usenet
- Language: HTML
- Homepage:
- Size: 54.7 KB
- Stars: 21
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# :tv: seedbox
Provisions a ready to go HTPC complete with:
- Deluge, for torrents
- NZBget, for usenet
- CouchPotato, Sonarr, and Headphones for Movie, TV, and Music PVR
- Plex### Usage
You will need a domain. The setup script uses certbot (formerly letsencrypt)
to create SSL certs and it expects to be able to reach the domain configured
in `.env` on port ${HTTPS_PORT}.Copy `.env.defaults` to `.env`, and change the values accordingly. They are
self-explanatory.Then you're ready to run the setup script and start the seedbox with docker-compose
```bash
./setup.sh && docker-compose start && docker-compose logs -f
```