Skip to content
Permalink
7afb98a0d7
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
33 lines (21 sloc) 1.29 KB

Remark42 for Coventry University

About

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.

Changes

The following changes were made to the upstream version:

How to Use

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.