Zuckuss

Results 13 comments of Zuckuss

Thank you for the "restic cat config" comment, it helped me. I'd also like a 'check' command, but this is working for me for now. ``` #!/bin/bash repo="sftp:restic:/lan" if ([...

Debian 11.2 was getting an error on default install. The [suggestion from above](https://github.com/oracle/oci-cli/issues/496#issuecomment-1024865019) worked for me: ```bash apt remove python3 && apt autoremove -y bash -c "$(curl -L https://raw.githubusercontent.com/oracle/oci-cli/master/scripts/install/install.sh)" ```

Maybe relevant? https://github.com/docker-library/php/issues/14#issuecomment-238248285

Just wanted to say thanks for this awesome tool, and voice support for this idea. I'd love to route my downloads through a proxy also. I don't know enough about...

Great tip, thanks! I'll look there :)

Same issue. Got this during install if it helps: Installing collected packages: urllib3, idna, chardet, requests, lxml, pinterest-downloader Attempting uninstall: urllib3 Found existing installation: urllib3 1.26.2 Not uninstalling urllib3 at...

I think I'm having the same issue. Looks like this might be a feature not a bug, looking at: https://github.com/atmoz/sftp/blob/master/files/entrypoint , line 32 ``` # Create users only on first...

I doubt this 4 year old, dead project, will be of any help, but dropping it here in case it helps this feature request. I think this feature would be...

For anyone else running Debian wondering how to apply the directions above, I got it working after changing a few paths. ```bash setcap 'cap_net_bind_service=+ep' /usr/bin/endlessh sed -i 's|#AmbientCapabilities|AmbientCapabilities|g' /lib/systemd/system/endlessh.service sed...