Antoine GIRARD

Results 59 comments of Antoine GIRARD

A similar implementation solution : https://github.com/yadayada/acd_cli/blob/master/docs/authorization.rst

There is a download url for the last version of a minor version. For example, https://dl.gitea.io/gitea/1.12 will be the last 1.12.x release. That way you could easely grab the last...

Sorry, I made a assomption that it follow the same scheme of docker but dl.gitea.io/gitea/1.12 is the last build from 1.12 branch. It is the last commit and not the...

I think it should be fairly possible to add a `rclone serve docker` command exposing a docker volume api if allowed by rclone maintainers.

Yes setting the file path is not mandatory but it is more explicit for other people reading the code. I know that the arg/env configuration as greatly improve in rclone...

Maybe output gluster log instead of cli output.

Some errors got into a big refactor I have done. I republish the old version while I do more testing. You can get it by re-doing a `docker plugin install...

@jantoniomartinez It must be the old branch. To build exactly the same, you can checkout the commit or tag https://github.com/sapk/docker-volume-gluster/releases/tag/v1.0.7-2

I start to think that it is maybe related to fuse. Maybe the path to fuse that is not the same or the fuse lib inside the container that is...

The plugin and binary is build on travis. You can find the .travis.yml file at the root of the repo (especially the release part). But maybe a package was updated...