carla ceb14a6d1d
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/tag Build is passing
chore: publish 2.6.0+2026.2.0 release
2026-03-19 08:42:52 +01:00
2023-06-09 10:39:19 +02:00
2025-09-29 20:20:28 +00:00
2024-11-26 18:56:01 +01:00
2025-09-30 21:01:59 +02:00

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.

Plugins

  1. Build or obtain a plugin bundle image. Use the pretix-plugins Repository to build an image containing the plugins you need, or use an existing published image.
  2. Set the following variables in your app .env:
COMPOSE_FILE=compose.yml:compose.plugin.yml
PRETIX_PLUGIN_IMAGE=git.coopcloud.tech/your-org/pretix-plugins:1.0.0
  1. Deploy as usual: abra app deploy <app-name>

How the override works

compose.plugin.yml is an optional compose file that overrides only the image: field of the app service. Docker Compose merges the two files at deploy time. If PRETIX_PLUGIN_IMAGE is not set, the standard pretix/standalone:stable image is used as a fallback, so the override file can be included without risk.

Operators without plugins

No action required. As long as COMPOSE_FILE and PRETIX_PLUGIN_IMAGE are not set in your .env, the standard pretix image is used. This override has no effect on your deployment.

Building your own plugin bundle

See the pretix-plugins Repository README for instructions on how to add or change the plugins you want to use.

TODO

Description
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
Readme 112 KiB
Languages
Shell 100%