
Firefly III
A free and open source personal finance manager
#finance #Live Demo
Getting Started
- Create and enter a new directory for Firefly III
mkdir firefly-iii && cd firefly-iii
- Download the
docker-compose.yml
filecurl -LO https://raw.githubusercontent.com/firefly-iii/docker/main/docker-compose.yml
- Download the environment configuration files(
.env
and.db.env
)curl -o .env -L https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example curl -o .db.env -L https://raw.githubusercontent.com/firefly-iii/docker/main/database.env
- Start the container
docker compose up -d
- Give the containers a minute to fully start up, then visit http://localhost in your browser to access Firefly III.