hfs 0.42.2 → 0.42.3
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 +3 -4
- package/admin/assets/index-08017e15.js +511 -0
- package/admin/assets/{sha512-af87c1bd.js → sha512-69b26793.js} +1 -1
- package/admin/index.html +1 -1
- package/frontend/assets/{index-297a3f3d.js → index-5f125477.js} +17 -17
- package/frontend/assets/{sha512-bce9fb1c.js → sha512-f6798733.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +2 -2
- package/src/api.accounts.js +2 -1
- package/src/api.vfs.js +9 -4
- package/src/const.js +1 -1
- package/src/vfs.js +8 -6
- package/admin/assets/index-1db4299e.js +0 -511
package/README.md
CHANGED
|
@@ -64,12 +64,11 @@ If you don't like this behavior, disable it in the Admin-panel or enter this con
|
|
|
64
64
|
If your system is not Windows/Linux/Mac, you can try this alternative version:
|
|
65
65
|
|
|
66
66
|
1. [install node.js](https://nodejs.org)
|
|
67
|
-
2. execute
|
|
68
|
-
3. launch: `hfs`
|
|
67
|
+
2. execute at command line `npx hfs@latest`
|
|
69
68
|
|
|
70
|
-
|
|
69
|
+
The `@latest` part is optional, and ensures that you are always up to date.
|
|
71
70
|
|
|
72
|
-
|
|
71
|
+
Configuration and other files will be stored in `%HOME%/.vfs`
|
|
73
72
|
|
|
74
73
|
### Service
|
|
75
74
|
|