Premade config files
You can store pre-made configuration files in the data importer. This can be useful if you import regularly.
- Store the files in
storage/configurations
- Mount a local directory to the
/var/www/html/storage/configurations
directory in Docker. - Change the
JSON_CONFIGURATION_DIR
to any custom directory (mount it if you want to), and place them there.
With Docker:
docker run [..] -v /home/user/configurations:/configurations [..] -e JSON_CONFIGURATION_DIR=/configurations
This will show a dropdown with your JSON files ready to be selected:
Last update: 2023-01-29