Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move away from traefik.me (#430) #431

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -37,7 +37,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
Loading