Sign inSign up

gonzague/spendspentspent

By gonzague

•Updated 4 months ago

Image
0

100K+

gonzague/spendspentspent repository overview

⁠SpendSpentSpent

SpendSpentSpent (SSS) is an easy to use self hosted expense tracker. The goal of this application is to make creating new expense as easy and quick as possible. The application features are split into 3 pages

Demo instance⁠

⁠Spend (center page)

  • Add expense categories
  • Add expenses with option to enable location
  • Add recurring expense

⁠Spent (right page)

  • Selected month day by day expenses details and location if enabled
  • Delete expenses

⁠Spent (left page)

  • Monthly and yearly graphs to compare overall expenses and categories expenses by month or year.

⁠Run

docker run -t -v "/path/to/your/save-folder:/config" \
	-v "/etc/localtime:/etc/localtime:ro" \
	-e "SALT=somerandomstring" \
	-p "9001:9001" \
	gonzague/spendspentspent

The SALT environment variable is required especially if you want to use password protection to the application. Once set, do not change it while running against the same config folder.

Tag summary

Content type

Image

Digest

sha256:5088b9ef8…

Size

355.9 MB

Last updated

4 months ago

docker pull gonzague/spendspentspent