What's Changed
Features
- feat: add optional API key validation and input to configuration by @Viren070 in #99
- This adds an
API_KEY
environment variable that allows you to protect your instance from unauthorised use. When this environment variable is set, it adds anAPI Key
field to the configuration page which is required to match the value set in the environment variable to be able to install and use the addon. Setting this will break previous configurations, and you will need to reconfigure and enter the API key to install it again.
- This adds an
- Adds a
JACKETT_INDEXERS
environment variables which is used in the default Jackettio configuration - Improved logging (if on a CF worker, change the default value of
LOG_FORMAT
tojson
on your fork inpackages/utils/settings.ts
) - Added
SDR
as a visual tag
Fixes
- fix(wrappers): use new config format and make service optional for comet by @Viren070 in #98
- This updates AIOStreams to work with the rewritten comet
- Fixes the include filter being required on both indexers and filename
- Fixes un-ideal implementation and documentation for encryption. #87
- It is recommended you switch to a 64 character hex key (32 character keys will continue working). Previous configurations will become incompatible after switching. (You can load your existing config by pressing configure, then updating the secret key in the environment variable, restarting the server, and generating the manifest again to keep existing configurations)
- Fixes formatting issues for MediaFlow streams and
Addon name in description
- Fixed loading the overriden addon name from previous configurations
Full Changelog: v1.13.8...v1.14.0