Rallly

Rallly

Docker 应用程序 from B4rny's Repository

概述

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

运行时参数

网络用户界面
http://[IP]:[PORT:3000]
网络
bridge
外壳
sh
特权
false

模板配置

portPorttcp
目标
3000
价值
3000
DATABASE_URLVariable

A connection string to your Postgres database

价值
postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName
NEXT_PUBLIC_BASE_URLVariable

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

价值
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

价值
false
SMTP_USERVariable

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

价值
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

价值
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

价值
false
SMTP_TLS_ENABLEDVariable

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

价值
false

下载统计数据

1,216,814
下载总数
50,059
本月
46,837
平均每月

长期下载总量

加载图表...

详细信息

存储库
lukevella/rallly:latest
最后更新2026-04-29
初见2023-05-12

在Unraid 上运行 Rallly 。

Rallly 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。