File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ COPY customization/logo.png ${APP_DIR}/src/ckan/ckan/public/base/images/logo.png
3131
3232# Install CKAN extensions using ckanext-install.sh
3333RUN ckanext-install.sh ckanext-cancel-dataset-creation 1.0.0 && \
34- ckanext-install.sh ckanext-close-for-guests 1.0.0 && \
34+ ckanext-install.sh ckanext-close-for-guests 1.0.2 && \
3535 ckanext-install.sh ckanext-dataset-metadata-automation 1.0.0 && \
3636 ckanext-install.sh ckanext-Dataset-Reference 3.0.0 && \
3737 ckanext-install.sh ckanext-email-notification 1.1.0 && \
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ ckan config-tool "$CKAN_INI" "WTF_CSRF_SSL_STRICT=${WTF_CSRF_SSL_STRICT:-true}"
66# We write it here to ckan.ini to ensure it has the correct value
77ckan config-tool " $CKAN_INI " " ckan.storage_path=/var/lib/ckan"
88
9+ ckan config-tool " $CKAN_INI " " ckan.auth.create_user_via_web=${CKAN_AUTH_CREATE_USER_VIA_WEB:- false} "
10+
911# # Branding
1012ckan config-tool " $CKAN_INI " " ckan.site_title=${CKAN_SITE_TITLE:- CKAN} "
1113ckan config-tool " $CKAN_INI " " ckan.site_logo=${CKAN_SITE_LOGO:-/ base/ images/ ckan-logo.png} "
You can’t perform that action at this time.
0 commit comments