From 561429483aae271c1459892edfee95ab236fa725 Mon Sep 17 00:00:00 2001 From: John Wesley Date: Sat, 22 Jul 2023 22:32:08 -0400 Subject: [PATCH 1/2] Fix link to Other Setups page --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 234f8c8..dc168ab 100644 --- a/readme.md +++ b/readme.md @@ -163,6 +163,6 @@ you can use `latest-arm64` for arm architecture (ex: NAS or Raspberry). Finally, if you are using Cosmos from one of the countries considered "high risk," you can prevent Cosmos from blocking your IP by adding the following environment variable to your Docker run command: `-e COSMOS_SERVER_COUNTRY=IN`. Replace "IN" with your country code. The following countries are blocked by default: China (CN), Russia (RU), Turkey (TR), Brazil (BR), Bangladesh (BD), India (IN), Nepal (NP), Pakistan (PK), Sri Lanka (LK), Vietnam (VN), Indonesia (ID), Iran (IR), Iraq (IQ), Egypt (EG), Afghanistan (AF), and Romania (RO). Please note that this choice is neither political nor personal; it is solely based on past attack statistics. If you are from one of these countries and want to use Cosmos, we sincerely apologize for the inconvenience. If you are having issues with this, please contact us on Discord! -You can tweak the config file accordingly. Some settings can be changed before end with env var. [see here](https://cosmos-cloud.io/doc/6%20Other%20Setups/#env-var). +You can tweak the config file accordingly. Some settings can be changed before end with env var. [see here](https://cosmos-cloud.io/doc/9%20Other%20Setups/#env-var). if you are having issues with the installation, please contact us on [Discord](https://discord.gg/PwMWwsrwHA)! From d68a27dd678eca7690b8138786d5045d76e480b0 Mon Sep 17 00:00:00 2001 From: John Wesley Date: Sat, 22 Jul 2023 22:36:17 -0400 Subject: [PATCH 2/2] Sign the Contributor License Agreement --- .clabot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.clabot b/.clabot index ede7f6d..2f26cb9 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": ["azukaar"], + "contributors": ["azukaar", "jwr1"], "message": "We require contributors to sign our [Contributor License Agreement](https://github.com/azukaar/Cosmos-Server/blob/master/cla.md). In order for us to review and merge your code, add yourself to the .clabot file as contributor, as a way of signing the CLA." -} \ No newline at end of file +}