Update index information

pull/46/head
necro-nemsis 3 years ago
parent 4c19366e5f
commit 97c3278542

@ -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)

Loading…
Cancel
Save