forked from ckan/ckan-docker
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ckan-docker update 11/2024 #167
Open
mjanez
wants to merge
34
commits into
mjanez:ckan/update-112024
Choose a base branch
from
ckan:master
base: ckan/update-112024
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I think this is the correct link target...seems the ckan-base repo may have been renamed to ckan-docker-base?
Fixing broken link....
add warning, remove image of text
default config for 100MB uploads
fix example extension ownership command
Update compose files to check the health of the CKAN and DataPusher container processes
remove old datapusher options
add new error.html file
Minimise root ownership of application files
mjanez
added
bug
Something isn't working
documentation
Improvements or additions to documentation
enhancement
New feature or request
ckanext-schemingdcat
labels
Nov 22, 2024
update instructions, cache dir for VS Code debugging
Co-authored-by: Brett Jones <[email protected]>
commands for working with dev container
Add reload bin script, list scripts in README
small updates for the README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
ckanext-schemingdcat
documentation
Improvements or additions to documentation
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes various updates to the CKAN Docker setup, focusing on improving configuration, documentation, and Dockerfile settings. The most important changes include updates to environment variables, enhancements to the README documentation, and modifications to Dockerfiles for better user and permissions management.
ckan/ckan-docker
repo updatesEnvironment Variable Updates:
CKAN_MAX_UPLOAD_SIZE_MB=100
to.env.example
to set a maximum upload size.DATAPUSHER_REWRITE_RESOURCES
andDATAPUSHER_REWRITE_URL
variables from.env.example
.Documentation Enhancements:
README.md
to point to the correct repository.README.md
about changing default sysadmin credentials.README.md
.Dockerfile Modifications:
ckan/Dockerfile
andckan/Dockerfile.dev
to use version2.11
without the patch number and added user ownership for copied files.Docker Compose Improvements:
local_bin
volume and updated health check configurations indocker-compose.dev.yml
anddocker-compose.yml
.Nginx Configuration:
error.html
and increasedclient_max_body_size
to 140M innginx
setup.