Boris Bliznioukov
Boris Bliznioukov
I added `secret` template function that provides access to docker secrets. `secret secret_name` will insert content of `/run/secrets/secret_name` file into a templated configuration file.
some minor changes to allow alpha-numeric extensions
``` import Paragraph from '@editorjs/paragraph' ``` could not find types since types were not exported. (typo? in package.json)
https://github.com/outline/outline/issues/6909 When you log out, auth.logout destroys the local session, and then the user is redirected to /. If the OIDC provider is the only configured authentication method, the user...