All apps · 0 apps
Rallly
Docker app from B4rny's Repository
Overview
Install Rallly on Unraid in a few clicks.
Find Rallly 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.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
lukevella/rallly:latestRuntime arguments
- Web UI
http://[IP]:[PORT:3000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
- Target
- 3000
- Value
- 3000
A connection string to your Postgres database
- Value
- postgres://YourUserName:YourPassword@YourHostname:5432/YourDatabaseName
The base url where this instance is accessible, including the scheme.
- Value
- http://localhost:3000
A random 32-character secret key used to encrypt user sessions
All outgoing emails will show this email as the sender's email address, which also serves as the support email.
The host address of your SMTP server
The port of your SMTP server
Set to true if SSL is enabled for your SMTP connection
- Value
- false
The username (if auth is enabled on your SMTP server)
- Value
- smtp-username
The password (if auth is enabled on your SMTP server)
Set to `true` to require authentication for creating new polls and accessing admin pages
- Value
- false
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
Whether or not to disable the landing page
- Value
- false
Set to true to enable TLS. Might be needed for some SMTP connections
- Value
- false