From 2e883a3911d2744844c01a7304c37de296cc1fb7 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:10:29 -0700 Subject: [PATCH 1/5] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a67cd44..eea2477 100644 --- a/README.md +++ b/README.md @@ -13,5 +13,9 @@ In order to build, you need the .NET 9 SDK. 2. Run ``dotnet build`` Within The Folder That Contains The .csproj File 3. Configure And Enjoy! -# Docker Container -This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. \ No newline at end of file +# Docker Container (Recommended Self-Hosting Solution) +This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``qtc-net-server/docker-compose.yml`` + +# JWT Keys +JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. +You Can Use A Website Such As https://jwt-keys.21no.de/ To Generate Them. \ No newline at end of file From 40cbfc6de1ef04deb2302d10d95080d520992baf Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:10:52 -0700 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea2477..82269e7 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ In order to build, you need the .NET 9 SDK. 3. Configure And Enjoy! # Docker Container (Recommended Self-Hosting Solution) -This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``qtc-net-server/docker-compose.yml`` +This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``docker-compose.yml`` # JWT Keys JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. From 7ce6ffb4f0757694260050b1407c2174ec1eac7b Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:13:55 -0700 Subject: [PATCH 3/5] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82269e7..6191e9c 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,6 @@ In order to build, you need the .NET 9 SDK. This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``docker-compose.yml`` # JWT Keys -JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. -You Can Use A Website Such As https://jwt-keys.21no.de/ To Generate Them. \ No newline at end of file +JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables.\ + +Anything Can Be Put Here, But For Security, It Should Be Within 32-Characters Long And Should Be Secure. \ No newline at end of file From 50afbde704094008894b29480459b782cbfa27b2 Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:14:04 -0700 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6191e9c..1f8a68b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ In order to build, you need the .NET 9 SDK. This Server Does Have A Docker Container You Can Create That Contains Your Config And User Content. Please Refer To ``docker-compose.yml`` # JWT Keys -JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables.\ +JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. Anything Can Be Put Here, But For Security, It Should Be Within 32-Characters Long And Should Be Secure. \ No newline at end of file From f76499e8a6859bc3a6abe42433625cb69eb3e58e Mon Sep 17 00:00:00 2001 From: Alan Moon Date: Sun, 15 Jun 2025 15:14:46 -0700 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f8a68b..9eba389 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ This Server Does Have A Docker Container You Can Create That Contains Your Confi # JWT Keys JWT Keys should be generated from scatch and added to your ``docker-compose.yml`` environment variables. -Anything Can Be Put Here, But For Security, It Should Be Within 32-Characters Long And Should Be Secure. \ No newline at end of file +Anything Can Be Put Here, But For Security, It Should Be Within 32-Characters Long And Should Be Secure. An Example Key Is Provided, And Should Not Be Used In Production. \ No newline at end of file