Support
Documentation, answers to common questions, and where to ask.
Documentation
The README covers install, features, configuration and the tag scheme.
Migrate from HomeBank
Move your .xhb wallet across โ a step-by-step guide.
Reverse proxy / HTTPS
Run behind TLS for anything beyond a trusted LAN.
API docs
Interactive Swagger UI is served by the app itself at /api/docs.
Frequently asked
Is CloudBank free?
Yes โ free and open source under the AGPL-3.0. Self-host it yourself; there is no paid tier.
Where is my data stored?
In a single SQLite database on the /data volume you control. Nothing is sent to any third party; there is no tracking.
Can I import my HomeBank file?
Yes. Upload your .xhb file and CloudBank recreates the whole wallet โ accounts, payees, categories, transactions, transfers, schedules and budgets โ to the cent. You can also export back to .xhb.
Does it support multiple users?
Yes โ admin-managed users, each with isolated wallets. There is no self-registration; the first run creates the admin.
How do I back up?
Copy the cloudbank-data volume, or use the in-app wallet backup (Settings โ Wallet) and the admin full-database backup.
How do I update?
Pull the newer image (docker compose pull) and recreate the container. Migrations run automatically at startup.
Still stuck?
Open an issue on GitHub โ bugs, questions and ideas are all welcome.