This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== WriteFreely ====== Used for the HomeLab build log (and other blogs).\\ Chosen for its extreme simplicity and clean design. ===== INSTALLATION ===== [[https://www.youtube.com/watch?v=pR4QATSRyXA|video guide]] 1. Create [[https://hub.docker.com/r/nephatrine/write-freely|docker-compose.yml]] in ''~/selfhost/writefreely'' with the following content: <code> 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 </code> [[https://wiki.opensourceisawesome.com/books/wikis-documentation-and-blogs/page/install-writefreely|complete setup procedure]] 2. Create