From d0867dd487e0138e158bf4dc9afe05e1a39e3ec6 Mon Sep 17 00:00:00 2001 From: jmf Date: Thu, 10 Jan 2019 08:42:39 -0700 Subject: [PATCH] created README for vpn and beginners --- armbian/vpn/README.md | 9 +++++++++ for-beginners/README.md | 13 +++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 armbian/vpn/README.md create mode 100644 for-beginners/README.md diff --git a/armbian/vpn/README.md b/armbian/vpn/README.md new file mode 100644 index 0000000..6ebb9f5 --- /dev/null +++ b/armbian/vpn/README.md @@ -0,0 +1,9 @@ +**A note about setting up VPN services** + +Many VPN providers offer their own software for Windows and Mac users which include a "kill switch," where internet connectivity is interrupted if the user's computer disconnects from the VPN. + +Linux systems like the Lollipop device do NOT yet have a reliable kill switch feature. This means that if your Lollipop loses its VPN connection, you may or may not be aware of the connection change. + +[We are working on this VPN kill switch issue!](https://kanban.lollipopcloud.solutions/project/admin-lollipop-cloud/us/85?kanban-status=33) + +With the above caveat, this VPN setup documentation is provided to help you with setting up your own service. diff --git a/for-beginners/README.md b/for-beginners/README.md new file mode 100644 index 0000000..68ea901 --- /dev/null +++ b/for-beginners/README.md @@ -0,0 +1,13 @@ +# Lollipop Setup for Beginners + +This is complex stuff. If you're new to installing operating systems or setting up single-board computers and you've made it to this page, congratulations! Just navigating documentation is complex and you deserve credit for getting here. We're glad you're here! + +## Where to now? + +If you're looking to set up your own Lollipop device, you'll want to check out the [for-beginners.md](for-beginners.md) page. + +If you're looking to contribute to the project, please check out the [our section regarding contributions](https://git.lollipopcloud.solutions/lollipop-cloud/lollipop-docs/src/branch/master/contributing), and if you're looking for a git/Gitea tutorial, check out the [how-to-gitea.md](how-to-gitea.md) link. + +## If you run into trouble... + +Don't hesitate to [contact us](https://lollipopcloud.solutions/page/contact/). Your questions make our project better, because they help us make our project more accessible.