You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #243 from qld-gov-au/feature/custom-xloader-site-url_rebased
Feature/custom xloader site url rebased:
```
- key: ckanext.xloader.site_url
example: http://ckan-dev:5000
default:
description: |
Provide an alternate site URL for the xloader_submit action.
This is useful, for example, when the site is running within a docker network.
Note: This setting will not alter path. i.e ckan.root_path
required: false
- key: ckanext.xloader.site_url_ignore_path_regex
example: "(/PathToS3HostOriginIWantToGoDirectTo|/anotherPath)"
default:
description: |
Provide the ability to ignore paths which can't be mapped to alternative site URL for resource access.
This is useful, for example, when the site is running within a docker network and the cdn front door has
Blob storage mapped to another path on the same domain.
required: false
```
0 commit comments