PirateBoxScripts_Webserver/README.md

60 lines
2.6 KiB
Markdown
Raw Normal View History

# PirateBoxScripts with Modifications for running in a Webserver
2015-08-09 10:22:01 +02:00
[![Join the chat at https://gitter.im/PirateBox-Dev/PirateBoxScripts_Webserver](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/PirateBox-Dev/PirateBoxScripts_Webserver?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
© 2012-2014 [Matthias Strubel](mailto:matthias.strubel@aod-rpg.de)
Licensed under the GNU GPLv3
2013-07-10 17:19:22 +02:00
## Maintainers
2019-12-21 14:49:32 +01:00
* [Matthias Strubel](matthias.strubel@aod-rpg.de)
2013-07-10 17:19:22 +02:00
PirateBox is a collection of scripts / programs that allows you to use your wireless card
as a local network to share files and chat anonymously. For more information please visit
2019-12-21 14:49:32 +01:00
[piratebox.cc](https://piratebox.cc)
2012-05-06 10:52:42 +02:00
## Info
2012-05-06 10:52:42 +02:00
Packages contains only scripts based PirateBox scripts with running lighttpd webserver.
PirateBox scripts can:
* Setup WLAN Interface via iw
* Setup hotspot functionality (hostapd)
* Setup IP Adresses of wlan interface
2013-04-09 08:18:17 +02:00
* Proping until USB-WLAN is available
2012-05-06 10:52:42 +02:00
* Can add wlan interface to an existing bridge
* Sets Up a DHCP Server with redirect to wlan-interface IP
* Upload landing page (via iframe droopy)
* Browse Uploaded files
* Announce "Internet yes" for iOS
2013-02-26 20:49:26 +01:00
* Announce "Internet yes" for MS devices
2012-05-06 10:52:42 +02:00
* ShoutBox
2019-12-21 14:49:32 +01:00
* Optional small Python forum
2012-05-06 10:52:42 +02:00
* Optional imageboard
2012-06-16 09:02:33 +02:00
* Optional Station counter
* Optional Inihibit starting upload-script
2012-11-01 19:33:35 +01:00
* Optional Timesave script (for devices without RTC) - can be found in piratebox/bin/timesave.sh
2013-02-26 20:49:26 +01:00
* Optional Poll for WLAN device until it available (for USB wifi cards)
2013-03-29 09:28:19 +01:00
* Optional IRC-Server
2012-05-06 10:52:42 +02:00
More information can be found on [piratebox.cc](https://piratebox.cc)
Installation tutorial and current download link: [piratebox.cc/getting_started](https://piratebox.cc/getting_started)<!--I'm pretty sure I did the right link but if not you can uncomment this link http://piratebox.aod-rpg.de/dokuwiki/doku.php/piratebox_lighttpd-->
2012-05-06 10:52:42 +02:00
Is supported by [mkPirateBox](https://github.com/MaStr/mkPirateBox) > v0.5 for OpenWRT Systems
and by [PirateBox Manager](https://github.com/TerrorByte/PirateBox-Manager)
2012-05-06 10:52:42 +02:00
## Installation
PirateBox should be in most common repositories soon, but in the mean time you can use this method:
2012-05-06 10:52:42 +02:00
2013-02-10 13:17:26 +01:00
<!--### Installing unstable (development version)
2013-02-10 13:17:26 +01:00
Download the package [here](https://github.com/MaStr/PirateBoxScripts_Webserver/archive/development.zip)
Unzip the package:
`$ unzip development.zip`
Run the installer in the unzipped folder:
`$ cd PirateBoxScripts_Webserver/piratebox && sudo ./install.sh default #Default can be substituted with 'board' if you want an image board on your PB`
-->