From d8ef5d1af4d8263b9054d74f29c75abb83e4604e Mon Sep 17 00:00:00 2001 From: Thomas Dedek Date: Thu, 6 Feb 2020 15:26:00 +0100 Subject: [PATCH] adopt to ecogood.org --- build+deploy.sh | 6 +++--- config.toml | 2 +- static/.htaccess | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build+deploy.sh b/build+deploy.sh index 6fbe975..635b72b 100755 --- a/build+deploy.sh +++ b/build+deploy.sh @@ -7,9 +7,9 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true rm -rf public hugo rsync -v --archive --delete --exclude /.htpasswd public/ \ - ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/htdocs-ssl/ + ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/htdocs-ssl/ rsync -v --archive public/.htpasswd \ - ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.world/ + ecg00-portal@ecg00.hostsharing.net:doms/my.ecogood.org/ echo -echo Finished. See results at https://my.ecogood.world +echo Finished. See results at https://my.ecogood.org diff --git a/config.toml b/config.toml index 49a819f..cdd94e1 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://my.ecogood.world/" +baseURL = "/" languageCode = "en" title = "ECG Portal" diff --git a/static/.htaccess b/static/.htaccess index a031db7..e3aae15 100644 --- a/static/.htaccess +++ b/static/.htaccess @@ -1,7 +1,7 @@ # authentication AuthType Basic AuthName "Geschuetzter Bereich. Zugangsdaten koennen beim AK-IT unbuerokratish angefordert werden." -AuthUserFile /home/pacs/ecg00/users/portal/doms/my.ecogood.world/.htpasswd +AuthUserFile /home/pacs/ecg00/users/portal/doms/my.ecogood.org/.htpasswd Require valid-user # CSP Starter Policy: allows images, scripts, AJAX, and CSS from the same origin, and does not allow any other resources to load (eg object, frame, media, etc).