-
Notifications
You must be signed in to change notification settings - Fork 0
/
mos.yml
30 lines (25 loc) · 942 Bytes
/
mos.yml
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
author: mongoose-os
type: lib
description: Support library for the device management dashboard
version: 1.0
sources:
- src
includes:
- include
config_schema:
- ["dash.enable", "b", false, {"title": "Enable"}]
- ["dash.token", "s", "", {"title": "Access token"}]
- ["dash.server", "s", "wss://mdash.net/api/v2/rpc", {"title": "Server address"}]
- ["dash.ssl_cert", "s", "", {title: "Client certificate to present to the server"}]
- ["dash.ssl_key", "s", "", {title: "Private key corresponding to the certificate"}]
- ["dash.ssl_ca_cert", "s", "ca.pem", {"title": "Verify server certificate using this CA bundle"}]
- ["dash.send_logs", "b", false, {"title": "Send logs"}]
libs:
- origin: https://github.com/mongoose-os-libs/core
- origin: https://github.com/mongoose-os-libs/rpc-ws
- origin: https://github.com/mongoose-os-libs/shadow
tags:
- c
- rpc
- docs:cloud:mDash dashboard
manifest_version: 2017-09-29