Juan Carlos Mejías Rodríguez
Juan Carlos Mejías Rodríguez
Hi. Have you considered adding [Grafana Loki](https://grafana.com/oss/loki/) to the stack? It would allow to monitor logs too, and even mix current metrics with log-related ones for better insights. It would...
## Environment * **Platform**: Ubuntu * **Docker Version**: 20.10.5 * **Node.js Version**: 14 * **Image Tag**: node:14-stretch-slim, node:14-stretch, node:14 ## Expected Behavior Any of these results in a Docker layer...
We are moving to GitLab. It offers integrated CI/CD, issue boards and project pages built on any website generator, not just Jekyll. This issue is for tracking the progress of...
Hi @tortuetorche. This is a PR to `1-0-next`, a branch I created to keep polishing the Bash version and **eventually** (no hurries) merge it into a `1-0-stable` branch (still to...
Since the beginig of the times this project's name has been "Portainer Stack Utils", which describes what it is and what it does. In order to avoid possible future legal...
**Describe the bug** When using PSU as a proxy to an endpoint's Docker daemon, commands requiring a websocket connection (like `docker attach`, `docker exec`, `docker system events`) fail with an...
A while ago this project adopted Semantic Versioning (#9) and so far there are two releases out following that specification [0.1.0](https://github.com/greenled/portainer-stack-utils/releases/tag/0.1.0) and [0.1.1](https://github.com/greenled/portainer-stack-utils/releases/tag/0.1.1). As new ones are on their way,...
There should be a way to get the script version just through the script itself, like ```bash ./psu -v ``` There is a previous related comment in #13. This isue...
Action selection, which is currently handled with a flag, should be an argument instead, like this: ```bash psu deploy --user admin --password password --instance http://portainer.local --stack mystack --compose-file /path/to/docker-compose.yml --env-file...
There should be a way to get help about script usage just through the script itself, like ``` ./psu -h ```