searx: Use OpenID Connect instead of pubtkt based SSO

Tests:

- Application is not installable in stable and testing. It is not functional in
unstable.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2025-11-23 22:40:58 -08:00 committed by James Valleroy
parent cad6bc8ca0
commit ce62fdb142
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -1,9 +1,5 @@
<Location /searx/>
Include includes/freedombox-single-sign-on.conf
<IfModule mod_auth_pubtkt.c>
TKTAuthToken "web-search" "admin"
</IfModule>
ProxyPass unix:/run/uwsgi/app/searx/socket|uwsgi://uwsgi-uds-searx/
Use AuthOpenIDConnect
Use RequireGroup web-search
</Location>