WriteFreely

Used for the HomeLab build log (and other blogs).
Chosen for its extreme simplicity and clean design.

INSTALLATION

video guide

1. Create docker-compose.yml in ~/selfhost/writefreely with the following content:

services:
  write-freely:
    image: nephatrine/write-freely:latest
    container_name: write-freely
    environment:
      TZ: America/Los_Angeles
      PUID: 1000
      PGID: 1000
    ports:
      - "70:70/tcp"       # REPLACE WITH [##]:70/tcp
      - "8080:8080/tcp"   # REPLACE WITH [2##80]:8080/tcp
    volumes:
      - .wfconfig:/mnt/config

complete setup procedure

2. Create