arisudesu

Results 7 comments of arisudesu

Try binding to docker internal address then adding this address as an extra host for prometheus: Mine looks like: ```yml services: prometheus: container_name: prometheus build: prometheus extra_hosts: - 'wireguard-exporter:172.17.0.1' #...

Ran into this problem too. Decoded webp with alpha channel has damaged edges and colors. @chai2010 please can you look into? A simple test to load webp and encode it...

Why are you concerned about updating this library? Just migrate to another, the author has not shown interest in this project for a long time.

Is it really needed to do `guest-exec`? Mine works fine with `{"execute":"guest-shutdown"}`. I tested it with Windows 10 guest however, as I am not a BSD expert. I think that...

I think a better idea would be to leave the Rclone backend alone and instead add SSH support to the REST backend. See, the Rclone backend was actually added for...

I made a prototype on my fork to demonstrate the idea: https://github.com/arisudesu/restic/tree/feature/rest_over_ssh. Most of the code is copied from the rclone backend, with replacement to run ssh if the protocol...

I think I should've created a separate issue instead of posting in the comments. Then everything wouldn't be mixed up. The author suggests simplifying the work with `rclone:` if he...