Commit Graph

550 Commits

Author SHA1 Message Date
mjanez 501f2d209b
Fix depends_on ckan-dev 2024-04-24 11:40:58 +00:00
mjanez 8eb06e9fb5
Update samples
Fix scheming_dcat issues
2024-04-24 11:31:12 +00:00
mjanez 641731de11
Improve docker compose files 2024-04-24 10:50:02 +00:00
mjanez 7309d15bc0
Remove unnecesary TODO 2024-04-15 10:33:28 +00: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 b843de1946
Apply patches to the ckan Dockerfile 2024-04-12 12:49:05 +00:00
mjanez b7bc353eb5 Merge branch 'ckan-2.9.11' of https://github.com/mjanez/ckan-docker into ckan-2.9.11 2024-04-09 10:36:02 +02:00
mjanez 450b4bf68a Update ckanext-harvest patch
- Improve harvest panel
2024-04-09 10:35:50 +02:00
mnjnz 7f771cf6ca
{commit_message} 2024-04-08 15:24:28 +02:00
mnjnz f63d2e5a7f
Merge branch 'master' of https://github.com/ckan/ckan-docker into ckan-master 2024-04-08 15:22:23 +02:00
mjanez 1a44ca5b84
Fix restore backups and plugin creation docs 2024-04-08 15:19:05 +02:00
Brett Jones cf72f54d6e
Merge pull request #123 from butuzov/fix-docs
docs: mention of ckan.ini in `docker compose` command
2024-04-03 16:05:44 -06:00
mjanez efefb7338e Fix Dockerfile to install requirements for ckanext-schemingdcat 2024-04-01 10:28:34 +02:00
mjanez 2d7939f900 Update Docker workflow to fetch full commit history during checkout 2024-03-21 17:10:25 +01:00
mjanez 28602e0f0c Add Docker workflow for building and pushing ckan-docker image from master push 2024-03-21 16:59:24 +01: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
mjanez bfdd2f8675
Update actions 2024-03-20 14:12:57 +01:00
mjanez 6dcaef7538
Improve actions 2024-03-20 14:07:23 +01:00
mjanez c594a22377
Update to ckan-2.9.11 2024-03-20 14:06:57 +01:00
mnjnz cf9b615da7
Merge branch 'ckan-master' into master 2024-03-20 14:02:11 +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
Oleg Butuzov 5981a97a75 docs: mention of ckan.ini in `docker compose` command 2024-03-18 17:18:19 +02:00
amercader cc095f1323 Bump 2.10 version to 2.10.4 2024-03-13 12:40:01 +01:00
mjanez 5e8bf6a3c1
Update components version 2024-03-13 12:00:45 +01:00
mjanez c1b819b624
Add crond in background 2024-03-12 10:12:54 +00:00
mjanez 4c6e6bd63b
Merge pull request #103 from mjanez/ckan-2.9.9
Add workers (xloader and harvesters)
2024-03-09 00:03:48 +01:00
mjanez 904530e61f
Merge pull request #100 from mjanez/feature/harvester-worker
Background worker setup (CKAN container) | ckanext-harvest & ckanext-xloader
2024-03-08 23:56:52 +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 0ed33f2af5 Update CKAN user management instructions 2024-03-05 07:41:05 +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 Jones 89c900fe1c
Merge pull request #112 from ckan/Update-for-CKAN-2.10.3-and-2.9.10
Update for new CKAN images 2.10.3 and 2.9.10
2023-12-18 12:12:47 +11:00
Brett f0c1e97097 Update CKAN Dockerfiles 2023-12-18 12:08:59 +11:00
Brett Jones 5cd6ab310a
Merge pull request #105 from ajs6f/PostgreSQL-initialization-files-ownership
PostgreSQL initialization files ownership
2023-11-28 12:49:38 +01:00
mjanez a18e0c80d9
Merge pull request #97 from mjanez/ckan-2.9.9
Update README
2023-11-23 12:23:56 +01:00
mjanez 445e2f9025
Update README 2023-11-23 12:21:31 +01:00
mjanez 69217a41ae
Merge pull request #96 from mjanez/ckan-2.9.9
Fix bash script to backup ckan db
2023-11-23 11:36:28 +01:00
mjanez 49b9be0c3b
Fix bash script to backup ckan db 2023-11-23 11:33:09 +01:00
A. Soroka d4723599ac
Update Dockerfile
Fixes: https://github.com/ckan/ckan-docker/issues/104

Adds `--chown` flag to `COPY` command in PostgreSQL Dockerfile to ensure that initialization files can be executed by `postgres` user.
2023-11-20 12:10:09 -05: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
Brett Jones f42b80d27e
Merge pull request #96 from ckan/init-improvements
Init stage improvements
2023-10-19 10:00:22 +02:00
mjanez 4ca24ae90e
Merge pull request #95 from mjanez/master
Add info about ckanext-scheming_dcat
2023-10-18 14:19:00 +02:00
mjanez da0f7b66d5
Add info about ckanext-scheming_dcat 2023-10-18 14:18:10 +02:00