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