Fluxo

Fluxo

Docker app from SynShift Labs' Repository

Overview

Fluxo – Persönliche Haushaltsbuch-App. ASP.NET Core Backend mit integriertem React-Frontend. Benötigt eine externe PostgreSQL-Datenbank.

Fluxo – Unraid Community Applications Template

Unraid template repository for Fluxo, a personal finance / household budgeting app.

This repo contains only the Unraid Docker template and Community Applications metadata (ca_profile.xml, templates/fluxo.xml, icon.svg) — all MIT-licensed. The Fluxo application itself is closed-source and distributed only as a container image:

ghcr.io/synshiftlabs/fluxo:latest

Installation

  1. Unraid → AppsSettingsTemplate Repositories → add: https://github.com/SynShiftLabs/Fluxo_Unraid
  2. Search for "Fluxo" under Apps and install.
  3. Fluxo needs an external PostgreSQL database — see the template's field descriptions for connection details, or the main deployment guide for setting one up.
  4. Default login after first start: admin / admin (change immediately).

Support

Please open an issue in this repository for template/installation problems.

Install Fluxo on Unraid in a few clicks.

Find Fluxo 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 Fluxo Review the template variables and paths Click Install

Related apps

Explore more like this

Explore all

Details

Repository
ghcr.io/synshiftlabs/fluxo:latest
Last Updated2026-08-17
First Seen2026-08-16

Runtime arguments

Web UI
http://[IP]:[PORT:80]
Network
bridge
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

Web UI PortPorttcp

Port über den Fluxo im Browser erreichbar ist. Standard 80 = kein Port in der URL nötig.

Target
80
Default
80
Value
80
App DatenPath

Hier werden die automatisch generierten Secrets gespeichert.

Target
/data
Default
/mnt/user/appdata/fluxo
Value
/mnt/user/appdata/fluxo
Datenbank HostVariable

IP-Adresse oder Hostname des PostgreSQL-Containers, z.B. 192.168.178.115

Target
DB_HOST
Datenbank PortVariable

PostgreSQL Port. Standard: 5432

Target
DB_PORT
Default
5432
Value
5432
Datenbank NameVariable

Name der Datenbank.

Target
DB_NAME
Default
fluxo
Value
fluxo
Datenbank BenutzerVariable

PostgreSQL Benutzername.

Target
DB_USER
Datenbank PasswortVariable

PostgreSQL Passwort.

Target
DB_PASSWORD