Rallly

Rallly

Docker app from B4rny's Repository

Overview

Rallly is a tool for creating meeting polls. It’s designed to help you schedule meetings with groups of people. It’s free to use and you can create as many polls as you want. Authentication only works with configured SMTP settings as a code is sent to the email address. If you limit access, you should also limit the allowed email addresses, otherwise anyone can register. Examples: https://github.com/lukevella/rallly-selfhosted Reverse Proxy Configurations: https://github.com/lukevella/rallly-selfhosted/tree/main/reverse-proxy

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

portPorttcp
Target
3000
Value
3000
DATABASE_URLVariable

A connection string to your Postgres database

Value
postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName
NEXT_PUBLIC_BASE_URLVariable

The base url where this instance is accessible, including the scheme.

Value
http://localhost:3000
SECRET_PASSWORDVariable

A random 32-character secret key used to encrypt user sessions

SUPPORT_EMAILVariable

All outgoing emails will show this email as the sender's email address, which also serves as the support email.

SMTP_HOSTVariable

The host address of your SMTP server

SMTP_PORTVariable

The port of your SMTP server

SMTP_SECUREVariable

Set to true if SSL is enabled for your SMTP connection

Value
false
SMTP_USERVariable

The username (if auth is enabled on your SMTP server)

Value
smtp-username
SMTP_PWDVariable

The password (if auth is enabled on your SMTP server)

AUTH_REQUIREDVariable

Set to `true` to require authentication for creating new polls and accessing admin pages

Value
false
ALLOWED_EMAILSVariable

Comma separated list of email addresses that are allowed to register and login. You can use wildcard syntax to match a range of email addresses. Example: john@example.com,jane@example.com

DISABLE_LANDING_PAGEVariable

Whether or not to disable the landing page

Value
false
SMTP_TLS_ENABLEDVariable

Set to true to enable TLS. Might be needed for some SMTP connections

Value
false

Download Statistics

1,216,814
Total Downloads
50,059
This Month
46,837
Avg / Month

Total Downloads Over Time

Loading chart...

Details

Repository
lukevella/rallly:latest
Last Updated2026-04-29
First Seen2023-05-12

Run Rallly on Unraid.

Rallly is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.