Easily and securely send things from one computer to another https://github.com/schollz/croc
Go to file
3wc e7fcdca848
continuous-integration/drone/push Build is passing Details
Switch to self-hosted stack-ssh-deploy image [mass update]
2023-01-21 11:49:55 -08:00
.drone.yml Switch to self-hosted stack-ssh-deploy image [mass update] 2023-01-21 11:49:55 -08:00
.env.sample initial commit 2021-11-01 18:22:13 +01:00
README.md Goodbye, emojis! 😢 2021-11-23 12:19:04 +02:00
abra.sh initial commit 2021-11-01 18:22:13 +01:00
compose.yml initial commit 2021-11-01 18:22:13 +01:00
entrypoint.sh initial commit 2021-11-01 18:22:13 +01:00

README.md

croc

Easily and securely send things from one computer to another

  • Category: Utilities
  • Status: 3, stable
  • Image: croc,4, upstream
  • Healthcheck: No
  • Backups: No
  • Email: No
  • Tests: No
  • SSO: No

Basic usage

  1. Set up Docker Swarm and abra
  2. abra app new croc
  3. abra app secret generate -a <croc app name> - this will generate server password
  4. abra app deploy <croc app name> done!

now you can use croc. Remember to put your password when sending/receiving files! croc --pass SERVER_PASSWORD --relay "server.address:9009" send [filename] to send croc --pass SERVER_PASSWORD --relay "server.address:9009" to receive