Results 4 issues of Adam

When trying to build my code, I got `Module '"/path/node_modules/@types/notp/index"' has no default export` from `node_modules/node-2fa/dist/index.d.ts:1:8` After changing ``` TS import notp from "notp"; ``` to ``` TS import *...

**Without . docker will not build the image** **From: docker build --tag ward** **TO: docker build . --tag ward**

When trying to download map I will get SSL Handshake Error. Forge was installed using this `forge-1.12.2-14.23.5.2860-installer` ``` [17:20:25] [Client thread/INFO] [STDOUT]: [bleach.mcosm.gui.GuiOSM:func_146284_a:129]: https://overpass-api.de/api/interpreter?data=%5Bout%3Ajson%5D%3B%28way%282.299621%2C-5.245236%2C2.301621%2C-5.243236%29%3Bnode%5Bnatural%3Dtree%5D%282.299621%2C-5.245236%2C2.301621%2C-5.243236%29%3B%29%3Bout+geom%282.299421%2C-5.245436000000001%2C2.301821%2C-5.243035999999999%29%3B [17:20:25] [Client thread/INFO] [STDERR]: [bleach.mcosm.gui.GuiOSM:func_146284_a:151]: javax.net.ssl.SSLHandshakeException:...

This is needed when you want to use this panel when you are bigger hosting. Right now with SQLite you cannot backup the database remotely. And you cannot integrate other...

enhancement