mirror of
https://github.com/gopasspw/gopass.git
synced 2025-12-08 19:24:54 +00:00
* Add a dockerfile to debug debian issues Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org> * Add simple http proxy to aid in debugging failing requests Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org> * Add debug instructions Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org> * Move debug helpers out of the way Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org> --------- Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
Debug::Acquire::http "true";
|
|
Debug::Acquire::https "true";
|
|
Debug::pkgAcquire "true";
|
|
Acquire::http::Proxy "http://HOST:8080/";
|