-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running Into Issue After Issue #5
Comments
This hasn't been maintained, but likely does not need much work. Traefik 2.0 is probably the biggest breaking change, but you can get around that by using the old deprecated 1.x containers. The bootstrap script is very opinionated and fragile; it was more of a 'guide' rather than a solution. It should work for you, but you must not deviate from any of the choices it assumes you've made. It's open source and you are therefore encouraged to make changes as needed (like, if you don't prefer putting in Your specific error is probably because I've re-rolled the implementation a few times but not released as there's still a few issues w/ the Upstream pihole docker container that make things complicated:
basically, the current pihole docker implementation is an anti-pattern. It works and is easy, so it's remained popular. Popular things are seldom changed. Each re-write I do has not used docker, but the architecture is the same; just replace docker-compose for Eventually i'd like to get a single helm chart for k8 deployments but that requires a ton of work to de-compose the Franken-container that is the current pihole docker image. |
Hello, Thanks for the reply. I have moved it over to
This is that file's output:
Since it complains about whitespace, I simply took out the |
the content of |
Hello,
After doing all the manual configuration for the files like
traefik.toml
andpihole.env
etc, I attempt to run./bootstrap.sh
and get errors.At first is stated:
So I created that directory and ran it again but got:
Then I looked to see what package the
htpasswd
command is part of which wasapache2-utils
. I installed that and then ranbootstrap.sh
again:Then I installed
docker-compose
and ran it again and got:So honestly it's just one error after another. Is this still a working application? Is there something I'm missing? Is there a list of pre-requisites needing to be installed before running
bootstrap.sh
other than the configuration files?The text was updated successfully, but these errors were encountered: