Commit Graph

2635 Commits

Author SHA1 Message Date
yubiuser bb14100c8f Update package-lock.json
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser f2ae2541a8 Update zensical to 0.0.11
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser a32785a080 Update zensical to 0.0.10
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 3c2ab3dade Update to zensical 0.0.9
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 5ad5b2f939 Fix abbreviations from glossary. Zensical recommends to place the file outside of docs which we should also consider
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 723e14d12b Enable footnote tooltips, navigation tracking and toc follow
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 6cbde6c671 Port navigation to zensical.toml
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser bbee61f5b1 Change ToC title
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 9dd084b6e4 Update Readme
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 88865d608d Port mkdocs.yml to zensical.toml
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser bc38b415d7 Remove markdown-include and use snippets instead
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 483f000036 Switch from mkdocs-material to zensical
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-16 12:36:56 +02:00
yubiuser 5642229ee3 Merge pull request #1383 from pi-hole/dependabot/pip/master/pip-dependencies-e2bfe24654
Bump mkdocs-git-revision-date-localized-plugin from 1.5.1 to 1.5.2 in the pip-dependencies group
2026-05-16 12:29:02 +02:00
dependabot[bot] 28c3502e08 Bump mkdocs-git-revision-date-localized-plugin
Bumps the pip-dependencies group with 1 update: [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin).


Updates `mkdocs-git-revision-date-localized-plugin` from 1.5.1 to 1.5.2
- [Release notes](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases)
- [Commits](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.5.1...v1.5.2)

---
updated-dependencies:
- dependency-name: mkdocs-git-revision-date-localized-plugin
  dependency-version: 1.5.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-16 10:02:34 +00:00
yubiuser fff104bc9c Merge pull request #1382 from pi-hole/fix/amazon
Fix broken amazon affiliate link
2026-05-11 20:27:53 +02:00
yubiuser 55ce1fab92 Fix broken amazon affiliate link
Signed-off-by: yubiuser <github@yubiuser.dev>
2026-05-11 20:19:32 +02:00
yubiuser 27f8bd416c Merge pull request #1380 from pi-hole/fix/mbedtls_threading
Update FTL building instructions
2026-05-11 19:31:07 +02:00
Dominik 8182a17dd8 Update mbedtls threading support enabling commands. This has silently been broken with the migration to mbedtls 4.0 which moves the random number generatator into the PSA code
Signed-off-by: Dominik <dl6er@dl6er.de>
2026-05-11 18:51:50 +02:00
yubiuser 005e2ebe8b Merge pull request #1378 from rbrisita/patch-1
Update Alpine command for adding user to pihole group
2026-05-07 08:02:09 +02:00
Robert Brisita bf350c1810 Update Alpine command for adding user to pihole group
Signed-off-by: Robert Brisita <986796+rbrisita@users.noreply.github.com>
2026-05-06 23:17:32 -04:00
yubiuser 819a244a9b Merge pull request #1375 from pi-hole/dependabot/github_actions/master/github_action-dependencies-366259472f
Bump actions/setup-node from 6.3.0 to 6.4.0 in the github_action-dependencies group
2026-04-25 14:55:36 +02:00
yubiuser 8dd23d47da Merge pull request #1376 from pi-hole/dependabot/npm_and_yarn/master/npm-dependencies-c8f5c6fc1b
Bump markdownlint-cli2 from 0.22.0 to 0.22.1 in the npm-dependencies group
2026-04-25 14:54:10 +02:00
dependabot[bot] a6edacfb00 Bump markdownlint-cli2 in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).


Updates `markdownlint-cli2` from 0.22.0 to 0.22.1
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.22.0...v0.22.1)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.22.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-25 10:02:43 +00:00
dependabot[bot] 8a171dabc2 Bump actions/setup-node in the github_action-dependencies group
Bumps the github_action-dependencies group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).


Updates `actions/setup-node` from 6.3.0 to 6.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/53b83947a5a98c8d113130e565377fae1a50d02f...48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-25 10:02:35 +00:00
Adam Warner 47e192ae84 Merge pull request #1374 from pi-hole/update-pihole-toml-docs
Update pihole.toml documentation
2026-04-25 00:18:27 +01:00
PromoFaux be939c1f3c docs: update pihole.toml documentation 2026-04-24 21:38:50 +00:00
Adam Warner 891b08476e Merge pull request #1373 from pi-hole/PromoFaux-patch-1
Update upgrade instructions for Docker Compose
2026-04-09 20:33:54 +01:00
Adam Warner 4c196d76f9 Update upgrade instructions for Docker Compose
Reordered commands for clarity in upgrading instructions.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2026-04-06 21:41:27 +01:00
yubiuser fdb014877f Merge pull request #1372 from SirRGB/master
docs: update capability documentation links
2026-04-06 12:04:15 +02:00
SirRGB 6839df9f53 docs: update capability documentation links
* https://github.com/pi-hole/docker-pi-hole/pull/2025

Signed-off-by: SirRGB <sirrgb@proton.me>
2026-04-06 11:48:25 +02:00
yubiuser 6aa5056c25 Merge pull request #1371 from pi-hole/dependabot/pip/master/pip-dependencies-45f3dc8f06
Bump mkdocs-redirects from 1.2.2 to 1.2.3 in the pip-dependencies group
2026-04-05 20:58:55 +02:00
dependabot[bot] b113143708 Bump mkdocs-redirects from 1.2.2 to 1.2.3 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-redirects](https://github.com/ProperDocs/properdocs-redirects).


Updates `mkdocs-redirects` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/ProperDocs/properdocs-redirects/releases)
- [Commits](https://github.com/ProperDocs/properdocs-redirects/compare/v1.2.2...v1.2.3)

---
updated-dependencies:
- dependency-name: mkdocs-redirects
  dependency-version: 1.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 10:02:46 +00:00
yubiuser 7152cc10e6 Merge pull request #1370 from pi-hole/update-pihole-toml-docs
Update pihole.toml documentation
2026-04-03 18:48:59 +02:00
PromoFaux 0632926060 docs: update pihole.toml documentation 2026-04-03 16:45:52 +00:00
yubiuser e5d78906e9 Merge pull request #1369 from pi-hole/PromoFaux-patch-1
Update build-image.md to remove development branch note
2026-03-30 10:44:45 +02:00
Adam Warner eda4fe4ec9 Update build-image.md to remove development branch note
Remove note about checking out the development branch.

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2026-03-29 22:35:48 +01:00
yubiuser 2038ee7bf5 Merge pull request #1368 from pi-hole/dependabot/npm_and_yarn/master/npm-dependencies-2f3f15e983
Bump markdownlint-cli2 from 0.21.0 to 0.22.0 in the npm-dependencies group
2026-03-28 13:52:11 +01:00
yubiuser 6067638aaa Merge pull request #1367 from pi-hole/dependabot/github_actions/master/github_action-dependencies-a221ed7c8a
Bump editorconfig-checker/action-editorconfig-checker from 2.1.0 to 2.2.0 in the github_action-dependencies group
2026-03-28 13:51:31 +01:00
dependabot[bot] 4d6d8dfc93 Bump markdownlint-cli2 in the npm-dependencies group
Bumps the npm-dependencies group with 1 update: [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2).


Updates `markdownlint-cli2` from 0.21.0 to 0.22.0
- [Changelog](https://github.com/DavidAnson/markdownlint-cli2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: markdownlint-cli2
  dependency-version: 0.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 10:02:37 +00:00
dependabot[bot] f200aeeeb2 Bump editorconfig-checker/action-editorconfig-checker
Bumps the github_action-dependencies group with 1 update: [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker).


Updates `editorconfig-checker/action-editorconfig-checker` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases)
- [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/4b6cd6190d435e7e084fb35e36a096e98506f7b9...840e866d93b8e032123c23bac69dece044d4d84c)

---
updated-dependencies:
- dependency-name: editorconfig-checker/action-editorconfig-checker
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github_action-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-28 10:02:28 +00:00
yubiuser 1ed4ae997f Merge pull request #1366 from pi-hole/dependabot/npm_and_yarn/npm_and_yarn-66413a1f6e
Bump picomatch from 2.3.1 to 2.3.2 in the npm_and_yarn group across 1 directory
2026-03-26 00:53:38 +01:00
dependabot[bot] 0a944f4500 Bump picomatch in the npm_and_yarn group across 1 directory
Bumps the npm_and_yarn group with 1 update in the / directory: [picomatch](https://github.com/micromatch/picomatch).


Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-25 23:07:55 +00:00
yubiuser d871f8d866 Merge pull request #1365 from pi-hole/dependabot/pip/master/pip-dependencies-cf6347e75e
Bump mkdocs-material from 9.7.5 to 9.7.6 in the pip-dependencies group
2026-03-21 20:05:07 +01:00
dependabot[bot] 0b0a121427 Bump mkdocs-material from 9.7.5 to 9.7.6 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.7.5 to 9.7.6
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.5...9.7.6)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-21 10:02:40 +00:00
Adam Warner bb2fc3e7e3 Merge pull request #1321 from pi-hole/dockerdocs
move info from docker readme to the docs
2026-03-18 21:31:09 +00:00
Adam Warner d8ee7f5e72 Merge branch 'master' into dockerdocs 2026-03-17 18:46:48 +00:00
yubiuser f4db70bc23 Merge pull request #1364 from rrobgill/testroot
Unbound - add test for connection to root servers
2026-03-16 09:04:10 +01:00
Rob Gill e4deb1376c Unbound - add test for connection to root servers
This additional section provides a simple test via 3 dig commands
to confirm direct connection to a root server via both UDP and TCP.

This change will help to prevent users installing unbound in
cases where it will simply fail due to lack of upstream connectivity,
and give them a starting point for investigation of the failure.

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
2026-03-16 08:40:11 +10:00
yubiuser 256895391e Merge pull request #1363 from pi-hole/dependabot/pip/master/pip-dependencies-d673e4145a
Bump mkdocs-material from 9.7.4 to 9.7.5 in the pip-dependencies group
2026-03-14 13:58:28 +01:00
dependabot[bot] b1d5a00684 Bump mkdocs-material from 9.7.4 to 9.7.5 in the pip-dependencies group
Bumps the pip-dependencies group with 1 update: [mkdocs-material](https://github.com/squidfunk/mkdocs-material).


Updates `mkdocs-material` from 9.7.4 to 9.7.5
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.7.4...9.7.5)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-version: 9.7.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-14 10:02:39 +00:00