Skip to content

Commit c3ac64b

Browse files
Future (#966)
* Update IDY installation command * Fix type in IDX command * Remove win-ca
1 parent e8af8cd commit c3ac64b

File tree

8 files changed

+1417
-7516
lines changed

8 files changed

+1417
-7516
lines changed

backend/package-lock.json

Lines changed: 0 additions & 6916 deletions
This file was deleted.

backend/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"semver": "^7.6.3",
3939
"socket.io": "^4.8.0",
4040
"socketio-auth": "^0.1.1",
41-
"win-ca": "^3.5.1",
4241
"winston": "^3.15.0"
4342
},
4443
"devDependencies": {

backend/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
const moduleAlias = require('module-alias')
22
moduleAlias.addAlias('@common', __dirname + '/common')
33

4-
import 'win-ca'
54
import * as dotenv from 'dotenv'
65
import './initializeCommon'
76
import debug from 'debug'

backend/src/types/win-ca.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

electron/package-lock.json

Lines changed: 1414 additions & 550 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
"build-backend": "cd ../ && npm run build-backend",
1818
"build-electron": "cross-env NODE_ARCH=$npm_config_arch electron-builder",
1919
"clean": "rimraf build/* dist/*",
20-
"clear-certs": "rimraf node_modules/win-ca/pem",
2120
"compile": "tsc",
2221
"copy-env": "cd .. && npm run copy-env",
2322
"copy-icons": "cp -R src/icons build/",
2423
"copy-images": "cp -R src/images build/",
2524
"copy-install": "cp installer.nsh build/",
2625
"copy-entitlements": "cp entitlements.mac.plist build/ || true",
2726
"electron": "cross-env NODE_ENV=development electron --trace-warnings ./",
28-
"postinstall": "run-s install-* clear-certs",
27+
"postinstall": "run-s install-*",
2928
"install-electron": "electron-builder install-app-deps",
3029
"install-binaries": "sh ./scripts/binary-installer.sh",
3130
"start": "npm-run-all -l -n -p link copy-* watch-*",

frontend/src/platforms/idy/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ platforms.register({
4949
component: Component,
5050
types: { 1225: 'IDY' },
5151
installation: {
52-
command: true,
52+
command:
53+
'config net-remoteit-agent=enable; config net-remoteit-registration_code=[CODE]; /etc/init.d/remoteit-refresh start',
5354
qualifier: 'For IDY routers and gateways',
5455
link: 'https://link.remote.it/support/streamline-install',
5556
},

package-lock.json

Lines changed: 0 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)