This is an old revision of the document!
PirateBox Source
You can find the complete PirateBox source code on our PirateBox-Dev GitHub page. See below for more details.

GitHub Repositories
These are the important repositories:
- PirateBoxScripts_Webserver contains the content of
/opt/piratebox
. - openwrt-image-build are the scripts used for the image generation, checkout the branches!
- openwrt-piratebox-feed contains the stable OpenWRT package source. This repository can be used within the OpenWRT Buildenvironment.
Especially on PirateBoxScripts_Webserver we are following this guide for our commit workflows1).
In addition you find the source about the AutoInstaller on GitHub within the LibraryBox project. The repository is named LibraryBox-Installer.
License
PirateBox is registered under the GNU GPLv3. This license grants you the right to freely copy, distribute, and transform creative works according to the principles of copyleft.
1)
We are using feature- and release-branches.