RD WebDesign

Results 335 comments of RD WebDesign

What do you see running `df -h` inside the container?

`grpcfuse` was already discussed on this page, starting here (https://github.com/pi-hole/docker-pi-hole/issues/951#issuecomment-999916277). For now, as a workaround, you can disable the check using `FTLCONF_CHECK_DISK=0` in your docker-compose file or run command.

Just to add more info: I executed `echo ">stats" | nc 127.0.0.1 4711` in a pi-hole install using only the default adlist. The number of domains returned by FTL were:...

Reading the code looks like you're right, but I will ask for confirmation. There will be no value for `${FTL_PIDFILE}` in line 130: https://github.com/pi-hole/pi-hole/blob/f998eee4675c92819bde40f338fefe8feb7ba3b4/pihole#L130

I'm not sure if the error is related to the tests syntax. Reading the (really messy) test output, I found assertion errors on lines 677, 756, 783 and 809, like...

I thought both codes would report the same output.

This change is complex because it needs to be done in 4 repositories at the same time (pi-hole, AdminLTE, FTL and Docs). It cannot be done in a hurry (and...

> Please make sure you > 1. Base your code and PRs against the repositories developmental branch. Your need to change the base branch of your PR to `development` branch.

> `docker run --rm -it --entrypoint /bin/bash pihole/pihole:latest` I don't think using `bash` as entrypoint will work for testing. Pi-hole won't start.

Since you are using a user-defined network, why don't you try to use a `macvlan` network?