iv-org / invidious

Invidious is an alternative front-end to YouTube
https://invidious.io
GNU Affero General Public License v3.0
16.19k stars 1.79k forks source link

[Question] Specifying inv_sig_helper instance ip address #4948

Closed gr3m1in closed 4 days ago

gr3m1in commented 5 days ago

Hi

What is the proper way to specify the ip address of inv_sig_helper?

After grepping the inv_sig_helper related docs and issues i guess that invidious tries 127.0.0.1 by default, which is probably sufficient in most simple cases... But how can i specify a non-loopback address where invidious will find the inv_sig_helper instance listening on tcp/12999?

Thanks!

gr3m1in commented 4 days ago

Never mind

I found it as "signature_server" in config.yml

Sorry for disturbance Closing