Container w/ Remark42 Comment Engine
Go to file
Daniel Wolf f4f13adf89
Build Container Image / build_arm64 (push) Successful in 37s Details
Build Container Image / build_amd64 (push) Successful in 44s Details
Build Container Image / build_armhf (push) Successful in 1m3s Details
Build Container Image / push_arm64 (push) Successful in 12s Details
Build Container Image / push_amd64 (push) Successful in 13s Details
Build Container Image / build_i386 (push) Successful in 40s Details
Build Container Image / push_armhf (push) Successful in 13s Details
Build Container Image / push_i386 (push) Successful in 14s Details
Build Container Image / push (push) Successful in 1m20s Details
Build Container Image / update_readme (push) Successful in 4s Details
Build Container Image / build (push) Successful in 2m35s Details
ci: allow any fast runner to push to relieve bottlenecks
2024-05-06 16:58:09 -04:00
.gitea/workflows ci: allow any fast runner to push to relieve bottlenecks 2024-05-06 16:58:09 -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 chore: just add a comment to separate build stages 2024-03-29 15:24:57 -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.