From 16f53d2ed63c7905369324430f3c89cba2d1eff6 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Mon, 27 Jun 2022 22:06:46 +0200 Subject: [PATCH] :memo: Added info that ClassQuiz needs HTTPS --- frontend/src/routes/docs/self-host.svelte | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/routes/docs/self-host.svelte b/frontend/src/routes/docs/self-host.svelte index ade1d99..b15bb2b 100644 --- a/frontend/src/routes/docs/self-host.svelte +++ b/frontend/src/routes/docs/self-host.svelte @@ -232,8 +232,6 @@ volumes: >

Now build and deploy:

docker compose build && docker compose up -d
-

You'll have to create an index in Meilisearch with the following command:

-
docker compose exec api python3 import_to_meili.py
-

Note: I would recommend to add the command from above to your crontab so it runs daily.

+

ClassQuiz needs HTTPS/SSL to work properly!

Enjoy! ❤️