Budget

Budget

Docker app from grtgbln's Repository

Overview

An open-source web application that helps you keep track of your finances.

Media gallery

Install Budget on Unraid in a few clicks.

Find Budget in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Budget Review the template variables and paths Click Install

Requirements


        Requires a separate MySQL database and Redis server.
    

Download Statistics

910
Total Downloads

Related apps

Details

Repository
rangeofmotion/budget:0.19.0
Last Updated2024-08-31
First Seen2025-01-16

Runtime arguments

Web UI
http://[IP]:[PORT:80]/
Network
bridge
Privileged
false

Template configuration

Web UI PortPorttcp

Container Port: 80

Target
80
Default
8000
Value
8000
App NameVariable

Name of the app

Target
APP_NAME
Default
Budget
Value
Budget
App KeyVariable

Key for the app

Target
APP_KEY
App URLVariable

URL of the app. Must match Web UI Port

Target
APP_URL
Default
http://localhost:8000
Value
http://localhost:8000
Database - TypeVariable

Type of database

Target
DB_CONNECTION
Default
mysql
Value
mysql
Database - HostVariable

Host of the database

Target
DB_HOST
Default
localhost
Value
localhost
Database - PortVariable

Port of the database

Target
DB_PORT
Default
3306
Value
3306
Database - NameVariable

Name of the database

Target
DB_DATABASE
Default
budget
Value
budget
Database - UsernameVariable

Username of the database

Target
DB_USERNAME
Database - PasswordVariable

Password of the database

Target
DB_PASSWORD
Redis - HostVariable

Host of the Redis server

Target
REDIS_HOST
Default
127.0.0.1
Value
127.0.0.1
Redis - PortVariable

Port of the Redis server

Target
REDIS_PORT
Default
6379
Value
6379
Redis - PasswordVariable

Password of the Redis server

Target
REDIS_PASSWORD
Default
null
Value
null
Mail - DriverVariable

Mail driver

Target
MAIL_DRIVER
Default
smtp
Value
smtp
Mail - HostVariable

Host of the mail server

Target
MAIL_HOST
Default
smtp.mailtrap.io
Value
smtp.mailtrap.io
Mail - PortVariable

Port of the mail server

Target
MAIL_PORT
Default
2525
Value
2525
Mail - UsernameVariable

Username of the mail server

Target
MAIL_USERNAME
Default
null
Value
null
Mail - PasswordVariable

Password of the mail server

Target
MAIL_PASSWORD
Default
null
Value
null
Mail - EncryptionVariable

Encryption of the mail server

Target
MAIL_ENCRYPTION
Default
null
Value
null
Pusher - App IDVariable

App ID of the Pusher server

Target
PUSHER_APP_ID
Pusher - App KeyVariable

App key of the Pusher server

Target
PUSHER_APP_KEY
Pusher - App SecretVariable

App secret of the Pusher server

Target
PUSHER_APP_SECRET
App EnvironmentVariable

Environment of the app

Target
APP_ENV
Default
production
Value
production
DebugVariable

Debug mode

Target
APP_DEBUG
Default
false|true
Log LevelVariable

Log level

Target
APP_LOG_LEVEL
Default
debug|error|info
Broadcast DriverVariable

Broadcast driver

Target
BROADCAST_DRIVER
Default
log
Value
log
Cache DriverVariable

Cache driver

Target
CACHE_DRIVER
Default
file
Value
file
Session DriverVariable

Session driver

Target
SESSION_DRIVER
Default
file
Value
file
Queue ConnectionVariable

Queue connection

Target
QUEUE_CONNECTION
Default
database
Value
database