Skip to content

Commit

Permalink
migrate from traefik.me to nip.io
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Nov 4, 2024
1 parent c16037b commit a4ec274
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions gateway/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions geonetwork/microservices/ogc-api-records/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a4ec274

Please sign in to comment.