Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkbook Register (Docker)

A simple checkbook register web UI backed by SQLite.

Run with Docker Compose

docker compose up --build -d

Open: http://localhost:7070

On first run, you'll be redirected to an initial setup page to create the login password. After setup, the app requires that password to access the register. Optionally set CHECKBOOK_SECRET_KEY to control session signing explicitly. The UI automatically uses your browser timezone for "today" dates. You can also set CHECKBOOK_TIMEZONE (IANA timezone, for example America/New_York) as a server fallback.

Run with Docker CLI

docker build -t checkbook-register .
docker run -d --name checkbook-register -p 7070:7070 -v "$(pwd)/data:/data" -e CHECKBOOK_SECRET_KEY="replace-with-a-long-random-string" -e CHECKBOOK_TIMEZONE="UTC" checkbook-register

Stop

docker compose down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages