Update Config for SMTP Requirement (#424)
This commit is contained in:
parent
a9bd2434ff
commit
b2d5426ca7
|
@ -6,7 +6,7 @@
|
|||
"exposable": true,
|
||||
"force_expose": true,
|
||||
"id": "gotosocial",
|
||||
"tipi_version": 1,
|
||||
"tipi_version": 2,
|
||||
"version": "0.8.1",
|
||||
"categories": ["social"],
|
||||
"description": "Fast, fun, ActivityPub server, powered by Go.",
|
||||
|
@ -34,39 +34,35 @@
|
|||
"type": "text",
|
||||
"label": "SMTP Host",
|
||||
"hint": "Your SMTP Server",
|
||||
"placeholder": "smtp.example.com",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"env_variable": "GTS_SMTP_HOST"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "SMTP Port",
|
||||
"hint": "Your SMTP Port",
|
||||
"placeholder": "25",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"env_variable": "GTS_SMTP_PORT"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "SMTP Username",
|
||||
"hint": "Your SMTP Server User/Username",
|
||||
"placeholder": "noreply@example.com",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"env_variable": "GTS_SMTP_USERNAME"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "SMTP Password",
|
||||
"hint": "Your SMTP Server Password",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"env_variable": "GTS_SMTP_PASSWORD"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"label": "SMTP From Address",
|
||||
"hint": "Make sure the Format is like noreply@example.com",
|
||||
"placeholder": "noreply@example.com",
|
||||
"required": true,
|
||||
"required": false,
|
||||
"env_variable": "GTS_SMTP_FROM"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user