Help people make decisions together https://github.com/loomio/loomio
Go to file
stevensting 112a1f6d3a
Some checks failed
continuous-integration/drone/pr Build is failing
add redis password and increase version. does not work yet
2025-02-16 11:49:16 +01:00
release upgrade postgres db to version 17 and loomio minor version 2025-02-12 18:59:18 +01:00
.drone.yml Add missing secrets for CI 2025-02-11 11:49:25 -05:00
.env.sample add redis password and increase version. does not work yet 2025-02-16 11:49:16 +01:00
abra.sh add redis password and increase version. does not work yet 2025-02-16 11:49:16 +01:00
compose.smtp.yml use docker secret for mail and seperate compose file 2025-02-09 19:48:48 +01:00
compose.yml add redis password and increase version. does not work yet 2025-02-16 11:49:16 +01:00
entrypoint.redis.sh add redis password and increase version. does not work yet 2025-02-16 11:49:16 +01:00
entrypoint.sh use docker secret for mail and seperate compose file 2025-02-09 19:48:48 +01:00
README.md add some documentation 2025-02-12 16:10:04 +01:00

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/*, 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 <app-name>
  • insert your smtp password with abra app secret insert <app-name> smtp_password v1 "<your-password>"
  • abra app deploy <app-name>
  • 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-name> 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 <app-name> smtp_password v1 "<your-password>"
  • abra app secret generate <app-name> db_password v1
  • abra app deploy <app-name>
  • set the new password in DB: abra app cmd <app-name> db set_new_db_password
  • redeploy if necessary

For more, see docs.coopcloud.tech.