From 1f5c5d322a3c64b45ed108b443e645b6666fdc2b Mon Sep 17 00:00:00 2001 From: Theo Satabin Date: Tue, 1 Oct 2024 11:53:45 +0200 Subject: [PATCH] Correction de la documentation du serveur --- .github/workflows/fullgeneration-docker.yaml | 2 +- .github/workflows/generation-docker.yaml | 2 +- .github/workflows/server-docker.yaml | 2 +- run/server/README.md | 17 +++++++---------- 4 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.github/workflows/fullgeneration-docker.yaml b/.github/workflows/fullgeneration-docker.yaml index 7ca9664..07e5679 100644 --- a/.github/workflows/fullgeneration-docker.yaml +++ b/.github/workflows/fullgeneration-docker.yaml @@ -28,7 +28,7 @@ on: styles_tag: description: 'Styles tagged version' required: true - default: '4.3' + default: '4.4' jobs: push_to_registry: diff --git a/.github/workflows/generation-docker.yaml b/.github/workflows/generation-docker.yaml index 86ad00a..18c01bf 100644 --- a/.github/workflows/generation-docker.yaml +++ b/.github/workflows/generation-docker.yaml @@ -12,7 +12,7 @@ on: styles_tag: description: 'Styles tagged version' required: true - default: '4.3' + default: '4.4' jobs: push_to_registry: diff --git a/.github/workflows/server-docker.yaml b/.github/workflows/server-docker.yaml index 84e4ae5..e84dec8 100644 --- a/.github/workflows/server-docker.yaml +++ b/.github/workflows/server-docker.yaml @@ -12,7 +12,7 @@ on: styles_tag: description: 'Styles version' required: true - default: '4.3' + default: '4.4' tilematrixsets_tag: description: 'Tile matrix sets version' required: true diff --git a/run/server/README.md b/run/server/README.md index cd85797..a792827 100644 --- a/run/server/README.md +++ b/run/server/README.md @@ -27,11 +27,8 @@ Liste des variables d'environnement injectées dans les fichiers de configuratio * SERVER_TMS (`/usr/share/rok4/tilematrixsets`) * SERVER_BACKLOG (`0`) * `services.json` - * SERVICE_TITLE (`WMS/WMTS/TMS server`) - * SERVICE_ABSTRACT (`This server provide WMS, WMTS and TMS raster and vector data broadcast`) * SERVICE_PROVIDERNAME (`ROK4 Team`) * SERVICE_PROVIDERSITE (`https://rok4.github.io/`) - * SERVICE_KEYWORDS (`WMS,WMTS,TMS,Docker`) * SERVICE_FEE (`none`) * SERVICE_ACCESSCONSTRAINT (`none`) * SERVICE_INDIVIDUALNAME (``) @@ -60,7 +57,7 @@ Liste des variables d'environnement injectées dans les fichiers de configuratio Il est possible de surcharger chacune de ces valeurs de configuration via des variables d'environnement. Exemple : -`docker run --publish 9000:9000 -e SERVICE_TITLE='"Mon serveur ROK4"' rok4/server` +`docker run --publish 9000:9000 rok4/server` Afin de définir des valeurs avec des espaces (comme dans l'exemple), il faut bien encapsuler la chaîne avec des des doubles quotes et des simples. @@ -91,11 +88,11 @@ services: - storage environment: - SERVER_LOGLEVEL=info - - SERVICE_WMTS_ENDPOINT=http://localhost:8082/data/wmts - - SERVICE_WMS_ENDPOINT=http://localhost:8082/data/wms - - SERVICE_TMS_ENDPOINT=http://localhost:8082/data/tms - - SERVICE_COMMON_ENDPOINT=http://localhost:8082/data/common - - SERVICE_TILES_ENDPOINT=http://localhost:8082/data/tiles + - SERVICE_WMTS_ENDPOINT=http://localhost/wmts + - SERVICE_WMS_ENDPOINT=http://localhost/wms + - SERVICE_TMS_ENDPOINT=http://localhost/tms + - SERVICE_COMMON_ENDPOINT=http://localhost/common + - SERVICE_TILES_ENDPOINT=http://localhost/tiles - ROK4_S3_SECRETKEY=rok4S3storage - ROK4_S3_KEY=rok4 - ROK4_S3_URL=http://storage:9000 @@ -166,4 +163,4 @@ Des routes de santé permettent de surveiller l'activité et le contenu du serve Et les données sont consultables via l'interface du minio : http://localhost:9000 (accès : rok4 / rok4S3storage) -Une stack plus complète incluant un visualisateur est disponible [ici](https://github.com/rok4/docker/tree/master/run/server/docker-compose-s3.yaml). +Une stack plus complète incluant un visualisateur est disponible [ici](https://github.com/rok4/docker/tree/master/run/server/docker-compose.yaml).