Files
writefreely/README.md
2025-09-08 21:29:30 -04:00

36 lines
1.0 KiB
Markdown

# writefreely
> An open source platform for building a writing space on the web.
<!-- metadata -->
* **Category**: Apps
* **Status**: 2, beta
* **Image**: [`writefreely`](https://git.coopcloud.tech/coop-cloud-chaos-patchs/docker-writefreely), 1, Co-op Cloud custom image
* **Healthcheck**: 3
* **Backups**: 1
* **Email**: 3
* **Tests**: No
* **SSO**: 1
<!-- endmetadata -->
## Basic usage
1. Set up Docker Swarm and `abra`
2. Deploy `coop-cloud/traefik`
3. `abra app new writefreely --secrets` (optionally with `--pass` if you'd like
to save secrets in `pass`)
4. `abra app config <domain>` - be sure to change `<domain>` to something that resolves to
your Docker swarm box
5. `abra app deploy <domain>`
6. Open the configured domain in your browser to finish set-up
## Keycloak setup
For the **OAUTH_HOST** config, it uses this format: `https://keycloak.domain.here/auth/realms/<your realm>/protocol/openid-connect`.
## Acknowledgements
Thanks to [@knoflook](https://git.coopcloud.tech/knoflook) for packaging work :heart: