Gain a clear overview of your recurring expenses with this self-hostable application for managing your subscriptions. By hosting it on your own server, you ensure that your financial data remains completely private and secure.
This tool simplifies tracking all your recurring payments and helps you understand your spending habits. Key features include:
The application is fully responsive for mobile use and can be easily installed using Docker. It's a comprehensive tool for anyone looking to take control of their subscription-based spending.
services:
wallos:
container_name: wallos
image: bellamy/wallos:latest
ports:
- "8282:80/tcp"
environment:
TZ: "America/New_York"
volumes:
- ./db:/var/www/html/db
- ./images:/var/www/html/images
- ./logos:/var/www/html/logos
restart: unless-stopped# Wallos does not require any sensitive environment variables for its basic Docker setup.
# All application configuration, including admin credentials, is managed through the web interface upon first launch.Auto-fetched 31 minutes ago
Auto-fetched 31 minutes ago