Skip to content

Eisfunke/overleaf

 
 

Repository files navigation

Overleaf OIDC Edition

This is a fork of Overleaf that we use on https://tex.fachschaften.org. The main change is that we added support for login via OpenID Connect.

Note that this currently still has some stuff that's hardcoded for our use, e.g. the log-in page text, and it enables shell-escape.

A mirror of this repo with CI that builds Docker images can be found at https://gitlab.fachschaften.org/tudo-fsinfo/admin/overleaf.

Environment Variables

You need to set the following env vars:

  • OIDC_ISSUER: https://account.example.org/realms/fachschaften.org
  • OIDC_AUTHORIZATION_URL: https://account.example.org/realms/fachschaften.org/protocol/openid-connect/auth
  • OIDC_TOKEN_URL: https://account.example.org/realms/fachschaften.org/protocol/openid-connect/token
  • OIDC_USERINFO_URL: https://account.example.org/realms/fachschaften.org/protocol/openid-connect/userinfo
  • OIDC_CALLBACK_URL: https://tex.example.org/login/oidc/callback
  • OIDC_CLIENT_ID
  • OIDC_CLIENT_SECRET

About

A web-based collaborative LaTeX editor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.2%
  • TypeScript 19.4%
  • Less 3.6%
  • Java 3.0%
  • Pug 1.5%
  • Shell 0.7%
  • Other 1.6%