"description":"Rallly is an open-source scheduling and collaboration tool designed to make organizing events and meetings easier.",
"tipi_version":1,
"version":"3.4.2",
"categories":["utilities"],
"short_desc":"Scheduling and collaboration tool",
"author":"lukevella",
"source":"https://github.com/lukevella/rallly",
"website":"https://rallly.co",
"form_fields":[
{
"type":"random",
"min":32,
"max":32,
"label":"Database Password",
"env_variable":"RALLLY_DB_PASSWORD"
},
{
"type":"random",
"min":32,
"max":32,
"label":"Secret key for User session",
"env_variable":"RALLLY_SECRET_KEY"
},
{
"type":"email",
"label":"NoReply Email",
"max":50,
"min":3,
"required":false,
"env_variable":"RALLLY_NOREPLY_EMAIL"
},
{
"type":"email",
"label":"Support Email",
"max":50,
"min":3,
"required":true,
"env_variable":"RALLLY_SUPPORT_EMAIL"
},
{
"type":"text",
"label":"Allowed Emails",
"hint":"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.",