diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2f8768d38be4e44323df38bad97853198af75209..e95328ea9f5fa9623f5c7541dbf44b6a1ee06860 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -86,7 +86,7 @@ docker-deploy-release: - chmod 644 ~/.ssh/known_hosts script: - ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker pull "$CI_REGISTRY_IMAGE"" - - ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/docker-compose-production-cd.yml up -d" + - ssh -o StrictHostKeyChecking=no sdco@dop821.astron.nl "docker-compose -p atdb -f /opt/dockercompose/atdb-ldv-compose/docker-compose-production-cd.yml up -d" when: manual only: - release \ No newline at end of file diff --git a/atdb/atdb/settings/base.py b/atdb/atdb/settings/base.py index 074497d255e8774c69479044403fc8fab45eba3d..547df94eade771fc771ca22717f29fce705346a1 100644 --- a/atdb/atdb/settings/base.py +++ b/atdb/atdb/settings/base.py @@ -25,7 +25,7 @@ SECRET_KEY = 'cie-((m#n$br$6l53yash45*2^mwuux*2u)bad5(0flx@krnj9' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ['REPLACE_WITH_HOST_IP', 'localhost', '127.0.0.1', '192.168.22.22'] +ALLOWED_HOSTS = ['*'] CORS_ORIGIN_ALLOW_ALL = True # Application definition diff --git a/atdb/atdb/settings/docker_sdc.py b/atdb/atdb/settings/docker_sdc.py index d87365cc50a2d9ebe032a4c695970c6766c670b3..bdb7cda51cc67b4e968e9339d04568a7297f7f92 100644 --- a/atdb/atdb/settings/docker_sdc.py +++ b/atdb/atdb/settings/docker_sdc.py @@ -2,16 +2,10 @@ from atdb.settings.base import * import os # Import production setting must remain False. -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ["*"] - -# True: Enables a header that disables the UA from 'clever' automatic mime type sniffing. -# http://django-secure.readthedocs.io/en/latest/settings.html#secure-content-type-nosniff -# https://stackoverflow.com/questions/18337630/what-is-x-content-type-options-nosniff -SECURE_CONTENT_TYPE_NOSNIFF = True - # True: Enables a header that tells the UA to switch on the XSS filter. # http://django-secure.readthedocs.io/en/latest/middleware.html#x-xss-protection-1-mode-block SECURE_BROWSER_XSS_FILTER = True diff --git a/atdb/atdb/settings/prod.py b/atdb/atdb/settings/prod.py deleted file mode 100644 index cc28c1e5742693e1fde2754692cdaf9a13fe5d52..0000000000000000000000000000000000000000 --- a/atdb/atdb/settings/prod.py +++ /dev/null @@ -1,40 +0,0 @@ -from atdb.settings.base import * - -# Import production setting must remain False. -DEBUG = False - -ALLOWED_HOSTS = ["*"] - - -# True: Enables a header that disables the UA from 'clever' automatic mime type sniffing. -# http://django-secure.readthedocs.io/en/latest/settings.html#secure-content-type-nosniff -# https://stackoverflow.com/questions/18337630/what-is-x-content-type-options-nosniff -SECURE_CONTENT_TYPE_NOSNIFF = True - -# True: Enables a header that tells the UA to switch on the XSS filter. -# http://django-secure.readthedocs.io/en/latest/middleware.html#x-xss-protection-1-mode-block -SECURE_BROWSER_XSS_FILTER = True - -# Prevents the site from being deployed within a iframe. -# This prevent click-jacking attacks. -# See; https://docs.djangoproject.com/en/1.11/ref/clickjacking/ -X_FRAME_OPTIONS = 'DENY' -##################################################### -DATABASE_PASSWORD = os.environ['DATABASE_PASSWORD'] - -DATABASES = { - 'default': { - 'ENGINE': 'django.db.backends.postgresql_psycopg2', - 'NAME': 'atdbldv', - 'HOST': 'sdc-db.astron.nl', - 'PORT': '5432', - 'USER': 'atdb', - 'PASSWORD': 'atdb_ldv_2021', - }, -} - -# Password validation -# https://docs.djangoproject.com/en/1.10/ref/settings/#auth-password-validators - -AUTH_PASSWORD_VALIDATORS = [] - diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html index 65657c24ca8081764f1f3d8cf8826968e366beb2..ce00b59cb75b4234e9f4add80aab39388831def5 100644 --- a/atdb/taskdatabase/templates/taskdatabase/index.html +++ b/atdb/taskdatabase/templates/taskdatabase/index.html @@ -44,7 +44,7 @@ </div> {% include 'taskdatabase/pagination.html' %} </div> - <p class="footer"> Version 1.0.0 (11 feb 2021 - 16:15) + <p class="footer"> Version 1.0.0 (12 feb 2021 - 11:00) <script type="text/javascript"> (function(seconds) { var refresh,