app-store/apps/rallly/metadata/description.md
thclaude 664df61549 Update boolean env fields
Set required to false since it's quite useless on a boolean field(?) and update the description to reflect this change
2024-01-05 15:30:32 +01:00

3.1 KiB

Rallly

Rallly

Description

Schedule group meetings with friends, colleagues and teams. Create meeting polls to find the best date and time to organize an event based on your participants' availability. Save time and avoid back-and-forth emails.

Built with Next.js, Prisma, tRPC & TailwindCSS

Runtipi configuration variables

Label Tipi ENV name Type Description Required
NoReply Email RALLLY_NOREPLY_EMAIL email The email address that will be used to send emails. If not set, SUPPORT_EMAIL will be used instead. NO
Support Email RALLLY_SUPPORT_EMAIL email The email of whoever is managing this instance in case a user needs support. YES
Allowed Emails RALLLY_ALLOWED_EMAILS text 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. NO
SMTP Host RALLLY_SMTP_HOST text The host address of your SMTP server YES
SMTP Port RALLLY_SMTP_PORT number The port of your SMTP server YES
SMTP Secure RALLLY_SMTP_SECURE boolean Set to "true" if SSL is enabled for your SMTP connection NO
SMTP Enable TLS RALLLY_SMTP_TLS_ENABLED boolean Enable TLS for your SMTP connection NO
SMTP User RALLLY_SMTP_USER text The username (if auth is enabled on your SMTP server) NO
SMTP Password RALLLY_SMTP_PWD password The password (if auth is enabled on your SMTP server) NO