An open source platform for building a writing space on the web.
Go to file
3wc 39e3a49dfc
continuous-integration/drone/push Build is passing Details
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:56 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:56 -08:00
.env.sample feat: support wysiwyg 2021-12-10 11:37:42 +01:00
README.md Update abra syntax in examples (finally) [mass update] 2023-01-19 16:02:28 -08:00
abra.sh feat: support wysiwyg 2021-12-10 11:37:42 +01:00
compose.keycloak.yml feat: support wysiwyg 2021-12-10 11:37:42 +01:00
compose.yml feat: support wysiwyg 2021-12-10 11:37:42 +01:00
config.ini.tmpl feat: support wysiwyg 2021-12-10 11:37:42 +01:00
entrypoint.sh init 2021-12-09 16:11:56 +01:00
first_deploy.sh init 2021-12-09 16:11:56 +01:00

README.md

writefreely

An open source platform for building a writing space on the web.

  • Category: Apps
  • Status: 2, beta
  • Image: writeas/writefreely, 4, upstream
  • Healthcheck: 3
  • Backups: 1
  • Email: 3
  • Tests: No
  • SSO: 1

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 YOURAPPDOMAIN - be sure to change DOMAIN to something that resolves to your Docker swarm box
  5. abra app deploy YOURAPPDOMAIN
  6. Open the configured domain in your browser to finish set-up

Post-install

passwd=`abra app run pen.lumbung.space db cat /run/secrets/db_password`
abra app run pen.lumbung.space db mysql -u writeas -p$passwd writefreely
ALTER TABLE `oauth_users` MODIFY `access_token` varchar(2048);

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 for packaging work ❤️