Files
liberaforms/README.md
Brooke c9644d39f2
All checks were successful
continuous-integration/drone/push Build is passing
update readme
2025-10-29 13:44:44 -04:00

1.2 KiB

liberaforms

Ethical form software

  • Category: Apps
  • Status: wip
  • Image: liberaforms, 1
  • Healthcheck: Yes
  • Backups: Yes
  • Email: 1
  • Tests: Yes
  • SSO: 3

Quick start

  • abra app new liberaforms
  • Generate secrets
    • abra app secret g <domain-name> secret_key v1
    • abra app secret g <domain-name> db_password v1
  • Set an admin email address abra app config <domain-name>
  • abra app deploy <domain-name>
  • Create tables abra app cmd <domain-name> forms setup_db more info in liberaforms docs
  • Generate keypair used to sign form entries/uploads abra app cmd <domain-name> forms gen_key
  • Insert the key abra app secret i forms.fung.uy crypto_key v1 <key>
  • Re-deploy

Admin account setup

Once liberaforms is deployed, go to the login screen by clicking the text in the top right. Next, click "forgot password" now you can fill in the email you set as your admin email and you will be prompted to set a password.

For more, see docs.liberaforms.org.