blockpage icon indicating copy to clipboard operation
blockpage copied to clipboard

$_SERVER['HOME']}/.config/PiPass/PiPass.ini Does not exist

Open charlieporth1 opened this issue 4 years ago • 3 comments

$_SERVER['HOME']}/.config/PiPass/PiPass.ini Does not exist according to Nginx and Lighttpd and I can't seem to find it in any install files. Did you provide a sample? Can you provide a sample?

charlieporth1 avatar Apr 01 '21 12:04 charlieporth1

Hi Charles, thanks for the message. This is just a standard INI file format that should reside at ~/.config/PiPass/PiPass.ini, and is an optional file. It was created to make settings persist across upgrades of PiPass software. Here's a sample of what (I think) the file should look like if you wanted to implement it. If this doesn't work, you might want to try removing the "conf" part.

[conf]
language=en
show_tech_info=true

Just FYI - the future of this project is foggy because of HTTPS problems and the possibility of the IP address blocking function being removed in a future release of Pi-Hole. I'll get in contact with the devs of Pi-Hole one of these days to work this out, but this is one of the reasons I've suspended the development of new features, at least for now.

roenw avatar Apr 04 '21 09:04 roenw

Thx!

charlieporth1 avatar Apr 04 '21 13:04 charlieporth1

I think I may have found a way around the https issue as well. Right now it's mainly for HTST but I have to do some digging to see if the idea can be applied

charlieporth1 avatar Apr 04 '21 13:04 charlieporth1