Sure-Web

Sure-Web

Docker app from Skylinar's Repository

Overview

Sure is a community-driven fork of the former Maybe Finance application, continuing its mission to help users manage personal finances by tracking expenses, budgeting, and supporting wealth management. Note: "Maybe" is a trademark of Maybe Finance, Inc.. This is the 1 of 2 containers required to run Sure finance; **please review the additional requirements.** After Installing: To ensure correct user permissions for the app-storage folder, run 'chown -R 1000:1000 /mnt/user/appdata/sure/app-storage' after the initial startup.

Unraid Templates


Apache-Tika-Server

Home-Hub

Apache Tika is a project of the Apache Software Foundation that detects and extracts metadata and text from over a thousand different file types.

Application Name: apache-tika-server

Application Site: https://tika.apache.org/

Registry: https://hub.docker.com/r/apache/tika

Github: https://github.com/apache/tika

^back to top^


Home-Hub

Home-Hub

Ever wanted a simple, private spot on your home network for your family's daily stuff? That's HomeHub. It's a lightweight, self-hosted web app that turns any computer (even a Raspberry Pi!) into a central hub for shared notes, shopping lists, chores, a media downloader, and even a family expense tracker.

It's designed to be easy to use for everyone in the family, with a clean interface that works great on any device.

Application Name: Home-Hub

Application Site: https://github.com/surajverma/homehub

Registry: https://github.com/surajverma/homehub/pkgs/container/homehub

Github: https://github.com/surajverma/homehub

First installation

Before first startup:

  1. create the appdata folder:
mkdir /mnt/user/appdata/homehub
  1. grab the example configuration yml:
curl https://raw.githubusercontent.com/surajverma/homehub/main/config-example.yml -o /mnt/user/appdata/homehub/config.yml
  1. adjust the config as needed

^back to top^


PostgreSQL18

PostgreSQL 18

PostgreSQL 18 is a powerful, open source object-relational database system with over 35 years of active development that has earned it a strong reputation for reliability, feature robustness, and performance.

Application Name: postgresql18

Application Site: https://www.postgresql.org/

Registry: https://registry.hub.docker.com/_/postgres/

Github: https://github.com/docker-library/postgres

^back to top^


Pi-Dash

Pi-Dash

Pi-Dash is a simple, lightweight dashboard for monitoring multiple Pi-hole instances. It provides a clean, at-a-glance, responsive view of your Pi-hole statistics.

Application Name: Pi-Dash

Application Site: https://github.com/surajverma/pi-dash

Registry: https://github.com/surajverma/pi-dash/pkgs/container/pi-dash

Github: https://github.com/surajverma/pi-dash

First installation

Before first startup:

  1. create the appdata folder:
mkdir /mnt/user/appdata/pi-dash
  1. grab the example configuration json:
curl https://raw.githubusercontent.com/surajverma/pi-dash/refs/heads/main/config-example.json -o /mnt/user/appdata/pi-dash/config.json
  1. adjust the config as needed

^back to top^


Sure-Web

Sure-Web

Sure is a community-driven fork of the former Maybe Finance application, continuing its mission to help users manage personal finances by tracking expenses, budgeting, and supporting wealth management. Note: "Maybe" is a trademark of Maybe Finance, Inc..

This is the 1 of 2 containers required to run Sure finance; please review the additional requirements.

Application Name: Sure-Web

Application Site: https://github.com/we-promise/sure

Registry: https://github.com/we-promise/sure/pkgs/container/sure

Github: https://github.com/we-promise/sure

Additional Requirements

This is container 1 of 2 needed to run Sure finance, runs alongside Sure-Worker. Requires a Postgres database and Redis.

Check the Sure documentation for more information: https://github.com/we-promise/sure/blob/main/docs/hosting/docker.md

First installation

To ensure correct user permissions for the app-storage folder, run chown -R 1000:1000 /mnt/user/appdata/sure/app-storage after the initial startup.

^back to top^


Sure-Worker

Sure-Worker

Sure is a community-driven fork of the former Maybe Finance application, continuing its mission to help users manage personal finances by tracking expenses, budgeting, and supporting wealth management. Note: "Maybe" is a trademark of Maybe Finance, Inc..

This is the 2 of 2 container required to run Sure finance; please review the additional requirements.

Application Name: Sure-Worker

Application Site: https://github.com/we-promise/sure

Registry: https://github.com/we-promise/sure/pkgs/container/sure

Github: https://github.com/we-promise/sure

^back to top^


Twitch-Channel-Points-Miner-v2

Coming soon...

^back to top^


Media gallery

Install Sure-Web on Unraid in a few clicks.

Find Sure-Web in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Sure-Web Review the template variables and paths Click Install

Requirements

This is container 1 of 2 needed to run Sure finance, runs alongside //Sure-Worker\\.
Requires a //Postgres\\ database and //Redis\\.
Check the Sure documentation for more information: https://github.com/we-promise/sure/blob/main/docs/hosting/docker.md

Related apps

Details

Repository
ghcr.io/we-promise/sure:latest
Last Updated2026-07-12
First Seen2025-09-24

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false
Extra Params
--restart unless-stopped

Template configuration

Config dataPathrw

Config data for application. Should be the same dir as Sure Worker.

Target
/rails/storage
Default
/mnt/user/appdata/sure/app-storage
Value
/mnt/user/appdata/sure/app-storage
Web UI PortPorttcp
Target
3000
Default
3000
Value
3000
Secret KeyVariable

Secret key. Run `openssl rand -hex 64` to generate a secret

Target
SECRET_KEY_BASE
Postgres - HostVariable

Postgres database host. Suggested: {YOUR-POSTGRES-IP}

Target
DB_HOST
Postgres - PortVariable

Postgres database port. Default: 5432

Target
DB_PORT
Default
5432
Postgres - UsernameVariable

Postgres database username.

Target
POSTGRES_USER
Postgres - PasswordVariable

Postgres database password.

Target
POSTGRES_PASSWORD
Postgres - DatabaseVariable

Postgres database name.

Target
POSTGRES_DB
Redis - URLVariable

The Redis host URL. Suggested: redis://{YOUR-REDIS-IP}:6379/1

Target
REDIS_URL
Default
redis://{YOUR-REDIS-IP}:6379/1
Value
redis://{YOUR-REDIS-IP}:6379/1
OpenAI API TokenVariable

Optional - NOTE: enabling OpenAI will incur costs when you use AI-related features in the app (chat, rules). Make sure you have set appropriate spend limits on your account before adding this.

Target
OPENAI_ACCESS_TOKEN
Is Self-HostedVariable

Is the application self-hosted. Not recommended to change.

Target
SELF_HOSTING_ENABLED
Default
true|false
Value
true
Enforce SSLVariable

Enforce SSL connections. Not recommended to change.

Target
RAILS_FORCE_SSL
Default
false|true
Value
false
Assume SSLVariable

Assume SSL connections. Not recommended to change.

Target
RAILS_ASSUME_SSL
Default
false|true
Value
false