Romain de Laage

Results 16 issues of Romain de Laage

It would be great to allow search, it will be usefull to search all links related to a keyword.

Hi! This PR attempts to add the feature requested in #173 fix #173 You can configure these hooks in a new `restore` node in the `location` object, for example: ```yml...

I am following an atom feed in which the content tags are prefixed with the html namespace. The sanitizer recognize these tags as invalid resulting in an ugly content. The...

bug

It would be great to be able to select a filter to dither image and reduce final website size in image processing. The [lowtech magazine](https://solar.lowtechmagazine.com/) use a filter to dither...

Enhancement

TODO: - [ ] Split internal package into multiple subpackages - [ ] Check dependencies - [ ] Code documentation - [ ] Better maintainability - [ ] Tests

closes #256 This PR add a basic docker discovery system to autorestic. Autorestic can now connect to a docker daemon, check for volumes with a `autorestic.enable` set to `1` or...

Hi, I was trying to implement #256 and was thinking that it could be a good idea to make some refactoring to the code base to maintain it more easily....

fix #191 Hi, Sorry for the new PR :), you will have a lot of work to review all of them I tried to solve the problem mentioned in the...

When using autorestic to backup docker volumes and containers, it would be a great feature to discover what to backup via docker labels. I first thought about a tool to...

fix #252 This PR just add the required line to combine the exec command with backend options.