-
-
Notifications
You must be signed in to change notification settings - Fork 150
Advanced usage
per1234 edited this page Jul 31, 2022
·
7 revisions
The agent supports multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
The default config.ini
file contains common configurations, every other config file inherit from it.
To create multiple configuration files:
- Click the Arduino Create Agent tray bar icon.
- Select Quit Agent from the menu.
- Find the
config.ini
file that is present in thearduino-create-agent
installation folder. - Copy
config.ini
or create a new ini file (e.g.example.ini
) with content:add in this file other configuration options (you can override inherited values fromname = your configuration name
config.ini
) - Restart the agent.
- Click the tray bar icon.
- Select the new configuration.
Tip: you can also use the multiple configurations feature to create a new configuration with the proxy settings. This way you can have multiple proxies configured and disable proxy configuration with ease.
The agent supports working behind a proxy, but manual configuration is required (there is no support for automatic proxy discovery).
To add proxy configuration:
- Click the Arduino Create Agent tray bar icon.
- Select Quit Agent from the menu.
- Find the
config.ini
file that is present in thearduino-create-agent
installation folder. - Copy
config.ini
to a new file (e.g.proxy.ini
) with content:name = Proxy Enabled [env] http_proxy=your.proxy.here https_proxy=your.https.proxyhere
- Please note spaces are not allowed before and after the string
http_proxy
- Please note spaces are not allowed before and after the string
- Restart the agent.
- Select the proper Proxy profile as in the image.
Your agent will now work behind a proxy.