# Loomio "Loomio is a collaborative decision-making tool that makes it easy for anyone to participate in decisions which affect them. To find out more, visit Loomio.org." * **Category**: Apps * **Status**: 3, work-in-progress * **Image**: [`loomio/*`](https://hub.docker.com/r/loomio), 4, upstream * **Healthcheck**: Yes * **Backups**: Yes * **Email**: Outgoing yes, incoming no * **Tests**: No * **SSO**: No ## Basic usage * `abra app new loomio --secrets ` (optionally with `--pass` if you'd like to save secrets in `pass`) * `abra app config ` * insert your smtp password with `abra app secret insert smtp_password v1 ""` * `abra app deploy ` * Open the configured domain in your browser to create your user account (only works in case mail is configured correctly) * Give yourself admin rights by running `abra app cmd app make_last_user_admin` ## Manuel migration steps when upgrading from 0.6.0+v2.25.2 and earlier to 1.0.0+v2.25.2 and later * adapt your env file with the new vars, especially SECRET_DB_PASSWORD_VERSION=v1 and SECRET_SMTP_PASSWORD_VERSION=v1 * insert your smtp password with `abra app secret insert smtp_password v1 ""` * `abra app secret generate db_password v1` * `abra app deploy ` * set the new password in DB: `abra app cmd db set_new_db_password` * redeploy if necessary For more, see [docs.coopcloud.tech](https://docs.coopcloud.tech).