diff --git a/README.md b/README.md index a716c9b..e0f2aea 100644 --- a/README.md +++ b/README.md @@ -4,22 +4,9 @@ LabyrinthAP interfaces with Lokinet daemon to facilitate connections to the Lokinet global privacy network. LabyrinthAP provides a simple, responsive web interface to control wifi, hostapd, Lokinet daemon and related services necessary to access Lokinet on the Raspberry Pi or Orange Pi. -### WHAT IS LOKINET? - -https://lokinet.org/ - -Lokinet is a privacy network which allows users to transact and communicate privately over the internet infrastructure using it's own onion routing network, encryption system and protocols. Lokinet requires no internet IP Address but instead provides it's own network addresses which can be either ephemeral, persistent or personalized depending on the users desired application. Information is onion routed through a globally distributed network of over one thousand nodes. Utilizing blockchain technology Lokinet is run on incentivized decentralized nodes that are paid by the network to maintain the privacy and decentralized aspects of the network. User need not pay for access to use Lokinet but may chose to subscribe to an exit provider should they wish to anonymously access the internet through such a provider. Additionally the network generally has free exit nodes available offered through individuals providing volunteerary support of the network. - -LabyrinthAP is currently offered as a free software solution that runs Lokinet on a remote network connected device which creates a WiFi hostspot and/or Ethernet subnet to connect to Lokinet. Using LabyrinthAP not only ensures Lokinet is always connected and available but removes the requirement for installation on a single or group of end point devices. LabyrinthAP makes Lokinet platform agnostic meaning it can connect to a range of devices regardless of the type of hardware or software installed on them. LabyrinthAP is compatible with most web based applications and browsers and has a built in web based interface to manage and control. - -LabyrinthAP comes with it's own auto-installation scripts to set up Lokinet and the LabyrinthAP interface thereby providing an easy to create access point on very commonly available single board computer devices such as the Rapsberry Pi using Raspberry OS. It also supports device running Armbian such as the OrangePiR1 or OrangePi Zero + etc. - - - - - ## Contents + - [What is Lokinet](#what-is-lokinet) - [Prerequisites](#prerequisites) - [Preparing the image](#preparing-the-image) - [Accessing the device](#accessing-the-device) @@ -31,6 +18,20 @@ LabyrinthAP comes with it's own auto-installation scripts to set up Lokinet and - [How to contribute](#how-to-contribute) - [License](#license) +## WHAT IS LOKINET? + +https://lokinet.org/ + +Lokinet is a privacy network which allows users to transact and communicate privately over the internet infrastructure using it's own onion routing network, encryption system and protocols. Lokinet requires no internet IP Address but instead provides it's own network addresses which can be either ephemeral, persistent or personalized depending on the users desired application. Information is onion routed through a globally distributed network of over one thousand nodes. Utilizing blockchain technology Lokinet is run on incentivized decentralized nodes that are paid by the network to maintain the privacy and decentralized aspects of the network. User need not pay for access to use Lokinet but may chose to subscribe to an exit provider should they wish to anonymously access the internet through such a provider. Additionally the network generally has free exit nodes available offered through individuals providing volunteerary support of the network. + +LabyrinthAP is currently offered as a free software solution that runs Lokinet on a remote network connected device which creates a WiFi hostspot and/or Ethernet subnet to connect to Lokinet. Using LabyrinthAP not only ensures Lokinet is always connected and available but removes the requirement for installation on a single or group of end point devices. LabyrinthAP makes Lokinet platform agnostic meaning it can connect to a range of devices regardless of the type of hardware or software installed on them. LabyrinthAP is compatible with most web based applications and browsers and has a built in web based interface to manage and control. + +LabyrinthAP comes with it's own auto-installation scripts to set up Lokinet and the LabyrinthAP interface thereby providing an easy to create access point on very commonly available single board computer devices such as the Rapsberry Pi using Raspberry OS. It also supports device running Armbian such as the OrangePiR1 or OrangePi Zero + etc. + + + + + ## Prerequisites Start with a clean install of [Armbian](https://www.armbian.com/) or [Raspberry Pi OS](https://www.raspberrypi.org/downloads/raspberry-pi-os/) When using Armbian currently Bullseye and Buster are verified as working on OrangePi's and Armbian Focal CLI for Raspberry Pi. When using Raspberry Pi OS Buster lite is recommended. Lite versions are also recommended as all additional dependencies are added by the installer. If using Raspberry Pi OS you will need to elevate to root with ```sudo su``` before running the LabyrinthAP installer script. This additional step is not required when using Armbian. @@ -82,7 +83,7 @@ sudo reboot With the prerequisites done, you can now proceed with the Quick installer. ## Quick installer - + Install LabyrinthAP from shell prompt: ```sh wget -q https://git.io/fjeSw -O /tmp/raspap && bash /tmp/raspap diff --git a/dist/css/custom.css b/dist/css/custom.css index 79c6356..a5a272e 100644 --- a/dist/css/custom.css +++ b/dist/css/custom.css @@ -79,3 +79,15 @@ html * { width:100%; height:300px; } + +.nav-tabs { + padding-left: 15px; + margin-bottom: 0; + border: none; +} + +.tab-content { + border: 1px solid #ddd; + border-radius: 4px; + padding: 15px; +} diff --git a/img/about_img.png b/img/about_img.png new file mode 100644 index 0000000..a400d72 Binary files /dev/null and b/img/about_img.png differ diff --git a/img/raspAP-logo.png b/img/raspAP-logo.png index e48a62f..898280e 100644 Binary files a/img/raspAP-logo.png and b/img/raspAP-logo.png differ diff --git a/img/raspAP-logo64px.png b/img/raspAP-logo64px.png index 0078c40..2f0db19 100644 Binary files a/img/raspAP-logo64px.png and b/img/raspAP-logo64px.png differ diff --git a/includes/functions.php b/includes/functions.php index e7666e0..5199793 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -352,6 +352,7 @@ function DisplayLokinetConfig()
LabyrinthAP is open source software offered under GNU General Public License v3.0. diff --git a/includes/system.php b/includes/system.php index 66a7e4b..4d868e3 100755 --- a/includes/system.php +++ b/includes/system.php @@ -170,10 +170,10 @@ function DisplaySystem(){