This repository contains a patched version of Remark42.
Remark42 is a self-hosted, lightweight and simple (yet functional) comment engine, which doesn't spy on users. It can be embedded into blogs, articles, or any other place where readers add comments.
The following changes were made to the upstream version:
- Change provider URLs, to enable OAuth authentication against Coventry University's GitHub Enterprise server
The easiest way to use this version of Remark42 is within a docker-compose.yml
configuration. Ensure your service definition includes this repository as the build source as follows.
services:
remark42:
build: https://github.coventry.ac.uk/ab5169/remark42.git
See the Remark42 documentation for details of environment variables and other configuration options.