Commit Graph

68 Commits

Author SHA1 Message Date
mjanez e46f8df85c
Update extensions
https://github.com/mjanez/ckan-docker/issues/114
2024-03-21 16:28:33 +01:00
mjanez f08177a55e Fix scheming_dcat to schemingdcat 2024-03-21 14:48:50 +01:00
mnjnz 3c09d93174
Update CKAN base images to ckan-2.9.11 2024-03-20 14:01:31 +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 7e5e4e8099 Update ckanext-spatial
Add Spatial - v2.1.1 version with pyproj patch.
2024-02-12 12:29:45 +01: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
mjanez 17aacaf358 Use ckanext-pages vanilla and add patch
To avoid errors when use ckan.root_path
2023-10-02 12:36:07 +02:00
mjanez 8267633879 Update ckanext-pages
Fixed version: ckanext-pages needs a ckan.root_path in the URL if set in the instance configuration.
2023-10-02 11:54:28 +02:00
mjanez 8a599a11a4
Fix Dockerfiles 2023-10-02 07:41:25 +00:00
mjanez 712abb16b2
Fix dockerfile images 2023-10-02 07:30:24 +00:00
mjanez b3ea1d2fac
Improve Dockerfiles with hadolint 2023-09-28 11:36:09 +00:00
mjanez 21b0902959 Fix docker-pr 2023-09-27 17:17:03 +02:00
mjanez 54a807a23d
Update plugins
- scheming_dcat to v2.0.0
2023-09-25 07:53:45 +00:00
mjanez 48082c544b
Update mjanez/ckanext-dcat to v1.2.0 2023-09-22 09:03:00 +00:00
mjanez f47beca84d
Update plugins 2023-09-18 16:01:05 +00:00
mjanez 03d45b3b4f Merge branch 'ckan-2.9.9' of https://github.com/mjanez/ckan-docker into ckan-2.9.9 2023-08-28 08:51:42 +02:00
mjanez b34a5da18c Update plugin
- scheming_dcat v1.2.0
2023-08-28 08:42:03 +02:00
mjanez b2f1bd4e39
Update scheming_dcat to 1.1.0 2023-08-23 10:57:27 +00:00
mjanez 149421d2ba
Update plugins and fix reqs install 2023-08-23 10:15:52 +00:00
mjanez 975fed626e Update scheming_dcat to 1.1.0 2023-08-22 16:35:42 +02:00
mjanez 922edc720c Fix Dockerfile plugins
Fix ckanext-scheming_dcat repo.
2023-08-09 11:17:40 +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
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 75ae76c460
Remove ckanext-sparql_interface 2023-07-20 11:21:43 +00: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
mjanez eeeb652ace
Add ckanext-facet_scheming
facet_scheming is designed to provide templates and functions to be used by other extensions over it. It uses the fields defined in a scheming file to provide a set of tools to use those fields for scheming, and a way to include icons in its labels when displaying them.

- Fix 02_setup_scheming to insert ckanext-facet_scheming ennvars and solr rebuild index.
- Update Dockerfile.spatial
- Update .env.example
2023-05-07 13:03:20 +02:00
mjanez 0ba0561f31
Fix development mode 2023-05-02 14:47:10 +02:00
mjanez ac55760220
Update tags of extensions
* ckanext-dcat & ckanext-scheming: 1.0.0-geodcatap
* ckanext-resourcedictionary: 1.0.1
2023-04-17 10:50:47 +02:00
mjanez 7539c0cf4f
Update Dockerfiles and docker compose files 2023-04-14 08:13:31 +02:00
mjanez 7a39ea5f41
Add ckan-pycsw & httpd (RDF/CSW) bundle
- Add ckan-pycsw to docker-compose.yml. Docker compose environment based on pycsw for development and testing with CKAN Open Data portals.
- Replaced NGINX with Apache HTTP Server for locations management in the domain, in particular to differentiate between the CSW catalogue (`/csw`) and the Open Data catalogue (`/catalog`).
- Improve the CKAN deployment to adapt locations.
- Other adjustments for stable container deployment.
2023-04-13 12:10:40 +00:00
mnjnz 53d2d65cb1
Add custom images of base Dockerfiles
Now use ghcr.io/mjanez/ckan-base-spatial:master
2023-03-27 12:26:51 +02:00
mjanez 8bd0b13b99
Update to ckanext-harvest 1.5.1
Fix url routing https://github.com/ckan/ckanext-harvest/pull/523
2023-03-23 13:51:30 +01:00
mjanez cd3dfa0985
Fix Dockerfile 2023-03-22 16:58:36 +01:00
mjanez 2d0e9a34d7
Fix Dockerfile 2023-03-22 16:40:05 +01:00
mjanez 79f0b37255
ckan-docker 2.9.8 2023-03-22 15:36:55 +00:00
mjanez 9d99392ea6
Update Dockerfile
- Use stable 2.9.7
- Add stable plugins
2023-03-22 09:54:57 +00:00
Brett cef9af9d68 Updates for CKAN 2.10 2023-02-15 15:51:23 +01:00
Brett 2c9427d177 Update for dev-v2.10 2022-11-26 14:15:06 +01:00
Brett a1c2fe512e Update .env and Dockerfile 2022-11-23 11:43:01 +01:00
Brett d2cb903f87 Updates for 2.9.7 2022-11-01 16:40:11 +01:00
Brett 1f3a50a476 NGINX SSL config 2022-08-16 14:02:49 +02:00
Brett 1eb9630aa5 CKAN service updates 2022-07-12 16:04:31 +02:00
Brett 4e5182c507 Update Dockerfile 2021-05-13 16:38:14 +02:00
Brett db2c0f7918 Update again 2021-05-13 13:47:05 +02:00
Brett 9b4d03aeec More updates 2021-05-13 13:30:07 +02:00
Brett e6614563fe More updates 2021-05-13 11:28:05 +02:00