Make portainer skill use portable config paths
This commit is contained in:
@@ -10,8 +10,9 @@ This skill provides a comprehensive set of commands for managing Portainer Docke
|
||||
|
||||
### Auth Configuration
|
||||
|
||||
Create a config file at:
|
||||
Create a config file at one of these locations:
|
||||
```
|
||||
workspace/.clawdbot/credentials/portainer/config.json
|
||||
~/.clawdbot/credentials/portainer/config.json
|
||||
```
|
||||
|
||||
@@ -152,7 +153,7 @@ All scripts:
|
||||
- Print results to stdout
|
||||
|
||||
Common errors:
|
||||
- **Missing config file**: Create the auth configuration file
|
||||
- **Missing config file**: Create the auth configuration file in the workspace `.clawdbot/credentials/portainer/` path or in `~/.clawdbot/credentials/portainer/`
|
||||
- **Invalid API key**: Generate a new API key in Portainer
|
||||
- **Stack not found**: Check the stack name with `list-stacks.sh`
|
||||
- **504 Gateway Timeout**: The operation is still running in the background; wait and then run the prune command
|
||||
|
||||
Reference in New Issue
Block a user