mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
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:
parent
cad6bc8ca0
commit
ce62fdb142
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user