hfs 0.50.0-alpha3 → 0.50.0-beta5
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 +2 -2
- package/admin/assets/index-8b462908.css +1 -0
- package/admin/assets/{index-18a6b5e2.js → index-c936bc51.js} +109 -108
- package/{frontend/assets/sha512-0e660b94.js → admin/assets/sha512-e7258313.js} +1 -1
- package/admin/index.html +2 -2
- package/frontend/assets/index-172c6f7e.js +94 -0
- package/frontend/assets/index-b90320b6.css +1 -0
- package/{admin/assets/sha512-58cb94a6.js → frontend/assets/sha512-90058158.js} +1 -1
- package/frontend/index.html +2 -2
- package/package.json +2 -4
- package/src/acme.js +4 -4
- package/src/api.net.js +3 -3
- package/src/api.vfs.js +13 -14
- package/src/block.js +1 -1
- package/src/config.js +1 -1
- package/src/connections.js +7 -1
- package/src/const.js +1 -1
- package/src/frontEndApis.js +3 -2
- package/src/geo.js +1 -1
- package/src/index.js +1 -2
- package/src/langs/embedded.js +2 -1
- package/src/langs/hfs-lang-hu.json +134 -0
- package/src/langs/hfs-lang-it.json +1 -0
- package/src/langs/hfs-lang-nl.json +4 -3
- package/src/langs/hfs-lang-ru.json +3 -2
- package/src/listen.js +6 -4
- package/src/middlewares.js +13 -1
- package/src/misc.js +2 -18
- package/src/nat.js +3 -1
- package/src/plugins.js +1 -1
- package/src/serveFile.js +6 -2
- package/src/util-http.js +36 -16
- package/admin/assets/index-f3fd8783.css +0 -1
- package/frontend/assets/index-629107cf.js +0 -94
- package/frontend/assets/index-88f77c85.css +0 -1
package/README.md
CHANGED
|
@@ -173,9 +173,9 @@ While this project focuses on ease of use, we care about security.
|
|
|
173
173
|
|
|
174
174
|
Some actions you can take for improved security:
|
|
175
175
|
- use https, better if using a proper certificate, even free with [Letsencrypt](https://letsencrypt.org/).
|
|
176
|
-
- have a domain (ddns is ok too),
|
|
176
|
+
- have a domain (ddns is ok too), configure it in "Internet" page, and enable "Accept requests only using domain"
|
|
177
177
|
- install rejetto/antidos plugin
|
|
178
|
-
-
|
|
178
|
+
- ensure "antibrute" plugin is running
|
|
179
179
|
- disable "unprotected admin on localhost"
|
|
180
180
|
|
|
181
181
|
## Hidden features
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{height:100dvh}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100vh;background:#000}#root{min-height:100%;display:flex}main{word-break:break-word}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.MuiTreeItem-content{box-sizing:border-box}.MuiDataGrid-columnHeaders{background-color:#8882}.MuiDataGrid-cell{line-height:1em}.wrap .MuiDataGrid-cellContent{white-space:normal}ol,ul{margin-top:.2em;margin-bottom:.2em;padding-left:1.5em}.dialog-alert .MuiDialogContent-root{max-width:45em;padding:.5em 1em}.animated-dashed-line{width:100%;height:2px;background-image:linear-gradient(to right,currentColor 50%,transparent 50%);background-size:10px 100%;animation:animate-dash 1s alternate linear infinite}@keyframes animate-dash{to{background-position:20px 0}}
|