This site is powered by free software. If you want to read the license terms or obtain the source code, follow these links or instructions:
pretix (AGPLv3 with additional terms): https://github.com/pretix/pretix
Use these instructions: https://docs.pretix.eu/en/latest/admin/installation/docker_smallscale.html#install-a-plugin
With this dockerfile:
FROM pretix/standalone:stable
USER root
RUN pip install git+https://gitlab.fachschaften.org/kif/pretix-oidc.git
USER pretixuser
RUN cd /pretix/src && make production