anhgelus / writefreely-docker

Mozilla Public License 2.0
2 stars 0 forks source link

WriteFreely Docker

Docker integration of WriteFreely.

Installation

  1. Download install.sh and docker-compose.yml

    wget https://raw.githubusercontent.com/anhgelus/writefreely-docker/main/install.sh
    wget https://raw.githubusercontent.com/anhgelus/writefreely-docker/main/docker-compose.yml
  2. Run the installation script

    sh install.sh

    Select these values:

    • Production, standalone OR Production, behind reverse proxy
    • (If you have selected "Production, standalone") As you need
    • SQLite
    • writefreely.db
    • As you want
    • Your login (username, password and blog name)
    • Real address of your blog (e.g. https://blog.anhgelus.world)
    • As you want
  3. Start the container and enjoy!

    docker compose up -d