docker-ckan
docker-ckan copied to clipboard
Docker images and Docker Compose setup for CKAN [Not Maintained]
Hello, in my .env file i have that configured: ``` CKAN_SYSADMIN_NAME=ckan_admin CKAN_SYSADMIN_PASSWORD=adminadmin [email protected] ``` That credentials are not working. So i get in the container bash and tried to create...
Just to show how to add `postgis` + `ckanext-spatial` to this environment It's not meant to be merged
Good morning, I am running ckan with docker and exposing it under nginx. I have problems in uploading files that take more than 60sec to be uploaded. Following the nginx...
Hi, I will adopt this deployment to podman, which means I will reuse the images and wire them in a podman pod together. Would you be interested in a pull...
Hi I upload large file more than 500MB got error: SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /dataset/vxcvxcvxc/resource/new (ip 192.168.77.50) !!! Thu Mar 3 04:51:59...
Hi, I would like to see CSV visualization on CKAN, but only appear the next following message error: Could not load view: DataProxy returned an error. I replicated this steps:...
I really don't like when projects impose the development environment so my following issue is not so much inline with my philosophy but... It taken 1 day of work to...
I added to the development container startup script `ckan-dev/2.9/setup/start_ckan_development.sh`, the [following line for debugging](https://github.com/okfn/docker-ckan/issues/76): ``` sudo -u ckan -EH python3 -m debugpy --listen 0.0.0.0:5678 /usr/bin/ckan -c $CKAN_INI run -H 0.0.0.0...
I am trying to install the SAMl2auth plugin and have to set up some configuration settings but after trying to add variables to .env and changing the ckan docker.dev file...
My environment is localhost with nothing changed except only these two settings in my hosts file on windows to try and find out if it worked but sadly enough both...