Chosto

Results 6 issues of Chosto

When running `autorestic check`, at some point, autorestic runs `restic check`. However, any option in the YAML configuration file won't be passed to `restic`. Only environment is included. The code...

bug

This PR attempts to fix #198. It mimics the utility function that merges all `options` for a given command, but as `check` or `init` are backend-related, we don't have a...

This PR attempts to fix #194 : when config is written back (for now, only when generating a secret key for a new repository), `forget` and `copy` field of locations...

This is more a mistake of my own than a bug, AFAIU. A few weeks ago I decided to test Plume by opening a `blog.picasoft.net` instance. All worked like a...

C: Bug

On a fresh Plume instance, launched with Docker, I have the following message printing quite randomly : ``` plume | Error: Multiple `Cookies` instances are active at once. plume |...

C: Bug

##### ISSUE TYPE - Bug Report ##### container.yml ```yaml version: "2" settings: conductor: base: alpine:3.5 project_name: link_alias services: dest_link: from: alpine:3.5 command: [ 'sleep', '1000' ] source_link: from: alpine:3.5 command:...