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.png) — 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).

Troubleshooting

After a Fluxo update, something looks off (missing icon, missing field, container fails to start with settings that used to work): Unraid deliberately does not re-sync an already-installed container's configuration when this template changes — only the underlying Docker image gets updated automatically. Template changes (new fields, icon format, etc.) only take effect on a fresh install. Fix: remove the Fluxo container in Unraid (your data is safe — it lives in the app-data volume and your external Postgres database, not in the container itself) and reinstall it via Apps → search "Fluxo". This is standard Unraid behaviour, not specific to this template — see the Unraid forums for background.

Container stuck restarting after install: check the container logs. The most common cause is a wrong DB_USER/DB_PASSWORD for the Postgres database — double check those match what's actually configured on your Postgres server.

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-09-06
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 DatenPathrw

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