Skip to content

PiPass v1.3

Latest
Compare
Choose a tag to compare
@roenw roenw released this 28 May 06:15
· 133 commits to master since this release
a34f247

PiPass v1.3 is an important update as it brings support for automatic update checking. Due to the nature of this update, all other versions have been deprecated and their version tags have been removed, making them no longer installable.

Here's how you update from a deprecated version:

  1. cd <webroot>
  2. sudo rm -r blockpage && sudo rm index.php config.php
  3. cd ~ && wget https://apps.roen.us/pipass/getuser && mv getuser getuser.php && wget https://apps.roen.us/pipass/setup && mv setup setup.php
  4. sudo php setup.php
  5. sudo nano <webroot>/config.php
  6. Done!