generated from coop-cloud/example
An open source platform for building a writing space on the web.
|
||
---|---|---|
.drone.yml | ||
.env.sample | ||
abra.sh | ||
compose.keycloak.yml | ||
compose.yml | ||
config.ini.tmpl | ||
entrypoint.sh | ||
first_deploy.sh | ||
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
- Set up Docker Swarm and [
abra
] - Deploy [
coop-cloud/traefik
] abra app new writefreely --secrets
(optionally with--pass
if you'd like to save secrets inpass
)abra app config YOURAPPDOMAIN
- be sure to changeDOMAIN
to something that resolves to your Docker swarm boxabra app deploy YOURAPPDOMAIN
- 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 ❤️