Lexi
Lexi
I've just encountered the same problem. Couldn't unlock my SSH key (same error message as above), tried to delete and recreate my SSH key, and am stuck with the same...
Is there any news on this? Restic supports SFTP just like any other storage method, shouldn't this just be a matter of configuration?
@tobru Thanks for the reply! That sounds nice, at least if that spec also allows for SFTP remotes and is not restricted to S3-like storage. :)
@benoitc I really understand that maintaining an open-source project is a lot of voluntary work, and I appreciate all the work that went into this project. However, this is a...
Hey @FlorianWoelki, just a quick question about this for my understanding: Does this issue mean that currently the "sync via zip file" feature does not work at all with custom...
> A feature of uWSGI that aborts workers that are serving requests for an excessively long time. Hm. Isn't that basically just a timeout? Why not just call it "timeout"...
We have the same problem in our project. ``` platform linux -- Python 3.10.6, pytest-8.1.0, pluggy-1.4.0 rootdir: /app configfile: pytest.ini plugins: asyncio-0.23.5, requests-mock-1.11.0, cov-4.1.0 asyncio: mode=strict [...] self = def...
Hey @SantoDE, thanks for the reply. :) The Docker API has an endpoint to connect to a network: https://docs.docker.com/engine/api/v1.41/#operation/NetworkConnect Since Traefik has access to the Docker socket to discover containers...
Hey @gijoe88, thanks for your input! > 1. When there are several network configured for a container, which one to choose? There might be one traefik is connected to already,...
Hey @Forst (and anybody else interested), I chose to go with a different solution. My Traefik is running in host networking mode now. That way, no Docker networks are necessary...