[release] v0.9.19

This commit is contained in:
Yann Stepienik 2023-08-11 15:50:15 +01:00
parent 7e38f5b78e
commit bbe3e7483e
4 changed files with 4 additions and 11 deletions

View file

@ -126,12 +126,6 @@ workflows:
build-all:
jobs:
- build:
filters:
branches:
only:
- master
- unstable
- buildarm:
filters:
branches:
only:

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "cosmos-server",
"version": "0.9.19-unstable",
"version": "0.9.19",
"description": "",
"main": "test-server.js",
"bugs": {

View file

@ -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)!