This plugin provides UI for using kintone.plugin.app.setProxyConfig().
We will not distribute the plug-ins in Zip format, so please package the plug-ins on your own.
git clone https://github.com/goqoo-on-kintone/kintone-proxy-config-setting-plugin.git
cd kintone-proxy-config-setting-plugin
yarn install
yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-production.ppk
yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-development.ppk
Packaging and uploading in sequence.
yarn package:production # Created dist/plugin-production.zip
yarn upload:production
Packaging and uploading is done only once, and subsequent development is done via the local server.
While the local server is down, the uploaded program runs.
yarn package:development # Created dist/plugin-development.zip
yarn upload:development
yarn start