Skip to content

trash-panda-v91-beta/actual-bank-synchronizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Actual Bank Synchronizer

Simple container image for starting bank data sync in the Actual budget application.

Usage

  1. 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
  2. Run the Docker container:

    docker run --env-file .env ghcr.io/aka-raccoon/actual-bank-synchronizer

Environment Variables

The following environment variables are required:

  • DATA_DIR: Path to the budget file
  • SERVER_URL: URL of the Actual server
  • PASSWORD: Password for the Actual server
  • SYNC_ID: Synchronization ID

About

Simple container image for starting bank data sync in the Actual budget application.

Topics

Resources

Stars

Watchers

Forks

Packages