Wallos - Simple subscription tracker
-
- Title: Wallos on Cloudron - Simple subscription tracker
- Main Page: https://www.wallosapp.com/
- Git: https://github.com/ellite/wallos
- License: GPL-3.0
- Docker: Yes
- Summary: Self-hostable web application designed to empower you in managing your finances with ease. Wallos simplifies the process of tracking expenses and helps you gain better control over your finances.
- Notes: There are already budget apps on Cloudron, but this one is so simple if you only want to keep an eye on your subscriptions.
- Alternative to: https://alternativeto.net/software/wallos/
- Screenshots:
-
Also up-voting. Clean and intuitive Webinterface. Tested on unraid.
-
Does it actually sync with the sub in case the pricing changes or is it just a simple/manual table?
-
Currently, this app has only sqlite support . https://github.com/ellite/Wallos/issues/219 . This will require sqlite3 addon support from Cloudron platform. We haven't prioritized sqlite3 support yet (since mostly all apps support mysql or postgres).
-
@randyjc yes. In msot cases, there won't be an issue but to be 100% safe we need a fail-safe solution (via an addon implementation) to backup sqlite files. The current backup code does a db copy, which is fine since sqlite3 can "recover" if you copy a file which only has part of a transaction/log but not ideal.