Skip to content

goqoo-on-kintone/kintone-proxy-config-setting-plugin

Repository files navigation

kintone Proxy Config Setting Plugin

English | 日本語

This plugin provides UI for using kintone.plugin.app.setProxyConfig().

How to use

We will not distribute the plug-ins in Zip format, so please package the plug-ins on your own.

Environment setup

Install

git clone https://github.com/goqoo-on-kintone/kintone-proxy-config-setting-plugin.git
cd kintone-proxy-config-setting-plugin
yarn install

Create certificates for production and development

yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-production.ppk
yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-development.ppk

Build and deploy for production

Packaging and uploading in sequence.

yarn package:production # Created dist/plugin-production.zip
yarn upload:production

Build and deploy for development

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published