Commit Graph

338 Commits

Author SHA1 Message Date
dependabot[bot] 7debb39a3c Bump jinja2 from 2.10 to 2.10.1
Bumps [jinja2](https://github.com/mitsuhiko/jinja2) from 2.10 to 2.10.1.
- [Release notes](https://github.com/mitsuhiko/jinja2/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/docs/changelog.rst)
- [Commits](https://github.com/mitsuhiko/jinja2/compare/2.10...2.10.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-04-08 10:26:18 +00:00
Mark Drobnak 5fe12ba69b Merge pull request #113 from pi-hole/dependabot/pip/mkdocs-material-4.1.1
Bump mkdocs-material from 4.1.0 to 4.1.1
2019-03-29 13:55:47 -04:00
Dan Schaper a5d223febe Merge pull request #114 from bradfa/unbound.conf-grammar-comment
guides: unbound: Fix conf file comment grammar
2019-03-29 06:22:14 -07:00
Andrew Bradford 4b2267ea08 guides: unbound: Fix conf file comment grammar
s/lose/loose/
2019-03-29 09:03:07 -04:00
dependabot[bot] 19685f2207 Bump mkdocs-material from 4.1.0 to 4.1.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.1.0 to 4.1.1.
- [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/4.1.0...4.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 10:33:31 +00:00
dependabot[bot] 4f32f01e38 Merge pull request #112 from pi-hole/dependabot/pip/markdown-3.1 2019-03-26 10:42:33 +00:00
dependabot[bot] d06c64a555 Bump markdown from 3.0.1 to 3.1
Bumps [markdown](https://github.com/Python-Markdown/markdown) from 3.0.1 to 3.1.
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Commits](https://github.com/Python-Markdown/markdown/compare/3.0.1...3.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-26 10:21:24 +00:00
dependabot[bot] 27677251d9 Merge pull request #110 from pi-hole/dependabot/pip/mkdocs-material-4.1.0 2019-03-25 10:48:58 +00:00
dependabot[bot] ea6765811d Bump mkdocs-material from 4.0.2 to 4.1.0
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.0.2 to 4.1.0.
- [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/4.0.2...4.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-25 10:44:36 +00:00
Mark Drobnak e467a93348 Merge pull request #109 from mingaldrichgan/patch-1
Add `fastcgi_param FQDN true;` to nginx config
2019-03-19 22:10:59 -04:00
Ming Aldrich-Gan 6302be99b8 Add fastcgi_param FQDN true; to nginx config
This [adds the `$serverName` to the list of `$authorizedHosts`](https://github.com/pi-hole/pi-hole/blob/master/advanced/index.php#L26-L31) allowed to see the splash page, and should be equivalent to `setenv.add-environment = ("fqdn" => "true")` in lighttpd as [suggested in the Discourse FAQs](https://discourse.pi-hole.net/t/enabling-https-for-your-pi-hole-web-interface/5771). Without this, you could still visit `/admin` directly, but `/` (or any other page if `error_page 404 /pihole/index.php` is added as suggested below) would show [`[ERROR]: Unable to parse results from queryads.php: Unhandled error message ()`](https://github.com/pi-hole/pi-hole/issues/2195).

Signed-off-by: Ming Aldrich-Gan <mingaldrichgan@gmail.com>
2019-03-19 06:41:04 -04:00
DL6ER 6f4f6c150f Merge pull request #107 from pi-hole/dependabot/pip/pyyaml-5.1
Bump pyyaml from 5.1b5 to 5.1
2019-03-14 11:38:40 +01:00
dependabot[bot] 0358edd1a9 Bump pyyaml from 5.1b5 to 5.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1b5 to 5.1.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/commits/5.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-14 10:34:57 +00:00
Mark Drobnak bbd0adf19b Merge pull request #104 from pi-hole/update_architecture_support
add architectures to support matrix
2019-03-11 21:43:32 -04:00
bcambl be76cbec08 update Ubuntu support (16.x & 18.x)
Signed-off-by: bcambl <blayne@blaynecampbell.com>
2019-03-11 10:43:32 -06:00
Dan Schaper 0ffe71e6db Merge pull request #106 from pi-hole/tweak/FTL_from_source_Fedora
Add required packages for compiling FTL locally on Fedora
2019-03-09 09:42:15 -08:00
DL6ER bd5325b828 Merge pull request #105 from pi-hole/dependabot/pip/pyyaml-5.1b5
Bump pyyaml from 5.1b3 to 5.1b5
2019-03-09 18:40:59 +01:00
DL6ER 07f273863a Add required packages for compiling locally on Fedora (probably also CentOS when using yum instead of dnf)
Signed-off-by: DL6ER <dl6er@dl6er.de>
2019-03-09 18:36:41 +01:00
bcambl bafcfe42c3 update supported Ubuntu release
Signed-off-by: bcambl <blayne@blaynecampbell.com>
2019-03-08 21:01:45 -06:00
dependabot[bot] 0bb4775f67 Bump pyyaml from 5.1b3 to 5.1b5
Bumps [pyyaml](http://pyyaml.org/wiki/PyYAML) from 5.1b3 to 5.1b5.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-08 10:18:06 +00:00
bcambl 847e28e075 add architectures to support matrix
Signed-off-by: bcambl <blayne@blaynecampbell.com>
2019-03-07 07:26:18 -06:00
DL6ER 7de07f54e3 Merge pull request #102 from pi-hole/dependabot/pip/mkdocs-material-4.0.2
Bump mkdocs-material from 4.0.1 to 4.0.2
2019-03-04 11:54:04 +01:00
dependabot[bot] 5b50b07703 Bump mkdocs-material from 4.0.1 to 4.0.2
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 4.0.1 to 4.0.2.
- [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/4.0.1...4.0.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-04 10:40:34 +00:00
Brian Christner 2bb9786c4f Added pi hole coverage article (#101)
* Added pi hole coverage article

Signed-off-by: Brian Christner <brian.christner@gmail.com>

* Fixed date format

Signed-off-by: Brian Christner <brian.christner@gmail.com>
2019-03-04 09:55:44 +01:00
Mark Drobnak e1459df880 Merge pull request #100 from pi-hole/update_fedora_support
bump supported Fedora versions
2019-03-01 22:20:35 -05:00
bcambl 36e8fd1d92 bump supported Fedora versions
Signed-off-by: bcambl <blayne@blaynecampbell.com>
2019-03-01 20:52:15 -06:00
Dan Schaper 66e8b79fbd Merge pull request #99 from pi-hole/feature/license
Create LICENSE
2019-03-01 09:20:35 -08:00
Dan Schaper 559ca5dfc5 Create LICENSE 2019-03-01 09:18:40 -08:00
Mark Drobnak bf08fb90a8 Merge pull request #96 from ChrisWeiss/master
Fixing docs for Raspi DoH setup - a few steps require sudo.
2019-02-28 22:55:48 -05:00
Mcat12 bef388ffc3 Merge branch 'master' into ChrisWeiss-master
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-02-28 19:19:08 -08:00
Mark Drobnak ebdc932d82 Merge pull request #98 from pi-hole/feature/travis-ci
Update .travis.yml
2019-02-28 22:07:52 -05:00
Dan Schaper cdf70d5f56 Update .travis.yml
Bring travis in to alignment with guides.
2019-02-28 17:50:29 -08:00
Mark Drobnak 67a8d0f24f Merge pull request #97 from pi-hole/dependabot/pip/pyyaml-5.1b3
Bump pyyaml from 5.1b1 to 5.1b3
2019-02-28 12:26:06 -05:00
Dan Schaper 3d41887302 Merge pull request #95 from Keridos/master
add traefik without docker guide
2019-02-28 04:30:48 -08:00
dependabot[bot] 37d9dd812c Bump pyyaml from 5.1b1 to 5.1b3
Bumps [pyyaml](http://pyyaml.org/wiki/PyYAML) from 5.1b1 to 5.1b3.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-28 10:25:34 +00:00
Weiss, Chris 50fe5eefe0 Fixing docs for Raspi DoH setup - a few steps require sudo. 2019-02-27 18:03:00 -08:00
Mark Drobnak 7387029133 Merge pull request #91 from pi-hole/tweak/MAXLOGAGE-maximum-value
Update MAXLOGAGE maximum value
2019-02-25 21:41:05 -05:00
Mark Drobnak 8edf88c752 Merge pull request #92 from pi-hole/dependabot/pip/pyyaml-5.1b1
Bump pyyaml from 4.2b4 to 5.1b1
2019-02-25 21:40:44 -05:00
Mark Drobnak aeeaa0942b Merge pull request #93 from pi-hole/dependabot/pip/markupsafe-1.1.1
Bump markupsafe from 1.1.0 to 1.1.1
2019-02-25 21:39:10 -05:00
Keridos d6e1a4b8a8 add traefik without docker guide
Signed-off-by: Keridos <2742845+Keridos@users.noreply.github.com>
2019-02-25 16:59:57 +01:00
dependabot[bot] 2082e6aa5c Bump markupsafe from 1.1.0 to 1.1.1
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/1.1.0...1.1.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 10:23:56 +00:00
dependabot[bot] f45894b3d3 Bump pyyaml from 4.2b4 to 5.1b1
Bumps [pyyaml](http://pyyaml.org/wiki/PyYAML) from 4.2b4 to 5.1b1.

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-25 10:23:55 +00:00
Mcat12 d4b1df84db Update MAXLOGAGE maximum value
The maximum value will be changed with FTL v4.2.2. Therefore, do not
merge this commit until it is released.

FTL v4.2.2 release PR: pi-hole/FTL#510

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
2019-02-15 20:37:54 -08:00
dependabot[bot] ba0b0c98dc Merge pull request #89 from pi-hole/dependabot/pip/mkdocs-material-4.0.1 2019-02-14 14:28:47 +00:00
dependabot[bot] 4c4c239fce Bump mkdocs-material from 3.3.0 to 4.0.1
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 3.3.0 to 4.0.1.
- [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/3.3.0...4.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-02-14 10:19:09 +00:00
Mark Drobnak eb4611f5e5 Merge pull request #88 from pi-hole/docker_doc_docs
Breakdown of docker DHCP setup options
2019-02-09 15:28:38 -05:00
Adam Hill 3b7dfd52d4 good call, moved advantages under section headers
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-09 14:24:14 -06:00
Adam Hill 064364bfa6 Advantages of each of the approaches added
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-09 14:04:35 -06:00
Adam Hill c13c629620 MCat tweaks and consistent DHCP capitalization
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-09 13:55:26 -06:00
Adam Hill 4cb077005b I should have a vim spell checker lol
Signed-off-by: Adam Hill <adam@diginc.us>
2019-02-09 13:51:37 -06:00