@noforeignland/signalk-to-noforeignland 1.0.1-beta.8 → 1.1.0-beta.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ 1.1.0
2
+ * CHANGE: Refactored Project structure, see PROJECT_STRUCTURE.md
3
+
1
4
  1.0.1
2
5
  * CHANGE: Cleanup previous installs and migrate plugin config, removes depricated old plugins.
3
6
 
File without changes
package/README.md CHANGED
@@ -2,8 +2,7 @@
2
2
  Effortlessly log your boat's movement to **noforeignland.com**
3
3
 
4
4
  ## Important for 0.1.x users
5
- Since 1.0.0 this package now released unter npmjs org noforeignland in version 1.0.0 due to deployment changes in npmjs and the need of trustworthy sources. All npmjs keys will be revoked Nov 19th, 2025.
6
- Users of the old (depricated) 0.1.x versions need to install this new package once manually using the Signal K Appstore. The Plugin Configuration will be kept from the 0.1.x install.
5
+ Upgrade to >1.0.1 by installing this plugin from the Appstore ageain. Your old config will be migrated.
7
6
 
8
7
  ## Features
9
8
  * Automatically log your position to noforeignland.com
@@ -43,4 +42,12 @@ noforeignland.status - string - Status & Error
43
42
  noforeignland.status_boolean - number - 0 = normal operation, 1 = error
44
43
  noforeignland.source - string - string - data source of navigation.position
45
44
  notifications.noforeignland.status_boolean - json object - auto created
46
- ```
45
+ ```
46
+
47
+ https://github.com/noforeignland/nfl-signalk/issues
48
+
49
+ # Virctron Cerbo GX Users
50
+
51
+ ## Limited storage
52
+ Signal K can quickly exhaust the small onboard storage of the device, especially when a lot of logging is enabled. Vicron Energy addressed this here:
53
+ https://www.victronenergy.com/live/venus-os:large#disk_space_issues_data_partition_full
@@ -55,11 +55,14 @@ cd /data/conf/signalk
55
55
 
56
56
  npm i @noforeignland/signalk-to-noforeignland@beta
57
57
 
58
+ # reset owner properly, else package belongs to root
59
+ chown -R signalk:signalk /data/conf/signalk/*
60
+
58
61
  ```
59
62
 
60
63
  2. Restart Server & Check logs
61
64
  ```
62
- Restart Server vom Webgui and check logs in Webgui
65
+ svc -t /service/signalk-server
63
66
  ```
64
67
 
65
68
 
@@ -70,10 +73,14 @@ cd /data/conf/signalk
70
73
 
71
74
  # Here use the beta version you want to install
72
75
  npm i @noforeignland/signalk-to-noforeignland@1.0.1-beta.5
76
+
77
+ # reset owner properly, else package belongs to root
78
+ chown -R signalk:signalk /data/conf/signalk/*
79
+
73
80
  ```
74
81
  2. Restart Server & Check logs
75
82
  ```
76
- Restart Server vom Webgui and check logs in Webgui
83
+ svc -t /service/signalk-server
77
84
  ```
78
85
 
79
86
 
@@ -98,9 +105,12 @@ npm pack
98
105
  cd /data/conf/signalk
99
106
  npm install ~/dev/nfl-signalk-main/<your_npm_pack.tgz>
100
107
 
108
+ # reset owner properly, else package belongs to root
109
+ chown -R signalk:signalk /data/conf/signalk/*
110
+
101
111
  ```
102
112
 
103
113
  3. Restart Server & Check logs
104
114
  ```
105
- Restart Server vom Webgui and check logs in Webgui
115
+ svc -t /service/signalk-server
106
116
  ```