generated from coop-cloud/example
26 lines
733 B
Plaintext
26 lines
733 B
Plaintext
# plugins.txt
|
|
# ============
|
|
# One plugin per line. pip install syntax is fully supported.
|
|
# Comment out or remove a line to exclude a plugin from the image.
|
|
#
|
|
# Supported formats:
|
|
# Local plugin from this repo:
|
|
# ./plugins/my-plugin/
|
|
#
|
|
# Plugin from PyPI:
|
|
# pretix-pages
|
|
#
|
|
# Plugin from a Git repository at a specific tag:
|
|
# git+https://git.coopcloud.tech/my-org/pretix-my-plugin.git@1.0.0
|
|
#
|
|
# After editing this file, build a new image:
|
|
# git tag 1.x.0 && git push origin 1.x.0
|
|
# ============
|
|
|
|
# --- Local plugins (source code in this repo) ---
|
|
./plugins/attendance_confirm_plugin
|
|
./plugins/selective_export_plugin
|
|
|
|
# --- Community plugins from PyPI (uncomment to enable) ---
|
|
#pretix-pages
|
|
#pretix-fontpack-free |