Anthony Lapenna
Anthony Lapenna
The current Edge design do not allow this capability sorry. cc @ncresswell thoughts about supporting this?
Traefik requires the ability to bind mount the Docker socket, see #37
@darron1217 yes, I believe we can now add it :-) I'd accept a PR.
Hi @kevdogg The agent must be part of an overlay network to work properly on a Swarm cluster. Have you tried to update the `driver` property of the `net` network...
With the merge of https://github.com/portainer/agent/pull/239 this shouldn't be an issue anymore I believe. Give a try to `portainerci/agent:develop` to see if that could solve the issue.
Agree with switching to Makefile.
Could be related to https://github.com/portainer/libhttp/issues/1 Especially https://github.com/portainer/libhttp/blob/develop/request/request.go#L44 @kendrickm could you investigate?
Did a quick investigation on this, you can get more details about the issue by replacing the `browsePutPayload` Validate method with this one: ```go func (payload *browsePutPayload) Validate(r *http.Request) error...
@olljanat just because we give the ability to upload files means that some users will try to upload any kind of files :-)
Hi @vast-z we don't have any solution for that issue yet. As it was reported in the comments, some other components (such as reverse proxies) can also limit the request...