From 15f2a3e7ab5fe1d22fd4ee9390b4d180c03253a2 Mon Sep 17 00:00:00 2001 From: "pixel::doc" Date: Sat, 9 Oct 2021 01:18:05 +0200 Subject: [PATCH] Update ffsync-template.xml Important fix as per comment of dotn at https://forums.unraid.net/topic/103334-firefox-sync-server/?do=findComment&comment=1021494 this is a crutial fix for: SYNCSERVER_ALLOW_NEW_USER -> SYNCSERVER_ALLOW_NEW_USERS Reference: https://github.com/mozilla-services/syncserver/blob/master/syncserver/__init__.py#L188 SYNCSERVER_DEBUG_ENABLE added. --- ffsync-template.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/ffsync-template.xml b/ffsync-template.xml index a6ebd4e..d62f114 100644 --- a/ffsync-template.xml +++ b/ffsync-template.xml @@ -56,7 +56,7 @@ false - SYNCSERVER_ALLOW_NEW_USER + SYNCSERVER_ALLOW_NEW_USERS @@ -74,15 +74,21 @@ SYNCSERVER_FORCE_WSGI_ENVIRON + + false + SYNCSERVER_DEBUG_ENABLED + + sqlite:////data/syncserver.db - + 5000 5000 true false + false