Merge branch 'sig_helper'

This commit is contained in:
Fijxu
2024-08-10 16:17:09 -04:00
9 changed files with 466 additions and 122 deletions

View File

@@ -151,6 +151,15 @@ Invidious::Database.check_integrity(CONFIG)
{% puts "\nDone checking player dependencies, now compiling Invidious...\n" %}
{% end %}
# Misc
DECRYPT_FUNCTION =
if sig_helper_address = CONFIG.signature_server.presence
IV::DecryptFunction.new(sig_helper_address)
else
nil
end
# Start jobs
if CONFIG.channel_threads > 0