automated-pihole icon indicating copy to clipboard operation
automated-pihole copied to clipboard

Possibility to add PiPass

Open justinglock40 opened this issue 4 years ago • 3 comments

https://github.com/roenw/PiPass

Would like to know if this can be integrated. Did it myself, but when it updates it resets everything involving lighttpd?

justinglock40 avatar Oct 23 '19 07:10 justinglock40

I promised the guys at PiPass a while back to take a shot at creating a Docker image for them. If I succeeded at that, I can incorporate it into this Ansible playbook. If not, it's going to be hard(er), since everything in this playbook is based on the assumption that the services run in Docker. And yes, if you make changes in a Docker container manually/by hand, they will be overridden whenever there's an update for the image. That's the concept behind Docker; containers are immutable, i.e. all changes should be made in the image itself, not in the container.

Freekers avatar Oct 28 '19 20:10 Freekers

Wouldn’t it be easier just to have it in the docket it’s self with pihole since the change just happens at lighttpd folder.

Separate question is there a way to get the automated image you created to be resolvable at pi.hole/admin? On Oct 28, 2019, 15:59 -0500, Freekers [email protected], wrote:

I promised the guys at PiPass a while back to take a shot at creating a Docker image for them. If I succeeded at that, I can incorporate it into this Ansible playbook. If not, it's going to be hard(er), since everything in this playbook is based on the assumption that the services run in Docker. And yes, if you make changes in a Docker container manually/by hand, they will be overridden whenever there's an update for the image. That's the concept behind Docker; containers are immutable, i.e. all changes should be made in the image itself, not in the container. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

justinglock40 avatar Oct 28 '19 21:10 justinglock40

The developers of PiPass are currently working on a Docker image. Once it's finished, I'll see if I can incorporate it into the playbook. https://github.com/PiPass/blockpage/issues/65#issuecomment-616748449

Freekers avatar Apr 26 '20 20:04 Freekers