All apps · 0 apps
Fluxo
Docker app from SynShift Labs' Repository
Overview
Readme
View on GitHubFluxo – 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
- Unraid → Apps → Settings → Template Repositories → add:
https://github.com/SynShiftLabs/Fluxo_Unraid - Search for "Fluxo" under Apps and install.
- Fluxo needs an external PostgreSQL database — see the template's field descriptions for connection details, or the main deployment guide for setting one up.
- 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.
Categories
Related apps
Explore more like this
Explore allDetails
ghcr.io/synshiftlabs/fluxo:latestRuntime arguments
- Web UI
http://[IP]:[PORT:80]- Network
bridge- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
Port über den Fluxo im Browser erreichbar ist. Standard 80 = kein Port in der URL nötig.
- Target
- 80
- Default
- 80
- Value
- 80
Hier werden die automatisch generierten Secrets gespeichert.
- Target
- /data
- Default
- /mnt/user/appdata/fluxo
- Value
- /mnt/user/appdata/fluxo
IP-Adresse oder Hostname des PostgreSQL-Containers, z.B. 192.168.178.115
- Target
- DB_HOST
PostgreSQL Port. Standard: 5432
- Target
- DB_PORT
- Default
- 5432
- Value
- 5432
Name der Datenbank.
- Target
- DB_NAME
- Default
- fluxo
- Value
- fluxo
PostgreSQL Benutzername.
- Target
- DB_USER
PostgreSQL Passwort.
- Target
- DB_PASSWORD