A minimal wrapper around WriteFreely to allow it run inside a docker container
| scripts | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
WriteFreely Docker
A minimal wrapper around WriteFreely to allow it run inside a docker container
Running the container
- Edit docker-compose.yml (e.g. enter your site name, domain, and add a reverse proxy like traefik)
- Start the container
- Create a user using the following command
docker exec -it container-name ./writefreely -c /tmp/writefreely.ini user create --admin "username:password" - Profit?
License
This repo is licensed under the AGPL, just like WriteFreely.