Wallos Help You To Simplify Your Finances

Wallos is a self-hosted docker application that will send you notifications when your monthly subscriptions are about to hit your bank account. Welcome to the world of Wallos, your ultimate financial companion! Are you tired of forgetting about upcoming subscription charges and missing payment deadlines? Look no further! With Wallos, you can stay ahead of the curve and take control of your finances like never before. This is a powerful, open-source, 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 ensures you never miss a beat when it comes to your subscription charges. Video and text by DB Tech
Wallos Help You To Simplify Your Finances

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: The project 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, It ensures that your financial data remains private and secure on your own server.
  • Customization: Tailor the application 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: The application 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: Get notified by email of an upcoming payment.
  • Multi Language support.

Docker

docker run -d –name wallos -v /path/to/config/wallos/db:/var/www/html/db \ -v /path/to/config/wallos/logos:/var/www/html/images/uploads/logos \ -e TZ=Europe/Berlin -p 8282:80 –restart unless-stopped \ bellamy/wallos:latest

Docker Compose

version: '3.0'

services:
  wallos:
    container_name: wallos
    image: bellamy/wallos:latest
    ports:
      - "8282:80/tcp"
    environment:
      TZ: 'America/Toronto'
    # Volumes store your data between container upgrades
    volumes:
      - './db:/var/www/html/db'
      - './logos:/var/www/html/images/uploads/logos'
    restart: unless-stopped

For baremetal installation you can check out the project GitHub page.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.