signalk-to-noforeignland 0.1.9 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.project +1 -1
- package/index.js +1 -28
- package/package.json +1 -1
package/.project
CHANGED
package/index.js
CHANGED
|
@@ -83,34 +83,7 @@ module.exports = function (app) {
|
|
|
83
83
|
"title": "Should keep track files on disk?",
|
|
84
84
|
"description": "If you have a lot of hard drive space you can keep the track files for logging purposes.",
|
|
85
85
|
"default": false
|
|
86
|
-
}
|
|
87
|
-
"emailService": {
|
|
88
|
-
"type": "string",
|
|
89
|
-
"title": "*LEGACY* Email service in use to send tracking reports *OPTIONAL*",
|
|
90
|
-
"description": "Email service for outgoing mail from this list: https://community.nodemailer.com/2-0-0-beta/setup-smtp/well-known-services/",
|
|
91
|
-
"default": 'gmail',
|
|
92
|
-
},
|
|
93
|
-
"emailUser": {
|
|
94
|
-
"type": "string",
|
|
95
|
-
"title": "*LEGACY* Email user *OPTIONAL*",
|
|
96
|
-
"description": "Email user for outgoing mail. Normally should be set to the your email.",
|
|
97
|
-
},
|
|
98
|
-
"emailPassword": {
|
|
99
|
-
"type": "string",
|
|
100
|
-
"title": "*LEGACY* Email user password *OPTIONAL*",
|
|
101
|
-
"description": "Email user password for outgoing mail. check out the readme 'Requirements' section for more info.",
|
|
102
|
-
},
|
|
103
|
-
"emailFrom": {
|
|
104
|
-
"type": "string",
|
|
105
|
-
"title": "*LEGACY* Email 'From' address *OPTIONAL*",
|
|
106
|
-
"description": "Address must be set in NFL. Normally should be set to the your email. check out the readme 'Requirements' section for more info.",
|
|
107
|
-
},
|
|
108
|
-
"emailTo": {
|
|
109
|
-
"type": "string",
|
|
110
|
-
"title": "*LEGACY* Email 'to' address *OPTIONAL*",
|
|
111
|
-
"description": "Email address to send track GPX files to. defaults to: tracking@noforeignland.com. (can be set to your own email for testing purposes)",
|
|
112
|
-
"default": 'tracking@noforeignland.com',
|
|
113
|
-
},
|
|
86
|
+
}
|
|
114
87
|
}
|
|
115
88
|
};
|
|
116
89
|
|