-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Update docs to remove/replace outdated references #1099
base: release/v6.0
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for pihole-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Would you mind checking all the other |
This page will also need to be changed: https://docs.pi-hole.net/group_management/example/ |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
3813ae0
to
e3d537b
Compare
Signed-off-by: Adam Warner <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
Conflicts have been resolved. |
…date config setting instructions Signed-off-by: Adam Warner <[email protected]>
01dd109
to
87804ec
Compare
Signed-off-by: Adam Warner <[email protected]>
@yubiuser - ready for a review at this stage. There may be more to come, but I'm tired.... |
369646e
to
282cf1a
Compare
…t -> allowlist/denylist Signed-off-by: Adam Warner <[email protected]>
Co-authored-by: yubiuser <[email protected]> Signed-off-by: Adam Warner <[email protected]>
Since you are removing/replacing outdated references, this table needs to be updated to include port 443, remove telnet port and remove |
Signed-off-by: Adam Warner <[email protected]>
217f92d
to
e68cabf
Compare
Signed-off-by: Adam Warner <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
Might as well make this a general purpose "bring things up to date" PR! |
…guides for nginx/caddy/traefik until such time that they can be updated for v6 Signed-off-by: Adam Warner <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
8e278ea
to
08b9ddd
Compare
…ly time for a refresh in any case - these can come later Signed-off-by: Adam Warner <[email protected]>
About the Guides section: You removed the web server guides. Maybe we need to update or remove some other guides too. I just saw a discourse topic related to Unbound guide. Apparently it needs some changes. |
I think certainly the unbound one could be updated - but for this PR I'd like to stick to removing/updating things as they pertain specifically to V6 |
Signed-off-by: Adam Warner <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
Signed-off-by: Adam Warner <[email protected]>
``` | ||
|
||
in `/etc/pihole/pihole-FTL.conf` and running `sudo pihole restartdns` (see also [here](../../ftldns/configfile.md/#dbfile)). | ||
The long-term database can be disabled running `pihole-FTL --config files.database ""` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did just realize that this disabled everything from the database, network table, for instance. We should test how the API behaves, I guess we may see many error 500s which seems undesirable... I don't think we have tested this configuration on conjunction with the web interface (at least, not me).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Setting the maximum number of days to retain in the database to zero should have the save effect (sorting no queries) without such adverse effects.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a suggestion for some alternative wording here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion 1:
The long-term database can be disabled running `pihole-FTL --config files.database ""` | |
The same effect can be achieved if you set the *maximum number of days to retain in the database* to zero, running `pihole-FTL --config database.maxDBdays 0`. |
Suggestion 2:
The long-term database can be disabled running `pihole-FTL --config files.database ""` | |
The same effect can be achieved if you set `database.maxDBdays` to zero, running `pihole-FTL --config database.maxDBdays 0`. This will change the maximum number of days the database will keep to zero, resulting in no queries being stored. |
Co-authored-by: Dominik <[email protected]> Signed-off-by: Adam Warner <[email protected]>
``` | ||
|
||
in `/etc/pihole/pihole-FTL.conf` and running `sudo pihole restartdns` (see also [here](../../ftldns/configfile.md/#dbfile)). | ||
The long-term database can be disabled running `pihole-FTL --config files.database ""` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggestion 1:
The long-term database can be disabled running `pihole-FTL --config files.database ""` | |
The same effect can be achieved if you set the *maximum number of days to retain in the database* to zero, running `pihole-FTL --config database.maxDBdays 0`. |
Suggestion 2:
The long-term database can be disabled running `pihole-FTL --config files.database ""` | |
The same effect can be achieved if you set `database.maxDBdays` to zero, running `pihole-FTL --config database.maxDBdays 0`. This will change the maximum number of days the database will keep to zero, resulting in no queries being stored. |
What does this PR aim to accomplish?:
Companion PR to
pi-hole/pi-hole#5779-> pi-hole/pi-hole#5780By submitting this pull request, I confirm the following:
git rebase
)