diff --git a/.circleci/config.yml b/.circleci/config.yml index 81893df..661a5c8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,12 +126,6 @@ workflows: build-all: jobs: - build: - filters: - branches: - only: - - master - - unstable - - buildarm: filters: branches: only: diff --git a/changelog.md b/changelog.md index 6e47e9e..38623cd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ ## Version 0.9.19 - Add country whitelist option to geoblocker + - No countries blocked by default anymore + - Merged ARM and AMD into a single docker tag (latest) + - Update to Debian 12 - Fix issue with Contradictory scheme headers - Fix issue where non-admin users cant see Servapp on the homepage diff --git a/package.json b/package.json index 08f53f7..cbbbf62 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.9.19-unstable", + "version": "0.9.19", "description": "", "main": "test-server.js", "bugs": { diff --git a/readme.md b/readme.md index 2fa6d9c..8a7c52d 100644 --- a/readme.md +++ b/readme.md @@ -161,10 +161,6 @@ make sure you expose the right ports (by default 80 / 443). It is best to keep t You also need to keep the docker socket mounted, as Cosmos needs to be able to manage your containers. -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/9%20Other%20Setups/#env-var). if you are having issues with the installation, please contact us on [Discord](https://discord.gg/PwMWwsrwHA)!