From 08164f43f10a45d2fea191782dc689a406bfc688 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Fri, 23 Apr 2021 15:27:41 +0200 Subject: [PATCH] Update BACKERS.md --- BACKERS.md | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/BACKERS.md b/BACKERS.md index efe317ad..2422a86a 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -17,13 +17,13 @@ You can [become a sponsor](https://github.com/sponsors/RaspAP) using your indivi ### Exclusive features When backers were asked which feature they'd most like to see added to RaspAP, the ability to manage multiple OpenVPN client configurations topped the list of requests. We think this is a great idea, so we're adding this as the first feature exclusive to insiders. - ✅ [Multiple OpenVPN client configs](https://docs.raspap.com/openvpn/#multiple-client-configs) - ✅ [OpenVPN certificate authentication](https://docs.raspap.com/openvpn/#certificate-authentication) - ✅ OpenVPN service logging - ✅ Night mode toggle - ✅ Restrict network to static clients - ✅ [WireGuard support](https://docs.raspap.com/wireguard/) -⚙️ Traffic shaping (in progress) +✅ [Multiple OpenVPN client configs](https://docs.raspap.com/openvpn/#multiple-client-configs) +✅ [OpenVPN certificate authentication](https://docs.raspap.com/openvpn/#certificate-authentication) +✅ OpenVPN service logging +✅ Night mode toggle +✅ Restrict network to static clients +✅ [WireGuard support](https://docs.raspap.com/wireguard/) +✅ [Set AP transmit power](https://docs.raspap.com/ap-basics/#transmit-power) Look for the list above to grow as we add more exclusive features. @@ -35,13 +35,24 @@ The first **Insiders Edition** includes the exclusive features listed above. ### Frequently asked questions +#### How do I install Insiders? +*How do I install Insiders?* + +Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--insiders` switch, like so: + +``` +curl -sL https://install.raspap.com | bash -s -- --insiders +``` + +This will automatically pull from the private Insiders repo during the installation process. + #### Upgrading *I have an existing RaspAP installation. How do I upgrade to Insiders?* -Upgrading is easy. Simply invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders repo, like so: +Upgrading is easy. Invoke the [Quick Installer](https://docs.raspap.com/quick/) with the `--upgrade` switch, specifying the private Insiders edition, like so: ``` -curl -sL https://install.raspap.com | bash -s -- --upgrade --repo raspap/raspap-insiders +curl -sL https://install.raspap.com | bash -s -- --upgrade --insiders ``` If you haven't [added SSH keys to your GitHub account](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh) you will be prompted to authenticate. If so, just enter your GitHub credentials during the install: