pretix/README.md
Simon 4183ab5c54
Some checks reported errors
continuous-integration/drone/push Build encountered an error
add adminpass cmd, update readme
2024-11-27 15:09:17 +01:00

1.1 KiB

pretix

Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.

  • Category: Apps
  • Status: 0
  • Image: pretix, 4, upstream
  • Healthcheck: Yes
  • Backups: Yes
  • Email: Yes
  • Tests: No
  • SSO: Only supported for customer accounts, see documentation

Quick start

  • abra app new pretix --secrets
  • abra app config <app-name>
  • abra app deploy <app-name>
  • If you get an internal server error, try running pretix migrate inside the app container
  • Initial admin is admin@localhost with password admin
  • Change immediately via gui or abra app cmd <DOMAIN> app change_adminpass

For more, see docs.coopcloud.tech.

TODO