Easily and securely send things from one computer to another https://github.com/schollz/croc
Go to file
knoflook 46060fb8e7
docs: add README.md
2021-11-01 18:39:49 +01:00
.env.sample initial commit 2021-11-01 18:22:13 +01:00
README.md docs: add README.md 2021-11-01 18:39:49 +01: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: ❶💚
  • Image: croc,❶💚, 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