Skip to content

2.0.0

Compare
Choose a tag to compare
@ivan-pinatti ivan-pinatti released this 26 Apr 22:13
· 12 commits to main since this release
2d3213b

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