Skip to content

Releases: Kelvin-Chen/seedbox

v1.1.0

22 Nov 17:52
v1.1.0
aaa9c11
Compare
Choose a tag to compare

Changes

  • Add hardware transcoding for Plex (7a0aed2)
  • Add IPv6 support for OpenVPN (aaa9c11)

v1.0.0

04 Jun 04:02
a563284
Compare
Choose a tag to compare

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

12 Oct 22:37
Compare
Choose a tag to compare

Changes

  • Add Sonarr/Jackett support
  • Typos / few minor changes

v0.2.0

07 Oct 16:26
Compare
Choose a tag to compare

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