mjanez
4578814d50
Replace crond with debian-based cron in CKAN startup script for background execution and improve SMTP options
...
- Prevent duplicate entries in crontab for harvester background processes.
2024-09-23 19:12:27 +00:00
mjanez
c4c58f6ef1
Update CKAN preview and DCAT default profiles
2024-09-23 08:10:25 +02:00
mjanez
7f1e0b4ff6
Merge branch 'master' into ckan-2.10.5
2024-09-22 02:37:13 +02:00
mjanez
916d40542e
Update CSW catalog information with envvars
...
- Add activity plugin
- Add icons and improve ckan_site/description info.
2024-09-19 15:08:32 +02:00
mjanez
7a819c3a30
Update .gitignore to include docker-compose.local-*.yml file
2024-09-18 12:03:52 +02:00
mjanez
5d2aaf1865
Update ennvars
...
- Improve proxy_server hosts
- Include HTTP/HTTPS protocol in config.
- Update CKAN_VERSION
- Improve licenses.json from ckanext-schemingdcat.
- Add datastore_sql_search option.
- Remove unnecesary CKANEXT__XLOADER__API_TOKEN var.
2024-09-18 11:29:28 +02:00
mjanez
97dfed6bbc
Update CKAN deployment to CKAN 2.10
...
- Improve start_ckan setup scripts (DEV/PRO) to debian-based images.
- Improve ennvars files.
- Improve Solr schema to add language.
2024-09-16 12:36:53 +02:00
mjanez
35a6bdc56e
Fix for ckanext-dcat v1.80 and ckanext-schemingdcat v3.2.2
2024-08-29 12:55:27 +02:00
mjanez
bd13584ab1
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
...
- Update README
3c9c3dd
- Update README
020b1b8
- envvars last plugin in .env.example
38d1a11
- remove broken, confusing CKAN_PORT setting
18fbe44
- Merge pull request #159 from ckan/envvars-last
a800f63
- Merge pull request #160 from ckan/no-ckan-port
2024-08-27 11:56:42 +02:00
mjanez
08f2424be2
Update ckan-2.9.11
...
- Optimize docker-entrypoints.
- Optimize .env files.
- Update ckanext-dcat to v1.8.0
2024-08-26 17:16:08 +02:00
mjanez
d686d245d6
Update CKAN configuration to include custom licenses aligned with DCAT-AP
2024-08-01 02:32:26 +02:00
mjanez
efac45798f
Improve envvars
...
- Sync vars to avoid errors.
2024-07-30 09:41:41 +02:00
mjanez
dc3032d37c
Add CKANEXT__SCHEMINGDCAT_ENDPOINTS_YAML
2024-07-24 12:36:47 +02:00
mjanez
dbc4f168ce
Update CKAN configuration to include recline_view and metadata templates search identifier
2024-06-27 10:37:23 +02:00
mjanez
db84d2b17f
Update CKAN configuration to include metadata templates search identifier
2024-06-26 11:11:46 +02:00
mjanez
f033f6b10c
Remove unused harvest patch
...
- Now the custom harvest panel is derived to ckanext-schemingdcat. Update .env.example and remove patch.
- Remove unused recline_view
2024-06-26 10:17:28 +02:00
mjanez
d7ebbf833c
Update CKAN configuration to includes vars to the metadata templates toolbar
2024-06-13 17:39:00 +02:00
mjanez
8ec02e948d
Update ckanext-dcat and ckanext-schemingdcat
...
- Update mjanez/ckanext-dcat to v1.8.0-alpha
- Update mjanez/ckanext-schemingdcat to v3.2.0
- Update CKAN configuration with new facet list for dataset scope
2024-06-07 21:31:52 +02:00
mjanez
4ba6c4a506
Update CKAN configuration with default package item icon and show spatial option
2024-05-28 13:05:01 +02:00
mjanez
c678a294ec
Fix dev mode
...
- Add CKAN_DEV_COMPOSE_SERVICE to avoid errors when using apache proxy for ckan location.
- Update Dockerfiles (apache & nginx)
2024-04-30 11:08:35 +00:00
mnjnz
6642a75ae9
Update docker-compose files and remove unnecessary container names
...
- Add volumes for installed files for faster startup
- Improve README
- Remove recline and add datatables_view
2024-04-27 17:56:25 +02:00
mjanez
fa501274f0
Add CORS envvars
...
To enable CORS, use the new ckan.cors configuration settings (ckan.cors.origin_allow_all and ckan.cors.origin_whitelist).CKAN__CORS__ORIGIN_ALLOW_ALL=True: Access-Control-Allow-Origin set to the wildcard value * and using CKAN__CORS__ORIGIN_WHITELIST, to add domains, e.g. "http://www.myremotedomain1.com http://myremotedomain1.com "
2024-04-15 08:39:55 +00:00
mjanez
e1d9574689
chore: Add option to ckan.search.solr_allowed_query_parsers config for spatial search
2024-04-15 08:44:58 +02:00
mjanez
2967efa0e0
CKAN__SEARCH__SOLR_ALLOWED_QUERY_PARSERS added.
...
- Required option to ckan.search.solr_allowed_query_parsers config for spatial search, see: https://github.com/ckan/ckanext-spatial/issues/328
- Update solr backend to solr-spatial-field
2024-04-12 13:16:53 +00:00
mjanez
f08177a55e
Fix scheming_dcat to schemingdcat
2024-03-21 14:48:50 +01:00
mnjnz
f39aafefef
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
2024-03-20 14:00:50 +01:00
mjanez
68a9ce9ecc
Add harvest & xloader worker configuration
...
- Update Dockerfiles
- Update start_ckan.sh with custom workers
- Update start_ckan_development.sh.override to remove automatic workers
- Add supervisor harvester.conf
- Add supervisor xloader.conf
- Update Scheming DCAT version to 2.1.0
2024-03-08 21:31:08 +01:00
mjanez
fb158d7ce3
Setting up the harvesters (ckan container)
...
Use supervisor to allow fetch and gather consumers in the background:
https://github.com/ckan/ckanext-harvest#setting-up-the-harvesters-on-a-production-server
2024-02-21 09:16:47 +01:00
mjanez
bbdaec76a1
Update default basemap and pycsw conf
2023-10-16 18:07:11 +02:00
mjanez
7eb35dc370
Add ckanext-fluent
...
- Add ckanext-fluent to Dockerfile to allow multilang fields in schemas.
- Add config for langs offered in CKAN.
2023-10-11 11:49:22 +02:00
amercader
f8a3696db9
Document how to run the dev server with HTTPS
...
This requires https://github.com/ckan/ckan-docker-base/pull/29 and the
images to be rebuilt and pushed before merging
2023-10-05 13:59:27 +02:00
mjanez
6a2b5543de
Rename image to ckan-docker
2023-10-02 11:22:13 +02:00
mjanez
e5447ef32b
Add CKANEXT__DCAT__DEFAULT_CATALOG_ENDPOINT ennvar
...
Allow to set the default catalog endpoint of the portal.
2023-09-25 10:00:39 +02:00
mjanez
58423f1a49
Update default .env.example with not ES info
2023-09-22 09:28:56 +00:00
mjanez
f58ce7cc7c
Update .envs catalog/csw base uris for scheming_dcat
2023-09-22 09:02:40 +00:00
mjanez
b2994504ce
Update base profile to euro_dcat_ap_2
...
- Update map attribution to SCNE (Spain).
2023-09-21 12:49:54 +02:00
mjanez
8392b0a72f
Add geometadata_base_uri ennvar
...
- Update 02_setup_scheming.sh
- Update .env files
2023-09-02 11:06:40 +02:00
mjanez
77719fd2eb
Fix default .env.example
...
- Add custom folder for localized .env.examples and add ES example with geodcat_es schema.
2023-08-28 08:50:29 +02:00
mjanez
145b53ffaf
Fix 05_setup_pages.sh
...
Add all options about menus
2023-08-14 03:04:18 +02:00
mjanez
09f56ebce6
Add entrypoint for ckanext-pages
2023-08-14 02:58:31 +02:00
mjanez
6b9c5089e8
Default http port (81)
...
WIP: https://github.com/mjanez/ckan-docker/issues/67
2023-08-10 04:26:50 +02:00
mjanez
49abac6ae7
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master
2023-08-09 14:05:35 +02:00
mjanez
0dbcbe055a
Update Solr 9
2023-08-09 12:02:53 +02:00
mjanez
30b699f4d7
Remove ckanext-sparql_interface
...
Unnecesary.
2023-08-09 11:04:07 +02:00
mjanez
554e2dfbcf
Update plugins
...
- Use ckan/ckanext-scheming vanilla (3.0.0) instead of custom ckanext-scheming
- Update all custom templates, tools and schemas to mjanez/ckanext-scheming_dcat
2023-08-09 10:51:04 +02:00
Brett
5564c85d5e
Update to Solr 9
2023-07-31 16:12:55 +01:00
mjanez
eba3896b44
Fix nginx multiple locations
...
- Replace httpd with nginx default docker-compose file
- Update nginx config
- Update httpd config
- Fix Dockerfiles
2023-07-26 10:25:03 +02:00
mjanez
3d3bb36a62
Update & Fix extensions
2023-07-20 11:19:53 +00:00
mjanez
844f50fa46
Update extensions
...
- Scheming - 1.1.0-geodcatap
- Facet Scheming - 1.0.1
- SPARQL Interface - 2.0.1
2023-07-03 13:55:56 +02:00
mjanez
8f76fc9f3b
Update 2.9 images to CKAN 2.9.9
...
https://github.com/mjanez/ckan-docker-spatial/pull/13
2023-06-22 09:58:53 +02:00