Releases: ivan-pinatti/docker-torrent-box-with-vpn
Releases · ivan-pinatti/docker-torrent-box-with-vpn
Release v2.1.5
2.1.5 (2023-05-01)
Full Changelog: v2.1.4...v2.1.5
Release v2.1.4
2.1.4 (2023-04-30)
What's Changed
- Validating pre-commit Docker-compose hook is working by @ivan-pinatti in #17
Full Changelog: v2.1.3...v2.1.4
Release v2.1.3
2.1.3 (2023-04-30)
Full Changelog: v2.1.2...v2.1.3
Release v2.1.2
2.1.2 (2023-04-27)
Full Changelog: v2.1.1...v2.1.2
Release v2.1.1
2.1.1 (2023-04-27)
Full Changelog: v2.1.0...v2.1.1
Release v2.1.0
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
Release v2.0.1
2.0.1 (2023-04-27)
2.0.0
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
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
- ProtonVPN Docker image - https://github.com/tprasadtp/protonvpn-docker
- closes #3
- closes #10