| Name | Version |
|---|---|
| portainer | 1.13.2 |
| Name | Type |
|---|---|
| portainer_docker_plugin.rclone | resource |
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
| endpoint_id | ID of the environment where the network will be created | number |
n/a | yes |
| name | Local alias name under which the plugin will be registered (e.g. rclone) | string |
"rclone" |
no |
| portainer_api_key | Default Portainer Admin API Key | string |
n/a | yes |
| portainer_skip_ssl_verify | Set to true to skip TLS certificate verification (useful for self-signed certs) | bool |
true |
no |
| portainer_url | Default Portainer URL | string |
n/a | yes |
| remote | Remote reference of the plugin to install (e.g. rclone/docker-volume-rclone) | string |
"rclone/docker-volume-rclone" |
no |
| settings | List of plugin permission settings required for rclone/docker-volume-rclone plugin. Each object must define: - name: setting type (e.g. "network", "mount", "device", "capabilities") - value: list of string values for the setting Defaults correspond to: - network: ["host"] - mount: [/var/lib/docker-plugins/rclone/config, /var/lib/docker-plugins/rclone/cache] - device: [/dev/fuse] - capabilities: [CAP_SYS_ADMIN] |
list(object({ |
[ |
no |