Modified version of Hedgedoc with Datatracker roles support
ghcr.io/ietf-tools/hedgedoc:latest
CMD_DB_URL
: PostgreSQL Connection StringPGSSLMODE
: (optional) SSL Connection Mode (e.g.require
). See accepted valuesNODE_EXTRA_CA_CERTS
: (optional) Path to additional CA certificates for the DB connection. (e.g./ca/some-cert.crt
)
CMD_DOMAIN
: The hostname of the siteCMD_PROTOCOL_USESSL
: Whether to use HTTPS (should be set totrue
)CMD_SESSION_SECRET
: Some random string to use encrypt the sessions.
CMD_OAUTH2_CLIENT_ID
: OAuth2 Client IDCMD_OAUTH2_CLIENT_SECRET
: OAuth2 Client SecretCMD_OAUTH2_ACCESS_ROLE
: Roles mappings that are allowed to login, in the following format:Example value:tuple1-left,tuple1-right;tuple2-left,tuple2-right;...
member,tools;chair,tools