<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Wallos]]></title><description><![CDATA[<p dir="auto"><img src="https://github.com/ellite/Wallos/raw/main/images/siteicons/walloswhite.png" alt="Wallos" class=" img-fluid img-markdown" /></p>
<hr />
<h3>What is <a href="https://github.com/ellite/Wallos" target="_blank" rel="noopener noreferrer nofollow ugc">Wallos</a>?</h3>
<p dir="auto">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.</p>
<h3>LISCENSE</h3>
<p dir="auto"><a href="https://github.com/ellite/Wallos/blob/main/LICENSE.md" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/ellite/Wallos/blob/main/LICENSE.md</a></p>
<hr />
<h3><img src="https://forum.sumisu.xyz/assets/plugins/nodebb-plugin-emoji/emoji/android/1f4e6.png?v=e98e1c9ec1b" class="not-responsive emoji emoji-android emoji--package" style="height:23px;width:auto;vertical-align:middle" title=":package:" alt="📦" /> Docker Compose</h3>
<pre><code>services:
  wallos:
    container_name: wallos
    image: bellamy/wallos:latest
    ports:
      - "8282:80/tcp"
    environment:
      TZ: 'America/Chicago'
    # Volumes store your data between container upgrades
    volumes:
      - 'db:/var/www/html/db'
      - 'logos:/var/www/html/images/uploads/logos'
    restart: unless-stopped
volumes:
  db:
  logos:
</code></pre>
]]></description><link>https://forum.sumisu.xyz/topic/32/wallos</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:14:36 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/32.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 Nov 2024 17:05:51 GMT</pubDate><ttl>60</ttl></channel></rss>