Skip to content

Releases: ivan-pinatti/docker-torrent-box-with-vpn

Release v2.1.5

01 May 15:19
9546508
Compare
Choose a tag to compare

2.1.5 (2023-05-01)

Full Changelog: v2.1.4...v2.1.5

Release v2.1.4

30 Apr 20:59
f0b0c3f
Compare
Choose a tag to compare

2.1.4 (2023-04-30)

What's Changed

Full Changelog: v2.1.3...v2.1.4

Release v2.1.3

30 Apr 20:43
Compare
Choose a tag to compare

2.1.3 (2023-04-30)

Full Changelog: v2.1.2...v2.1.3

Release v2.1.2

27 Apr 22:48
Compare
Choose a tag to compare

2.1.2 (2023-04-27)

Full Changelog: v2.1.1...v2.1.2

Release v2.1.1

27 Apr 22:44
Compare
Choose a tag to compare

2.1.1 (2023-04-27)

Full Changelog: v2.1.0...v2.1.1

Release v2.1.0

27 Apr 22:21
Compare
Choose a tag to compare

2.1.0 (2023-04-27)

Features

  • auto-release-notes: Added the auto-release notes feature to the pipeline workflow (c141bd6)

Full Changelog: v2.0.3...v2.1.0

Release v2.0.3

27 Apr 22:18
Compare
Choose a tag to compare

2.0.3 (2023-04-27)

Bug Fixes

Release v2.0.1

27 Apr 22:02
cdfd561
Compare
Choose a tag to compare

2.0.1 (2023-04-27)

2.0.0

26 Apr 22:13
2d3213b
Compare
Choose a tag to compare

what

  • Added the option to customize the stack by Enabling / Disabling apps
  • Added Nginx as a reverse proxy, it is working with some apps but not all of them - Please see the README file for reference
  • Configured HTTPS in the apps - Please see the README file for reference
  • Create the script to generate self-certificate
  • Removed some of the depends_on entries from the containers to make it more customizable
  • Made the docker-compose file more compact
  • Added missing ports for qBittorrent - 6881 and 6881/udp
  • Added several commands to the Makefile (stop, start, restart, generate certificate, backup,etc.. )
    • Backup has its own section in the README
  • Added the Stale bot to close stale (duh) issues
  • Added pre-commit git hooks
  • Added Prowlarr to the stack
  • Flaresolverr typo (missing an R) in some entries
  • Added a captcha solver to Flaresolverr
  • Added some parts of the code to be able to include another VPN server in the future, probably NordVPN
  • Overall README improvements and table of contents
  • Added Known Issues section to README*
    • Lidarr is not pre-configured for the indexers because it didn't allow to add for a category issue
    • Sonarr is not configured yet on HTTPS, it requires more tweaking
    • Mylar doesn't work with qBittorrent and Nzbget using a self-signed certificate
    • Lazylibarian doesn't work with qBittorrent using a self-signed certificate.

why

  • Let the users decide what apps they want/need to use in the stack - Probably solves the forks by @abraxas678 @Elod-T @fr34k8 @mechoriet @memms
  • Improve the security by trying to achieve end-to-end cryptography to all the apps by using Nginx as a reverse proxy and enabling HTTPS where possible
  • Added services that were requested on issue #14
  • Closes other open issues

references

  • closes #14
  • closes #13
  • closes #2
  • closes #4

1.0.1

17 Apr 01:43
4e08cb6
Compare
Choose a tag to compare

what

  • Updating to the new ProtonVPN Wireguard VPN connection
  • Disabling IPV6 in all containers
  • Adding entries to Makefile

why

  • The ProtonVPN container being used changed to the new model and it is breaking the stack
  • It also adds the Killswitch mechanism referenced on issue #3
  • Improve the maintenance process by using routines through Makefile

references