Releases: Kelvin-Chen/seedbox
Releases · Kelvin-Chen/seedbox
v1.1.0
v1.0.0
Changes
- Remove Sickrage since Sonarr is much better and having both is redundant
- Update Mono to latest stable version (5.x)
- Set the TZ environment variable for Sonarr/Jackett to fix a Mono issue
- Tweak some OpenVPN settings
- Remove basic auth from Plex from the frontend proxy to use Plex's own authentication
- Clean up and reorganize some Dockerfiles and upgrade to docker-compose yaml version 3.0
v0.3.0
Changes
- Add Sonarr/Jackett support
- Typos / few minor changes
v0.2.0
Changes
General
- Removed base image. Most images are now based on the Ubuntu Xenial
buildpack which includes curl, git and other useful stuff - Added the build tag to docker-compose.yml so you can build the images
with docker-compose build instead of the build script. Using the
build script is still preferred since docker-compose build appears to
build everything synchronously.
Plex
- Add auto-updater for PlexPass versions
OpenVPN
- create-client command renamed to export-client
rTorrent
- Removed Autodl Irssi. While this may be useful, it adds unnecessary
complexity to the image - Proprietary rar-nonfree replaced with rar-free
- Update from PHP5 -> PHP7. This may cause some compatibility problems
but everything appeared to work fine from initial testing
Sickrage
- Removed rar and unzip from this container since it really isn't
necessary. You should be using a tracker without compressed files
anyways