Commit Graph

127 Commits

Author SHA1 Message Date
mjanez 7309d15bc0
Remove unnecesary TODO 2024-04-15 10:33:28 +00:00
mjanez b843de1946
Apply patches to the ckan Dockerfile 2024-04-12 12:49:05 +00:00
mjanez 450b4bf68a Update ckanext-harvest patch
- Improve harvest panel
2024-04-09 10:35:50 +02:00
mjanez efefb7338e Fix Dockerfile to install requirements for ckanext-schemingdcat 2024-04-01 10:28:34 +02:00
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
mnjnz f39aafefef
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2024-03-20 14:00:50 +01:00
amercader cc095f1323 Bump 2.10 version to 2.10.4 2024-03-13 12:40:01 +01:00
mjanez c1b819b624
Add crond in background 2024-03-12 10:12:54 +00: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 3b9e94b121 Update ckanext-harvest patch 2024-03-05 07:40:46 +01:00
mjanez c2c1ef6004 Fix supervisord command in start_ckan_development.sh.override 2024-03-05 07:40:34 +01:00
mjanez 96a4c394a7 Fix token revocation in 01_setup_xloader.sh 2024-03-05 07:40:19 +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
Brett f0c1e97097 Update CKAN Dockerfiles 2023-12-18 12:08:59 +11:00
Brett Jones b48be9783f
Merge pull request #97 from ckan/datapusher-init
Add init script for configuring datapusher
2023-10-19 10:01:29 +02:00
amercader e439eda620 Add init script for configuring datapusher
As discussed in ckan/ckan-docker#95, depends on this one to be
merged/pushed first:

https://github.com/ckan/ckan-docker-base/pull/32
2023-10-17 13:08:03 +02:00
amercader c5b3981b39 Review extensions installation guidance 2023-10-17 12:47:08 +02:00
amercader 2e46f06280 Apply patches in prod images as well 2023-10-17 12:46:45 +02:00
amercader f653b0324d Remove timezone commands
They have been moved to ckan-docker-base

https://github.com/ckan/ckan-docker-base/pull/30
2023-10-17 12:39:03 +02:00
amercader f9ebc0c41c Add step to copy init files
Always copy the files in /docker-entrypoint.d automatically, otherwise
users need to explicitly add a `COPY` step in the `ckan/Dockerfile`,
which is confusing
2023-10-17 12:21:50 +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 5fc1efce33 Fix image tag in the Dev Dockerfile
As per https://github.com/ckan/ckan-docker-base/pull/28
2023-10-05 13:34:29 +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 6a2b5543de Rename image to ckan-docker 2023-10-02 11:22:13 +02:00
mjanez 4ecd0a260c Maintain stable Dockerfile.dev 2023-10-02 10:53:02 +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 b1ef0b736b Update Dockerfile.dev 2023-09-29 01:34:26 +02:00
mjanez b3ea1d2fac
Improve Dockerfiles with hadolint 2023-09-28 11:36:09 +00:00
mjanez ce7f950bcd
Update ckanext-pages patch to include lang if not default 2023-09-28 11:13:04 +00:00
mjanez 5d9ad919c2
Add ckanext-pages patch for root_path
Pages/Blogs needs a ckan.root_path in the URL if set in the instance configuration.
2023-09-28 09:54:45 +00:00
mjanez 21b0902959 Fix docker-pr 2023-09-27 17:17:03 +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 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 8392b0a72f Add geometadata_base_uri ennvar
- Update 02_setup_scheming.sh
- Update .env files
2023-09-02 11:06:40 +02:00
mjanez 4b1e735fea Remove unnecesary patch 2023-08-29 10:23:18 +02: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 20e4670cf7 Update ckan patches 2023-08-22 16:28:24 +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