Container w/ Remark42 Comment Engine
Go to file
Daniel Wolf ad63ea4d1a
Build Container Image / build_arm64 (push) Successful in 34s Details
Build Container Image / build_amd64 (push) Successful in 42s Details
Build Container Image / build_armhf (push) Successful in 58s Details
Build Container Image / build_i386 (push) Successful in 39s Details
Build Container Image / push_amd64 (push) Successful in 9s Details
Build Container Image / push_i386 (push) Successful in 10s Details
Build Container Image / push_arm64 (push) Successful in 10s Details
Build Container Image / push_armhf (push) Successful in 10s Details
Build Container Image / push (push) Successful in 1m38s Details
Build Container Image / update_readme (push) Successful in 10s Details
Build Container Image / build (push) Successful in 2m32s Details
fix: we do not need to auth with dockerhub so much
2024-03-29 14:53:58 -04:00
.gitea/workflows fix: we do not need to auth with dockerhub so much 2024-03-29 14:53:58 -04:00
.reuse chore: better reuse compliance 2024-03-29 10:29:49 -04:00
LICENSES add reuse copyright information 2023-10-25 14:35:07 -04:00
override/etc/s6-overlay/s6-rc.d chore: better reuse compliance 2024-03-29 10:29:49 -04:00
.dockerignore update *ignore files 2023-10-25 14:33:57 -04:00
Dockerfile fix: keep hadolint satiated 2024-03-29 14:53:40 -04:00
LICENSE.md update license #noci 2024-03-09 09:38:57 -05:00
README.md add reuse copyright information 2023-10-25 14:35:07 -04:00
docker-compose.yml add reuse copyright information 2023-10-25 14:35:07 -04:00

README.md

Git | Docker | unRAID

Remark42 Comment Engine

This docker image contains a Remark42 server to self-host your own comments.

The latest tag points to version 1.12.1 and this is the only image actively being updated. There are tags for older versions, but these may no longer be using the latest Alpine version and packages.

To secure this service, we suggest a separate reverse proxy server, such as an NGINX container.

Docker-Compose

This is an example docker-compose file:

services:
  remark42:
    image: nephatrine/remark42-ce:latest
    container_name: remark42
    environment:
      TZ: America/New_York
      PUID: 1000
      PGID: 1000
      REMARK_URL: http://127.0.0.1:8080
      SITE: remark
    ports:
      - "8080:8080/tcp"
    volumes:
      - /mnt/containers/remark42:/mnt/config

Server Configuration

There are some important configuration files you need to be aware of and potentially customize.

  • /mnt/config/etc/remark42-config
  • /mnt/config/www/remark42/*

Modifications to these files will require a service restart to pull in the changes made.