hfs 0.50.0-alpha1 → 0.50.0-alpha3
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 +1 -0
- package/admin/assets/{index-c618ba7d.js → index-18a6b5e2.js} +364 -107
- package/{frontend/assets/sha512-90bb0108.js → admin/assets/sha512-58cb94a6.js} +1 -1
- package/admin/index.html +1 -1
- package/central.json +5 -0
- package/frontend/assets/index-629107cf.js +94 -0
- package/frontend/assets/{index-b50efd06.css → index-88f77c85.css} +1 -1
- package/{admin/assets/sha512-1ee27408.js → frontend/assets/sha512-0e660b94.js} +1 -1
- package/frontend/index.html +2 -2
- package/package.json +3 -2
- package/src/adminApis.js +7 -0
- package/src/api.file_list.js +3 -0
- package/src/api.monitor.js +8 -4
- package/src/apiMiddleware.js +12 -12
- package/src/connections.js +6 -1
- package/src/const.js +3 -2
- package/src/cross.js +8 -2
- package/src/customHtml.js +1 -1
- package/src/geo.js +61 -0
- package/src/index.js +4 -1
- package/src/middlewares.js +1 -0
- package/src/plugins.js +1 -2
- package/src/serveFile.js +2 -2
- package/src/serveGuiFiles.js +1 -2
- package/src/vfs.js +2 -3
- package/frontend/assets/index-83cd0389.js +0 -94
package/README.md
CHANGED
|
@@ -40,6 +40,7 @@ This is a full rewrite of [the Delphi version](https://github.com/rejetto/hfs2).
|
|
|
40
40
|
- real-time monitoring of connections
|
|
41
41
|
- [show some files](https://github.com/rejetto/hfs/discussions/270)
|
|
42
42
|
- speed throttler
|
|
43
|
+
- geographic firewall
|
|
43
44
|
- admin web interface
|
|
44
45
|
- multi-language front-end
|
|
45
46
|
- virtual hosting (plug-in)
|