Async script to sync up cs2kz replay files between hosts using s/ftp
Made to run with hosts that don't have more than ftp access, for example if you can't install packages like syncthing instead.
- A Host that can run Docker
- Docker
Running natively might cause issues, especially on Windows!
-
Create a
.envfile based on the .example. (cp .env.example .env) -
Run
docker build -t cs2replaysync .in your terminal to build the image. -
Run
docker compose up -dto start the container.