Simple container image for starting bank data sync in the Actual budget application.
-
Create a
.env
file in the root directory and add the required environment variables:DATA_DIR=/path/to/budget/file SERVER_URL=https://xxxxxxx.dev PASSWORD=xxxxxx SYNC_ID=your_sync_id
-
Run the Docker container:
docker run --env-file .env ghcr.io/aka-raccoon/actual-bank-synchronizer
The following environment variables are required:
DATA_DIR
: Path to the budget fileSERVER_URL
: URL of the Actual serverPASSWORD
: Password for the Actual serverSYNC_ID
: Synchronization ID