From 595aff0579d3e0341de6b804384d80ace0f85adb Mon Sep 17 00:00:00 2001 From: Christiaan de Die le Clercq Date: Fri, 19 Apr 2024 15:08:47 +0200 Subject: [PATCH] Add a community install guide page (#4096) --- doc/admin/installation/community.rst | 13 +++++++++++++ doc/admin/installation/index.rst | 1 + 2 files changed, 14 insertions(+) create mode 100644 doc/admin/installation/community.rst 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