i am trying to set up a private cryptpad instance including sso.
with out sso the instance runs fine.
adding sso gives me a 404 error
it tries to get three files:
https://example.com/sso/extensions.js
https://example.com/sso/translations/messages.json
https://example.com/sso/translations/messages.de.json
as i understand it, the advanced-nginx-config file serves quite a bit by itself and not using the server on port 3000
however the sso folder is not in the root directory of cryptpad. so they should be served using the cryptpad server.
it would be great if you could update the config file at
https://github.com/cryptpad/cryptpad/blob/main/docs/example-advanced.nginx.conf
to also support sso.
thanks
t.