PiPass / blockpage

A temporary unblock solution and blockpage for your Pi-Hole system
BSD 3-Clause "New" or "Revised" License
196 stars 14 forks source link

apps.roen.us/pipass/getuser returning 404 #49

Closed nbgibson closed 5 years ago

nbgibson commented 5 years ago

Be advised that https://apps.roen.us/pipass/getuser is 404ing out currently. https://apps.roen.us/pipass/setup still works as expected though.

roenw commented 5 years ago

What page is https://apps.roen.us/pipass/getuser referenced on? I can’t think of any off the top of my head.

On Mon, Aug 12, 2019 at 7:19 AM, N Gibson notifications@github.com wrote:

Be advised that https://apps.roen.us/pipass/getuser is 404ing out currently. https://apps.roen.us/pipass/setup still works as expected though.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

nbgibson commented 5 years ago

It was listed as part of the install steps:

For lighttpd, use server.error-handler-404 = "/index.php" (this is untested, but should work)

Execute cd ~ && wget https://apps.roen.us/pipass/getuser && mv getuser getuser.php && wget https://apps.roen.us/pipass/setup && mv setup setup.php to download the setup script and rename it.

Execute sudo php setup.php to execute the setup script.

Fill out the config.php configuration file.

But that appears to not be the case right now. Don't know if you updated that within the last minute or two or I just got a cached page or something. Disregard.

roenw commented 5 years ago

You got the cached page or saved page. That install script was changed long ago :)

theeddie commented 5 years ago

I still see it Execute cd ~ && wget https://apps.roen.us/pipass/getuser && mv getuser getuser.php && wget https://apps.roen.us/pipass/setup && mv setup setup.php

roenw commented 5 years ago

@theeddie Please refer to the install instructions listed on the homepage