mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
Added site customisations
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
INVENIO_APP_ALLOWED_HOSTS=["invenio.am-d-model.eu"]
|
||||
INVENIO_THEME_FRONTPAGE_TITLE="AM-D-Model Data Repository"
|
||||
INVENIO_S3_REGION_NAME="eu-west-1"
|
||||
INVENIO_S3_BUCKET_NAME="am-d-model-data-repository"
|
||||
INVENIO_THEME_LOGO="custom_assets/ESAFORM_AM-D-Model_logo.webp"
|
||||
INVENIO_THEME_FRONTPAGE_TITLE="AM-D-Model Data Repository"
|
||||
INVENIO_THEME_SITENAME="AMDM Repo"
|
||||
INVENIO_THEME_FRONTPAGE_SUBTITLE="An invenio data repository for the AM-D-Model project."
|
||||
INVENIO_THEME_SHOW_FRONTPAGE_INTRO_SECTION=True
|
||||
INVENIO_SITE_UI_URL="https://invenio.am-d-model.eu"
|
||||
INVENIO_SITE_API_URL="https://invenio.am-d-model.eu/api"
|
||||
|
||||
@@ -34,6 +34,7 @@ services:
|
||||
volumes:
|
||||
- uploaded_data:/opt/invenio/var/instance/data
|
||||
- archived_data:/opt/invenio/var/instance/archive
|
||||
- ./invenio_assets:/opt/invenio/var/instance/static/custom_assets
|
||||
environment:
|
||||
# Flask
|
||||
- INVENIO_APP_ALLOWED_HOSTS=${INVENIO_APP_ALLOWED_HOSTS:-['0.0.0.0', 'localhost', '127.0.0.1']}
|
||||
|
||||
BIN
invenio_assets/ESAFORM_AM-D-Model_logo.webp
Normal file
BIN
invenio_assets/ESAFORM_AM-D-Model_logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
Reference in New Issue
Block a user