saltyorg / Sandbox

Saltbox Sandbox
GNU General Public License v3.0
63 stars 91 forks source link

App Request: BudgE #245

Open bradmartti opened 1 year ago

bradmartti commented 1 year ago

https://github.com/linuxserver/budge

I don't have the skill set to create the role but I think it would make a great addition to saltbox if it works as intended.

"BudgE (pronounced "budgie", like the bird) is an open source "budgeting with envelopes" personal finance app, taking inspiration from other tools such as Aspire Budgeting, budgetzero, and Buckets."

maximuskowalski commented 3 months ago

@bradmartti would you be interested in making the basic docs for this if someone creates the role?

Compose file

---
services:
  budge:
    image: lscr.io/linuxserver/budge:latest
    container_name: budge
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/budge/config:/config
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped