From a4ec274931b8d4226da39f75deb132204f11f4fb Mon Sep 17 00:00:00 2001 From: Emilien Devos <121870973+edevosc2c@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:49:05 +0100 Subject: [PATCH] migrate from traefik.me to nip.io --- README.md | 4 ++-- default.properties | 2 +- gateway/security.yaml | 6 +++--- geonetwork/microservices/ogc-api-records/config.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ae9e9376..93edfb63 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ Note that if you are developing, and running the servlet container with the Mave ## 3-steps editing -Before using this datadir, you should at least change the default FQDN (`georchestra-127-0-1-1.traefik.me`) for yours. +Before using this datadir, you should at least change the default FQDN (`georchestra-127-0-0-1.nip.io`) for yours. This can be done very easily with eg: ``` cd /etc/georchestra -find ./ -type f -exec sed -i 's/georchestra-127-0-1-1.traefik.me/my.fqdn/' {} \; +find ./ -type f -exec sed -i 's/georchestra-127-0-0-1.nip.io/my.fqdn/' {} \; ``` ...where `my.fqdn` is your server's FQDN. diff --git a/default.properties b/default.properties index aa66da63..feca1784 100644 --- a/default.properties +++ b/default.properties @@ -51,7 +51,7 @@ logoUrl=https://www.georchestra.org/public/georchestra-logo.svg # Default email address used to send and receive mails in console # See the corresponding properties files to override this email # address for specific needs. -administratorEmail=georchestra@georchestra-127-0-1-1.traefik.me +administratorEmail=georchestra@georchestra-127-0-0-1.nip.io ### PostgreSQL properties diff --git a/gateway/security.yaml b/gateway/security.yaml index bfb33ede..771dec12 100644 --- a/gateway/security.yaml +++ b/gateway/security.yaml @@ -45,7 +45,7 @@ georchestra: # redirect-uri: "{baseUrl}/login/oauth2/code/cas-oauth2" # provider: # cas-oauth2: -# authorization-uri: https://georchestra-127-0-1-1.traefik.me/cas/oauth2.0/authorize -# token-uri: https://georchestra-127-0-1-1.traefik.me/cas/oauth2.0/accessToken -# user-info-uri: https://georchestra-127-0-1-1.traefik.me/cas/oauth2.0/profile +# authorization-uri: https://georchestra-127-0-0-1.nip.io/cas/oauth2.0/authorize +# token-uri: https://georchestra-127-0-0-1.nip.io/cas/oauth2.0/accessToken +# user-info-uri: https://georchestra-127-0-0-1.nip.io/cas/oauth2.0/profile # userNameAttribute: id diff --git a/geonetwork/microservices/ogc-api-records/config.yml b/geonetwork/microservices/ogc-api-records/config.yml index 0d10a101..9cbe93b2 100644 --- a/geonetwork/microservices/ogc-api-records/config.yml +++ b/geonetwork/microservices/ogc-api-records/config.yml @@ -37,8 +37,8 @@ spring: enabled: false gn: - baseurl: https://georchestra-127-0-1-1.traefik.me/geonetwork - legacy.url: https://georchestra-127-0-1-1.traefik.me/geonetwork + baseurl: https://georchestra-127-0-0-1.nip.io/geonetwork + legacy.url: https://georchestra-127-0-0-1.nip.io/geonetwork language: default: eng linkToLegacyGN4: true