From 044a7a951116b8b30e4c2e07368fcbfce6f1cfd2 Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 26 Aug 2022 21:55:13 +0200 Subject: [PATCH] Added license-note to README.md --- README.md | 14 +++++++++++++- frontend/src/routes/docs/self-host/+page.svelte | 4 +--- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 39356d0..e17f357 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,6 @@ [![DeepSource](https://deepsource.io/gh/mawoka-myblock/ClassQuiz.svg/?label=active+issues&show_trend=true&token=5-2Na9HN-2CXcGkHjah_Rk09&style=for-the-badge)](https://deepsource.io/gh/mawoka-myblock/ClassQuiz/) Snky badge [![codecov](https://codecov.io/gh/mawoka-myblock/ClassQuiz/branch/master/graph/badge.svg?token=7CHK2A0AMO)](https://codecov.io/gh/mawoka-myblock/ClassQuiz) -Code-Line count

ClassQuiz

@@ -26,6 +25,13 @@

+## License Note + +This repository is licensed under the [Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/), so you + +**MUST PUBLISH ANY CHANGES YOU MAKE!!!**[^1] + + ## About ClassQuiz ClassQuiz is a quiz-application like KAHOOT!, but open-source which is very important if it is a product for educational @@ -89,15 +95,21 @@ The frontend is made with [SvelteKit](https://kit.svelte.dev/) (web-framework) and [TailwindCSS](https://tailwindcss.com/) (Css-Framework). ##### External Dependencies + Selfhostable: + - [Meilisearch](https://www.meilisearch.com/) (Search-Server) - [Caddy](https://caddyserver.com/) (Reverse Proxy) - [Postgres](https://www.postgresql.org/) (Database) - [Redis](https://redis.io/) (Cache) Closed-Source 3rd parties: + - [Mapbox](https://www.mapbox.com/) (maps) - [hCaptcha](https://www.hcaptcha.com/) (captcha) --- *Kahoot! and the K! logo are trademarks of Kahoot! AS* + +[^1]: _I added this note, since people are stealing my software and changing it without providing the source-code. Maybe they +aren't aware of this license, maybe they don't care, but I don't care, why they don't do it._ **THEY HAVE TO!** diff --git a/frontend/src/routes/docs/self-host/+page.svelte b/frontend/src/routes/docs/self-host/+page.svelte index 3f1c74e..673cdb4 100644 --- a/frontend/src/routes/docs/self-host/+page.svelte +++ b/frontend/src/routes/docs/self-host/+page.svelte @@ -156,9 +156,7 @@ services: REDIS_URL: redis://redis:6379/0?decode_responses=True # don't change API_URL: http://api:80 # don't change api: - build: - context: . - dockerfile: Dockerfile + image: ghcr.io/mawoka-myblock/classquiz:master restart: always depends_on: - db