diff --git a/doc/admin/installation/community.rst b/doc/admin/installation/community.rst new file mode 100644 index 0000000000..66e9e22719 --- /dev/null +++ b/doc/admin/installation/community.rst @@ -0,0 +1,13 @@ +.. highlight:: none + +.. _`community`: + +Community install guides +================================ + +.. warning:: The guides are maintained by the community and not by the pretix core team. If you encounter any issues with the guides, please report them to the maintainers of the guides. The pretix core team can not provide support for installs using these guides. + +Kubernetes +------------ +- Helm Chart by techwolf12 - A Helm chart for deploying pretix on Kubernetes. The chart documentation is available on `ArtifactHub `_ and the source code is available on `GitHub `_. + diff --git a/doc/admin/installation/index.rst b/doc/admin/installation/index.rst index 6c58546e1c..8fdbd9cf5b 100644 --- a/doc/admin/installation/index.rst +++ b/doc/admin/installation/index.rst @@ -14,3 +14,4 @@ for your needs. manual_smallscale dev_version enterprise + community