documentation
documentation copied to clipboard
WriteFreely documentation
We don't currently have any documentation for setting up OAuth providers: Write.as, Slack, GitLab.
This updates the container documentation to follow my findings under https://github.com/herzenschein/herz-podman/tree/main/writefreely. There are a few noteworthy things here: * The bash script wasn't needed and it was outdated * The...
basic configuration files and notes about running varnish in front of writefreely
### Describe the bug https://writefreely.org/docs/v0.13.2/writer/writing.md Section **Syntax-highlighted Code Blocks**. It doesn't. :-) Looks like _three-backticks-go_ isn't quite interpreted, or you forgot closing three-backticks? ### Expected behavior Probably rendering a syntax...
We can do this either in the install guide or another admin guide. Carried over from the suggestion in writefreely/writefreely#629.
We need to explain how to upgrade WriteFreely when using Docker.
Currently, and according to [issue #80 on the writefreely repo](https://github.com/writeas/writefreely/issues/80), in the future, the post rendering function does not allow data URI images (by default). That behavior isn't "standard," as...
Following the [Getting Started page](https://writefreely.org/start) results in the writefreely server process running as root, which is far from ideal from a security perspective. It would be better to create a...
When running `go get -d github.com/writefreely/writefreely/cmd/writefreely`, go outputs this: ``` go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a...