From be5e6cc8708e174fe44b4c267cc68c11ea45ec83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Thu, 27 Feb 2025 09:28:11 +0100 Subject: [PATCH] Add HTTPS instructions to the website (#2695) --- json/wger.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/json/wger.json b/json/wger.json index fcc8abc7..c3282dfa 100644 --- a/json/wger.json +++ b/json/wger.json @@ -30,5 +30,10 @@ "username": "admin", "password": "adminadmin" }, - "notes": [] -} + "notes": [ + { + "text": "Enable proxy support by uncommenting this line in `/home/wger/src/settings.py` and pointing it to your URL: `# CSRF_TRUSTED_ORIGINS = ['http://127.0.0.1', 'https://my.domain.example.com']`, then restart the service `systemctl restart wger`.", + "type": "info" + } + ] +} \ No newline at end of file