Hi there selfhosters.

I was looking for a self hosted open source subscription tracker for a while and since I could not find what I wanted, I decided to try to build it myself.
I used mobile apps like Billbot but the data would only be accessible on that device. I’ve also found a few web based services but would require a subscription, and the reason I wanted a subscription tracker was to get an overview of my subscriptions and start saving money by cancelling unneeded or redundant services.
Since I am using so many open source and self hosted projects I decided to try to give something back and this is how Wallos was born.

I’m not happy with the UI yet, it was my first time developing a project without a designer, but I don’t hate it either.

About Wallos:

Wallos is an 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.

Wallos Desktop Light Theme

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.
  • Notifcations: Get notified by email of an upcoming payment

If you’re interested in trying it:

GitHub: https://github.com/ellite/Wallos
DockerHub: https://hub.docker.com/repository/docker/bellamy/wallos

Help from the community is appreciated.
Feel free to open Pull requests with bug fixes and features. I’ll do my best to keep an eye on those.
Feel free to open issues with bug reports or feature requests. Bug fixes will take priority.

The development cycle might not be the fastest, since I work a full time job and have a baby, but I’ll do the best I can.

Thank you and hoping the tool can be useful to someone else.

1 point

Does anyone know how to reset a user password? It seems I’m locked out at Wallos due a wrong password in my password manager.

permalink
report
reply
1 point

Create a file resetpw.php in endpoints/cronjobs/

Paste the following code:

prepare($sql);

$hashedPassword = password_hash($password, PASSWORD_DEFAULT);

$stmt->bindParam(':password', $hashedPassword, SQLITE3_TEXT);

$result = $stmt->execute();

if ($result) {

echo "Password updated successfully.";

} else {

echo "Error updating password.";

}

Change mynewpassword to your desired password. If your environment is different, please set $webPath manually.

Then run on your browser: domain:port/endpoints/cronjobs/resetpw.php

Finally, delete the resetpw.php file so it can’t be unintentionally triggered again.I haven’t tested the code, but it should work.

permalink
report
parent
reply
1 point

mynewpassword

Thanks a lot!
Also noticed that the username is case sensitive :-)

permalink
report
parent
reply
1 point

Hi , I think the only feature missing is for the SMTP settings to allow Encryption: STARTTLS, TLS. Without that, my email stmp server provider will not allow connections.

permalink
report
reply
1 point

Hi. It should do TLS by default. You should set the TLS port.

permalink
report
parent
reply
1 point

This is great! Would be super cool to have a paid amount and derive the next amount on previous amount or average. Would also be cool to trend the amount paid. Keep up the good work!

permalink
report
reply
1 point

Very cool. I just have one problem. Whenever I change and save settings or click on the logo, I am directed to the base url (example.com) and not to the directory where Wallos is hosted (example.com/wallos). I am hosting with Apache (bare metal route) Am I missing something?

permalink
report
reply
1 point

I use it on unraid server and it’s great.
It will be better if user can select what to show in main view. For example I have few entries from the same provider and don’t see description.

permalink
report
reply

Self-Hosted Main

!main@selfhosted.forum

Create post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

For Example

  • Service: Dropbox - Alternative: Nextcloud
  • Service: Google Reader - Alternative: Tiny Tiny RSS
  • Service: Blogger - Alternative: WordPress

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

Community stats

  • 14

    Monthly active users

  • 1.8K

    Posts

  • 11K

    Comments

Community moderators