rust-freely 0.1.1

An asynchronous wrapper for the WriteFreely/Write.as API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
services:
  writefreely:
    image: algernon/writefreely:latest
    ports:
      - "8080:8080"
    volumes:
      - ./data:/data:rw
    environment:
      - "WRITEFREELY_SITE_NAME=Test Instance"
      - WRITEFREELY_USER_INVITES=admin
      - WRITEFREELY_ADMIN_USER=username
      - WRITEFREELY_ADMIN_PASSWORD=password