Compare commits

...

15 Commits

Author SHA1 Message Date
necro-nemesis c6502a7ea6
image update 2 years ago
necro-nemesis d669a13084
image update 2 years ago
necro-nemesis 9340e88773
Update README.md 2 years ago
necro-nemesis 7553b5d8bb
image update 2 years ago
necro-nemesis d547a367be
image update 2 years ago
necro-nemesis 8606a6495c
image update 2 years ago
necro-nemesis b8b6958ecb
image update 2 years ago
necro-nemesis 154a4b0f3e
image update 2 years ago
necro-nemesis bc45433e83
image update 2 years ago
necro-nemesis f16583dac5
image update 2 years ago
necro-nemesis b16a073e5b
image update 2 years ago
necro-nemesis 6d6312d334
image update 2 years ago
necro-nemesis 28db380add
image update 2 years ago
necro-nemesis ed509fc945
Image update 2 years ago
necro-nemsis f45934fbcb Colorize logo 2 years ago

@ -1,4 +1,5 @@
![](https://i.imgur.com/ODDRaNA.png)
![](https://i.imgur.com/pmfE74W.gif)
# `LabyrinthAP / Lokinet Access Point` [![Release 2.7](https://img.shields.io/badge/Release-2.7-green.svg)](https://github.com/necro-nemesis/raspap-webgui/releases)
@ -22,15 +23,15 @@ LabyrinthAP interfaces with Lokinet daemon to facilitate connections to the Loki
https://lokinet.org/
![](https://i.imgur.com/8v8kSla.png)
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.
![](https://i.imgur.com/IbksKgc.png)
![](https://i.imgur.com/F83n7PF.jpg)
![](https://i.imgur.com/c27VxPZ.png)
## 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.
@ -116,7 +117,8 @@ Exit nodes provide privacy on the internet through onion routing connections via
If you have a Waveshare 4G/3G/2G/GSM/GPRS/GNSS HAT for the Raspberry Pi the access point has built in support for it to use cellular data. When installed if Ethernet is available the access point will connect over Ethernet. If you wish to use cellular then booting without an Ethernet connection the access point will automatically switch over to cellular and connect to your provider. You will need to obtain a SIM card and it's APN address from your local cellular service provider. The APN addresses are usually obtainable with a quick online search. Once the software is installed you will need to navigate to the "Mobile APN" tab in the GUI under "Configure Lokinet" and enter in your APN address, set it and then reboot. It will now be saved for future use of the adapter.
![](https://i.imgur.com/eD82qCT.png)
![](https://i.imgur.com/feaC56c.png)
![](https://i.imgur.com/rc9cgea.png)
## Support us
@ -143,3 +145,7 @@ LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FL
## License
See the [LICENSE](./LICENSE) file.
![](https://i.imgur.com/fU2Xf6v.png)
![](https://i.imgur.com/F83n7PF.jpg)

@ -195,7 +195,8 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES);
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">
<img class="logo" src="img/raspAP-logo64px.png" width="64" height="64">LabyrinthAP
<img class="logo" src="img/raspAP-logo64px.png" width="64" height="64">
<span style="font-weight: 700; font-size: 48px; color: #B026FF">Labyrinth</span><span style="font-weight: 700; font-size: 48px; color:#FF0038">AP</span>
</h1>
</div>
</div><!-- /.row -->

Loading…
Cancel
Save