People might find your webdav server with some scanning tools.. Security you could consider:
For the software: - Enable TLS (see readme) - Use strong credentials/encyption (see readme) Additional security you could consider: - Only allow localhost for your device in your firewall or security tooling - Consider using a VPN at the coffee shop ;-) On Monday, December 16, 2019 at 4:54:55 PM UTC+1, Mark S. wrote: > > Would this be secure enough for the "coffee shop" scenario? I notice that > it's set to use the local network. > > On Monday, December 16, 2019 at 1:12:07 AM UTC-8, Joost wrote: >> >> >> I hope sharing this info will help those who are looking for easy saving >> with a small system footprint and storage. >> >> I use two small WebDav servers for saving, one for my Mac and one for my >> Windows devices. Both are free and have security features build in for >> access. >> >> 1. Windows >> >> Software can be found at https://github.com/hacdias/webdav/ >> >> See readme for all options. For quick testing make a configuration file >> called "webdav.yaml" and add the following lines: >> >> scope: . >> modify: true >> address: 0.0.0.0 >> port: 8080 >> tls: false >> cert: cert.pem >> key: key.pem >> users: >> - username: admin >> password: admin >> >> Put your wiki in the same directory as the program (just for the test) >> Start with command: "webdav -c webdav.yaml" and go to >> http://localhost:8080/yourwiki.html in your browser and login with >> "admin" and "admin" (or with the credentials you used in your configuration >> file). >> >> 2. Mac >> >> Go to the Mac App store and search for "WebDavNav Server". It is very >> easy to setup. Let me know if you encounter any problems. >> >> >> I have used both tools for 6 months now on a daily basis and never had >> any problems. >> >> Best regards, >> >> Joost >> >> >> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/d7d4d92b-ff01-4fac-be22-10d63b6da1f4%40googlegroups.com.

