-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathinstallation.json
More file actions
58 lines (58 loc) · 3.96 KB
/
installation.json
File metadata and controls
58 lines (58 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"steps": [
{
"title": "Feedbin",
"description": "",
"fields": [
{ "event":"onkeyup", "name": "FEEDBIN_USERNAME", "label": "FEEDBIN_USERNAME", "placeholder": "username@email.com", "className": "Input", "type": "input", "autocomplete": "false" },
{ "event":"onkeyup", "name": "FEEDBIN_PASSWORD", "label": "FEEDBIN_PASSWORD", "className": "Input", "type": "input", "kind": "password" , "autocomplete": "false" },
{
"event":"onkeyup",
"name": "FEEDBIN_TAGNAME",
"label": "FEEDBIN_TAGNAME",
"className": "Input",
"type": "input",
"value": "Newsletters",
"help": "The Feedbin tag that contains the items to import."
}
]
}
, {
"title": "Kindle",
"fields": [
{ "event":"onkeyup", "name": "KINDLE_EMAIL", "label": "KINDLE_EMAIL", "className": "Input", "type": "input", "placeholder": "[prefix]@kindle.com", "help": "Your Send-to-Kindle e-mail address. Manage it <a href=\"https://www.amazon.com/sendtokindle/email\" target=\"_blank\">here</a>." }
]
}, {
"title": "Email", "fields": [
{ "event":"onkeyup", "name": "MAILER_SERVICE", "label": "MAILER_SERVICE", "className": "Input", "type": "input", "value": "gmail" },
{ "event":"onkeyup", "name": "MAILER_EMAIL", "label": "MAILER_EMAIL", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "SMTP_HOST_ADDR", "label": "SMTP_HOST_ADDRESS", "className": "Input", "type": "input", "value": "smtp.gmail.com" },
{ "event":"onkeyup", "name": "SMTP_HOST_PORT", "label": "SMTP_HOST_PORT", "className": "Input", "type": "input", "value": 465 },
{ "event":"onkeyup", "name": "SMTP_USER_NAME", "label": "SMTP_USER_NAME", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "SMTP_USER_PWD", "label": "SMTP_USER_PASSWORD", "className": "Input", "type": "input" }
]
}
, {
"title": "Book", "description": "Book configuration", "fields": [
{ "event":"onkeyup", "name": "BOOK_TITLE", "value": "Dear Reader", "label": "TITLE", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_SERIES", "value": "Newsletters", "label": "SERIES", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_AUTHOR", "value": "Name Lastname", "label": "AUTHOR", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_FILEAS", "value": "Lastname, Name", "label": "FILE AS", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_TAGS", "value": "newsletters, reading", "label": "TAGS", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_COPYRIGHT", "value": "Several authors", "label": "COPYRIGHT", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_PUBLISHER", "value": "Dear Reader", "label": "PUBLISHER", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "BOOK_DESCRIPTION", "value": "Newsletters", "label": "DESCRIPTION", "className": "Input", "type": "input" }
]
}, {
"title": "OpenWeather (optional)", "description": "Fill up this information if you want to show weather information.", "fields": [
{ "event":"onkeyup", "name": "OPEN_WEATHER_API_KEY", "label": "OPEN_WEATHER_API_KEY", "className": "Input", "type": "input", "help": "Sign up for a free API key <a href=\"https://home.openweathermap.org\" target=\"_blank\">here</a>." },
{ "event":"onkeyup", "name": "OPEN_WEATHER_LANG", "label": "OPEN_WEATHER_LANG", "className": "Input", "type": "input", "value": "en" },
{ "event":"onkeyup", "name": "OPEN_WEATHER_CITY", "label": "OPEN_WEATHER_CITY", "className": "Input", "type": "input" },
{ "event":"onkeyup", "name": "OPEN_WEATHER_UNITS", "label": "OPEN_WEATHER_UNITS", "className": "Input", "type": "input", "value": "metric" }
]
}, {
"title": "Thanks", "fields": [
{ "type": "text", "text": "Generate the secret environment file and reload the server."}
]}
]
}