From 128c3fb8a679ef1b4e0b9bce4b3642a4753482b5 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 8 Nov 2025 10:55:57 +0100 Subject: [PATCH 1/2] docs(pretix): Add redis configuration Closes #1951 --- source/guide_pretix.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/guide_pretix.rst b/source/guide_pretix.rst index aee6dd60..6bb975fd 100644 --- a/source/guide_pretix.rst +++ b/source/guide_pretix.rst @@ -116,6 +116,10 @@ Now you need to set up the configuration, create the file ``~/.pretix.cfg`` and broker=redis+socket:///home/isabell/.redis/sock backend=redis+socket:///home/isabell/.redis/sock + [redis] + location=unix:///home/isabell/.redis/sock?db=0 + sessions=true + [mail] from=isabell@uber.space host=stardust.uberspace.de From a1f43d852d6e58e7587d22d2235984b35b76d2aa Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 8 Nov 2025 11:00:56 +0100 Subject: [PATCH 2/2] fix(pretix): Emphasize correct lines --- source/guide_pretix.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/guide_pretix.rst b/source/guide_pretix.rst index 6bb975fd..50b58571 100644 --- a/source/guide_pretix.rst +++ b/source/guide_pretix.rst @@ -95,7 +95,7 @@ Now you need to set up the configuration, create the file ``~/.pretix.cfg`` and .. warning:: Be sure, to replace all values with correct data of your own Uberspace account! .. code-block:: ini - :emphasize-lines: 2,3,5,10,11,12,17,18,21,22,23,24,25 + :emphasize-lines: 2,3,5,10,11,12,17,18,21,25,26,27,28 [pretix] instance_name=Isabells pretix