hfs 3.0.3 → 3.0.5
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 +4 -2
- package/admin/assets/{index-PTAPyTE4.js → index-7RZIajDK.js} +100 -100
- package/admin/assets/{sha512-BPZGe6CD.js → sha512-CfsXYlPt.js} +2 -2
- package/admin/index.html +1 -1
- package/frontend/assets/{index-legacy-DnFHUdtR.js → index-legacy-BhFsF5Cq.js} +2 -2
- package/frontend/assets/{sha512-legacy-BkeM4jWl.js → sha512-legacy-Bfrm3sq6.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +2 -2
- package/src/api.get_file_list.js +2 -2
- package/src/commands.js +3 -3
- package/src/config.js +1 -0
- package/src/fileAttr.js +1 -3
- package/src/persistence.js +11 -1
- package/src/upload.js +6 -1
- package/src/walkDir.js +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,8 @@ For Docker, see https://github.com/rejetto/hfs/wiki/Docker .
|
|
|
70
70
|
|
|
71
71
|
For service installation, see https://github.com/rejetto/hfs/wiki/Service-installation.
|
|
72
72
|
|
|
73
|
+
For Homebrew, just `brew install rejetto/hfs/hfs`
|
|
74
|
+
|
|
73
75
|
The minimum Windows version required is 10 or Server 2019.
|
|
74
76
|
|
|
75
77
|
1. Download the zip file for your operating system from https://github.com/rejetto/hfs/releases
|
|
@@ -98,8 +100,8 @@ To uninstall, remove the files you unzipped and the configuration/data directory
|
|
|
98
100
|
|
|
99
101
|
If you can't or don't want to run our binary versions, you can try this:
|
|
100
102
|
|
|
101
|
-
|
|
102
|
-
2.
|
|
103
|
+
1. [Install Node.js](https://nodejs.org) version 18 to 24
|
|
104
|
+
2. Run at the command line `npx hfs@latest`
|
|
103
105
|
|
|
104
106
|
The `@latest` part is optional, and ensures that you are always up to date.
|
|
105
107
|
|