Using universal-fs without a password
In order to use universal-fs without a password add the following option to the Server
constructor:
const server = new Server({isProtected: false});
You can now use universal-fs read methods like normal on files not in .gitignore
.