---
title: "Deploy Wallos subscription tracker"
description: "Protected subscription tracking with persistent budgets and logos."
category: "Other"
url: https://railway.com/deploy/wallos-subscription-tracker
---

# Deploy Wallos subscription tracker

Protected subscription tracking with persistent budgets and logos.

**[Deploy Wallos subscription tracker on Railway](https://railway.com/template/wallos-subscription-tracker)**

- **Creator:** Anton Orel's Projects
- **Category:** Other
- **Total deploys:** 1

## Template content

### Wallos Gateway

- **Image:** caddy:2.11.4-alpine@sha256:5f5c8640aae01df9654968d946d8f1a56c497f1dd5c5cda4cf95ab7c14d58648
- **Start command:** `/bin/sh -ec 'password_hash="$(caddy hash-password --plaintext "$GATEWAY_PASSWORD")"; printf "%s\n" "$GATEWAY_CONFIG" | sed -e "s|__USERNAME__|$GATEWAY_USERNAME|g" -e "s|__PASSWORD_HASH__|$password_hash|g" -e "s|__UPSTREAM__|$UPSTREAM|g" >/tmp/Caddyfile; exec caddy run --config /tmp/Caddyfile --adapter caddyfile'`
- **Health check:** /healthz
- **Public domain:** Yes

### Wallos

- **Image:** bellamy/wallos:latest@sha256:316f26e13265958e7946ef98ff600516fddc51d698ee98bd1ae1577e5e00789f
- **Start command:** `dumb-init -- /bin/sh -ec 'mkdir -p /var/www/html/db/logos /var/www/html/images/uploads; ln -sfn /var/www/html/db/logos /var/www/html/images/uploads/logos; exec /var/www/html/startup.sh'`
- **Health check:** /health.php

## Documentation

# Deploy and Host Wallos subscription tracker on Railway

Wallos is a private subscription and budget tracker for recurring expenses, categories, payment methods, currencies, household members, and renewal reminders.

## About Hosting Wallos subscription tracker

The template runs the immutable Wallos 5.4.2 image behind generated Basic Auth. One 5 GB volume preserves its SQLite database, setup recovery token, avatars, and uploaded subscription logos.

## Why Deploy Wallos subscription tracker on Railway

Railway supplies HTTPS, a generated access credential, health-gated deployment, and durable storage. A startup link consolidates Wallos's two writable directories under one valid Railway volume without hiding application files.

## Common Use Cases

- Track household subscriptions and renewal dates
- Review recurring spending by category and currency
- Send reminders through Wallos notification integrations

## Dependencies for Wallos subscription tracker Hosting

The deployment uses [Wallos](https://wallosapp.com), [Wallos source](https://github.com/ellite/Wallos), [Caddy](https://caddyserver.com), and one Railway volume.

### Deployment Dependencies

- Wallos 5.4.2
- Caddy gateway
- One 5 GB Railway volume


## Similar templates

- [Rocky Linux](https://railway.com/deploy/rocky-linux) — [Jul'26] Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀
- [Foundry Virtual Tabletop](https://railway.com/deploy/X5tR6G) — A Self-Hosted & Modern Roleplaying Platform
- [Letta Code Remote](https://railway.com/deploy/letta-code-remote) — Run a Letta Code agent 24/7. No inbound ports, just deploy.

Open this page in a browser: https://railway.com/deploy/wallos-subscription-tracker
