@scrypted/nvr 0.0.249 → 0.0.250

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/README.md CHANGED
@@ -4,11 +4,11 @@ NVR plugin for Scrypted.
4
4
 
5
5
  **This plugin is intended for local RTSP cameras only.**
6
6
 
7
- This readme will guide you through the NVR setup, camera and detection setup, app installation, and optionally, self hosting.
7
+ This readme will guide you through the NVR setup, camera and detection setup, app installation, and optionally, self hosting. Additional help and support can also be found on the [Scrypted Discord #nvr Channel](https://discord.gg/DcFzmBHYGq).
8
8
 
9
9
  ### Purchase and Manage Subscription
10
10
 
11
- This plugin is in a *paid* public beta. A [live demo server](https://demo.scrypted.app/#/demo) and free trial is available to test the product. Join the NVR channel on [Discord](https://discord.gg/DcFzmBHYGq) to report bugs and submit feature requests.
11
+ This plugin is in a *paid* public beta. A [live demo server](https://demo.scrypted.app/#/demo) and free trial is available to test the product.
12
12
 
13
13
  The Scrypted NVR Subscription can be purchased and managed at the [billing portal](https://billing.scrypted.app).
14
14
 
@@ -71,8 +71,20 @@ PWA Installation Browser:
71
71
 
72
72
  ### Self Hosting
73
73
 
74
- Scrypted can optionally be self hosted in the cloud with a reverse proxy to the https management port 10443. It must be SSL terminated. After the server is set up, enter the hostname in two locations:
75
- * Scrpyted Cloud Plugin Settings
76
- * This setting directs Scrypted to use the self hosted domain for all cloud services and signaling.
77
- * iOS Settings App -> Scrypted -> Self Hosted -> Hostname
78
- * This setting directs the iOS app to use the self hosted domain rather than Scrypted's Cloud servers.
74
+ Scrypted can optionally be self hosted with a custom domain.
75
+ * Set up your custom domain or dynamic DNS provider like [duckdns.org](https://duckdns.org).
76
+ * Generic Dynamic DNS [instructions](https://www.noip.com/support/knowledgebase/how-to-configure-ddns-in-router/).
77
+ * On your router, port forward to Scrypted's https management port `10443`.
78
+ * Enter Hostname at: iOS Settings App -> Scrypted -> Self Hosted -> Hostname
79
+ * Examples:
80
+ * `nvr.example.com` with port `10443` forwarded to Scrypted server `10443`: `nvr.example.com:10443`
81
+ * `nvr.example.com` with port `9999` forwarded to Scrypted server `10443`: `nvr.example.com:9999`
82
+
83
+ <br/>
84
+
85
+ ### Self Hosting with a valid SSL Certificate
86
+
87
+ If you are using a valid certificate on the standard port 443, enter the Hostname as follows:
88
+ * `nvr.example.com` with port `443` forwarded to Scrypted server `10443`: `nvr.example.com`
89
+ * Go to the Scrpyted Cloud Plugin Settings
90
+ * Enter `nvr.example.com` in the Scrypted Cloud Hostname Setting
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.0.249",
3
+ "version": "0.0.250",
4
4
  "scripts": {
5
5
  "prepublishOnly": "WEBPACK_DEVTOOL=nosources-source-map NODE_ENV=production scrypted-webpack",
6
6
  "prescrypted-vscode-launch": "WEBPACK_DEVTOOL=nosources-source-map scrypted-webpack",