Compare commits

...

3 Commits

Author SHA1 Message Date
necro-nemesis 8f94ec9b61
fix case formatting 2 years ago
necro-nemsis 97c3278542 Update index information 2 years ago
necro-nemsis 4c19366e5f update modal 2 years ago

@ -355,26 +355,27 @@ function DisplayLokinetConfig()
</div>
<div class="modal-body">
<p>LabyrinthAP is open source software offered under GNU General Public License v3.0.
Ongoing development is reliant on voluntary financial support through donations to the developer.
I hope that you find using LabyrithAP beneficial and also hope there's sufficient appreciation for it
to finicially support it's future. Seeing support for it will assist in continued improvements as well
Ongoing development is reliant on voluntary financial support through donations to the project.
I hope that you find using LabyrithAP beneficial and also hope there's sufficient widespread support for it
to financially support it's future. Seeing support for it will assist in continued improvements as well
as adapting it to future requirements.</p>
<p>LabyrinthAP was initially conceived to provide users with a platform agnostic way to connect
networked devices to Lokinet without the need to install and configure applications individually
on systems. From initial research on compiling Lokinet for ARM, it demonstrated that it could be
networked devices to Lokinet without the need to install and configure Lokinet applications on individual
systems. From initial research on compiling Lokinet for ARM, it was demonstrated that it could be
feasibile to use SBC's to create access points which could encrypt, decrypt,
route and onion route traffic over Lokinet while managing dns requirements. In addition it could provide a means
to select and connect to various exits located all around the globe. Through utilizing various Linux packages
and coding custom networking configurations LabyrinthAP is able to achieve all this.</p>
<p>This early research and further development led to LabyrithAP which has provided a solution able to
connect virtually any networked device to Lokinet without the device needing to have Lokinet installed,
configured or running the application natively. The devices need only to connect to LabyrinthAP and
it will handle the rest of Lokinet's requirements</p>
<p>If you wish to donate the Oxen wallet for LabyrinthAP is:
to select and connect to various exits located all around the globe. Through utilizing various robust packages
and coding custom networking configurations LabyrinthAP utilizing Lokinet is able to achieve all this.</p>
<p>This early research and further development led to the current version of LabyrithAP which provides
a solution which is able to connect virtually any networked device to Lokinet without the device
needing to have Lokinet installed, configured or running the application natively. The devices need only
to connect to LabyrinthAP and it will handle the rest of Lokinet's connection requirements.</p>
<p>If you wish to donate to this development the Oxen wallet for LabyrinthAP is:
LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FLDe7BGqcm4ve69bh</p><p>
Additional information can be found on the github repo located at: https://github.com/necro-nemesis/LabyrinthAP</p>
<p>Discussion including assistance with using Lokinet is provided on Session in the Lokinet open group.</p><p>
Thank-you for using LabyrithAP. I hope that it will continue to service your needs to gain access Lokinet.</p>
Additional information can be found on the github repo located at: https://github.com/necro-nemesis/LabyrinthAP.
Further discussions and assistance with using Lokinet is provided on Session in the Lokinet open group.</p><p>
I hope that LabyrinthAP will continue to service your needs for gaining access to Lokinet.</p><p>Thank-you for using LabyrinthAP,</p>
<p>Technical Tumbleweed</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>

@ -1,14 +1,37 @@
<?php
/**
* Raspbian WiFi Configuration Portal
* LabyrinthAP is open source software offered under GNU General Public License v3.0.
* Ongoing development is reliant on voluntary financial support through donations to the project.
* I hope that you find using LabyrithAP beneficial and also hope there's sufficient widespread
* support for it to financially support it's future. Seeing support for it will assist in continued
* improvements as well as adapting it to future requirements.
*
* LabyrinthAP was initially conceived to provide users with a platform agnostic way to connect networked
* devices to Lokinet without the need to install and configure Lokinet applications on individual systems.
* From initial research on compiling Lokinet for ARM, it was demonstrated that it could be feasibile to
* use SBC's to create access points which could encrypt, decrypt, route and onion route traffic over
* Lokinet while managing dns requirements. In addition it could provide a means to select and connect
* to various exits located all around the globe. Through utilizing various robust packages and coding
* custom networking configurations LabyrinthAP utilizing Lokinet is able to achieve all this.
*
* This early research and further development led to the current version of LabyrithAP which provides
* a solution which is able to connect virtually any networked device to Lokinet without the device
* needing to have Lokinet installed, configured or running the application natively. The devices need
* only to connect to LabyrinthAP and it will handle the rest of Lokinet's connection requirements.
*
* If you wish to donate to this development the Oxen wallet for LabyrinthAP is:
* LA8VDcoJgiv2bSiVqyaT6hJ67LXbnQGpf9Uk3zh9ikUKPJUWeYbgsd9gxQ5ptM2hQNSsCaRETQ3GM9FLDe7BGqcm4ve69bh
*
* Additional information can be found on the github repo located at:
* https://github.com/necro-nemesis/LabyrinthAP. Further discussions and assistance with using Lokinet is provided on Session in the Lokinet open group.
*
* I hope that LabyrinthAP will continue to service your needs for gaining access to Lokinet.
*
* Thank-you for using LabyrinthAP,
*
* Technical Tumbleweed
*
* Enables use of simple web interface rather than SSH to control wifi and hostapd on the Raspberry Pi.
* Recommended distribution is Raspbian Server Edition. Specific instructions to install the supported software are
* in the README and original post by @SirLagz. For a quick run through, the packages required for the WebGUI are:
* lighttpd (I have version 1.4.31-2 installed via apt)
* php5-cgi (I have version 5.4.4-12 installed via apt)
* along with their supporting packages, php5 will also need to be enabled.
*
* @author TechnicalTumbleweed (Oxen-> Session Lokinet/Telegram Oxen Community)
* @license GNU General Public License, version 3 (GPL-3.0)
@ -196,7 +219,7 @@ $extraFooterScripts = array();
case "hostapd_conf":
DisplayHostAPDConfig();
break;
case "lokinet_conf":
case "lokinet_conf":
DisplayLokinetConfig();
break;
case "auth_conf":

Loading…
Cancel
Save