parent
09f56ebce6
commit
145b53ffaf
|
@ -39,7 +39,7 @@ APACHE_VERSION=2.4-alpine
|
||||||
APACHE_PORT=80
|
APACHE_PORT=80
|
||||||
APACHE_LOG_DIR=/var/log/apache
|
APACHE_LOG_DIR=/var/log/apache
|
||||||
|
|
||||||
#NIGNX/APACHE
|
#NGINX/APACHE
|
||||||
## Check CKAN__ROOT_PATH and CKANEXT__DCAT__BASE_URI. If you don't need to use domain locations, it is better to use the nginx configuration. Leave blank or use the root `/`.
|
## Check CKAN__ROOT_PATH and CKANEXT__DCAT__BASE_URI. If you don't need to use domain locations, it is better to use the nginx configuration. Leave blank or use the root `/`.
|
||||||
PROXY_SERVER_NAME=localhost
|
PROXY_SERVER_NAME=localhost
|
||||||
PROXY_CKAN_LOCATION=/catalog
|
PROXY_CKAN_LOCATION=/catalog
|
||||||
|
@ -167,6 +167,9 @@ CKANEXT__SCHEMING_DCAT_GROUP_CUSTOM_FACETS=True
|
||||||
CKANEXT__PAGES__ALOW_HTML=False
|
CKANEXT__PAGES__ALOW_HTML=False
|
||||||
CKANEXT__PAGES__ORGANIZATION=True
|
CKANEXT__PAGES__ORGANIZATION=True
|
||||||
CKANEXT__PAGES__GROUP=True
|
CKANEXT__PAGES__GROUP=True
|
||||||
|
CKANEXT__PAGES__ABOUT_MENU=False
|
||||||
|
CKANEXT__PAGES__GROUP_MENU=False
|
||||||
|
CKANEXT__PAGES__ORGANIZATION_MENU=False
|
||||||
|
|
||||||
# WIP: ckanext-sparql_interface
|
# WIP: ckanext-sparql_interface
|
||||||
CKANEXT__SPARQL__ENDPOINT_URL=https://dbpedia.org/sparql
|
CKANEXT__SPARQL__ENDPOINT_URL=https://dbpedia.org/sparql
|
||||||
|
|
|
@ -6,3 +6,6 @@ ckan config-tool $CKAN_INI \
|
||||||
"ckan.pages.allow_html = $CKANEXT__PAGES__ALOW_HTML" \
|
"ckan.pages.allow_html = $CKANEXT__PAGES__ALOW_HTML" \
|
||||||
"ckanext.pages.organization = $CKANEXT__PAGES__ORGANIZATION" \
|
"ckanext.pages.organization = $CKANEXT__PAGES__ORGANIZATION" \
|
||||||
"ckanext.pages.group = $CKANEXT__PAGES__GROUP" \
|
"ckanext.pages.group = $CKANEXT__PAGES__GROUP" \
|
||||||
|
"ckanext.pages.about_menu = $CKANEXT__PAGES__ABOUT_MENU" \
|
||||||
|
"ckanext.pages.group_menu = $CKANEXT__PAGES__GROUP_MENU" \
|
||||||
|
"ckanext.pages.organization_menu = $CKANEXT__PAGES__ORGANIZATION_MENU"
|
||||||
|
|
Loading…
Reference in New Issue