Wallos is a powerful, open-source, and self-hostable web application designed to empower you in managing your finances with ease. Say goodbye to complicated spreadsheets and expensive financial software – Wallos simplifies the process of tracking expenses and helps you gain better control over your financial life.
Features
Subscription Management: Keep track of your recurring subscriptions and payments, ensuring you never miss a due date.
Category Management: Organize your expenses into customizable categories, enabling you to gain insights into your spending habits.
Multi-Currency support: Wallos supports multiple currencies, allowing you to manage your finances in the currency of your choice.
Currency Conversion: Integrates with the Fixer API so you can get exchange rates and see all your subscriptions on your main currency.
Data Privacy: As a self-hosted application, Wallos ensures that your financial data remains private and secure on your own server.
Customization: Tailor Wallos to your needs with customizable categories, currencies, themes and other display options.
Sorting Options: Allowing you to view your subscriptions from different perspectives.
Logo Search: Wallos can search the web for the logo of your subscriptions if you don’t have them available for upload.
Mobile view: Wallos on the go.
Statistics: Another perspective into your spendings.
Notifications: Wallos supports multiple notification methods (email, discord, pushover, telegram, gotify and webhooks). Get notified about your upcoming payments.
Multi Language support.
QPKG integration :
user must manage his crontab on his NAS, adding the following cron ( https://wiki.qnap.com/wiki/Add_items_to_crontab ) ( https://www.qnap.com/en/how-to/faq/article/how-to-add-jobs-to-crontab-to-schedule-a-job)
0 1 * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/updatenextpayment.php >> /opt/Wallos82/var/log/cron/updatenextpayment.log 2>&1
0 2 * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/updateexchange.php >> /opt/Wallos82/var/log/cron/updateexchange.log 2>&1
0 8 * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/sendcancellationnotifications.php >> /opt/Wallos82/var/log/cron/sendcancellationnotifications.log 2>&1
0 9 * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/sendnotifications.php >> /opt/Wallos82/var/log/cron/sendnotifications.log 2>&1
*/2 * * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/sendverificationemails.php >> /opt/Wallos82/var/log/cron/sendverificationemail.log 2>&1
*/2 * * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/sendresetpasswordemails.php >> /opt/Wallos82/var/log/cron/sendresetpasswordemails.log 2>&1
0 */6 * * * /opt/Apache82/bin/php /opt/Wallos82/www/endpoints/cronjobs/checkforupdates.php >> /opt/Wallos82/var/log/cron/checkforupdates.log 2>&
Last update: 22 October 2024