Commit Graph

254 Commits

Author SHA1 Message Date
David Gatti
7f8862d73f Added -d option for detach. 2022-11-05 14:39:27 +01:00
David Gatti
069a88b7d1 Update README.md
Added the working command for Docker 2

Signed-off-by: David Gatti <dawid@gatti.io>
2022-11-05 08:50:04 +01:00
Julio Hurtado Gómez
47fe743548 Delete duplicate "that"
Signed-off-by: Julio Hurtado Gómez <kloner88@gmail.com>
2022-10-04 10:14:30 +02:00
LaboDJ
540ca1e31f Remove the email function
It was removed from pi-hole in 5.12 by this PR https://github.com/pi-hole/pi-hole/pull/4870

Signed-off-by: LaboDJ <2527836+labodj@users.noreply.github.com>
2022-09-03 05:31:11 +02:00
Adam Warner
f044e58b5c Calrifications to experimental uid/gid changer variables
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-02 23:58:53 +01:00
Adam Warner
9d17bd9871 Update documentation per comments on #1155
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-09-02 18:14:10 +01:00
Adam Warner
de80425c87 Merge pull request #1168 from freddydumont/patch-1
Add systemd-resolved note for Fedora
2022-09-02 18:09:56 +01:00
Adam Warner
10c33ed871 Add note to readme about installingon Dokku, closes #1190
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-29 14:32:14 +01:00
Adam Warner
cb38190b50 FTLCONF_REPLY_ADDR4/6 are now deprecated. Use FTLCONF_LOCAL_IPV4/6 instead
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-08-22 21:42:29 +01:00
Frédérick Morin
31cd4fbc47 Add systemd-resolved note for Fedora
Fedora 33+ enables [systemd-resolved by default](https://fedoraproject.org/wiki/Changes/systemd-resolved), so the "Installing on Ubuntu" section becomes relevant for Fedora users as well.

This small change makes it possible to search the Readme for "Fedora" and find the solution instantly.

Signed-off-by: Frédérick Morin <freddydumont@users.noreply.github.com>
2022-08-15 16:46:25 -04:00
TJ Zimmerman
40224be544 Add missing backticks to Exp. Vars for formatting. 2022-08-01 00:10:51 -07:00
Adam Warner
2c963a0f01 update example paths in readme 2022-07-15 17:46:33 +01:00
Adam Warner
611df9b3f0 Huge tidy up/prune/refactor of the code
- Moves most code in start.sh into functions in bash_functions.sh
- Removes code from 20-start.sh and moves it inside start.sh
- Removes unused variables and code, making it easier to find our way around
- Removes dependency on webpage.sh, which had to be modified in order to source it properly (thus breaking pihole checkout), use utils.sh instead
- Replaces all uses of ServerIP/v6 with new FTLCONF_REPLY_ADDR4/6 variables
- No need to symlink echo to whiptail any more (probably hasn't been needed for a while)
- removes huge list of exported env vars at the top of start.sh - no longer appear to be needed
- rename some functions in bash_functions to more logical names, group their usages in start.sh
- adjust/fix tests to match changes
- remove some dead tests

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-07-11 23:50:05 +01:00
Adam Warner
afdb7a110d Merge pull request #1125 from pi-hole/master
sync: master to dev
2022-07-03 19:28:36 +01:00
Dan Schaper
bb99fae517 Update README.md
Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
2022-07-01 13:05:11 -07:00
mmvanheusden
60e252c414 Remove random tab in the readme 2022-06-07 16:06:15 +02:00
Adam Warner
8cedb5b030 Merge pull request #1082 from canepan/patch-2
Update README.md to mention minimum required docker version
2022-05-23 17:16:54 +01:00
Adam Warner
0e7013e890 Update README.md 2022-05-23 17:15:47 +01:00
Daniel
6e36311d6f Update README.md to describe the current docker tagging pattern 2022-05-02 22:49:08 -04:00
canepan
3d27c94595 Update README.md
Signed-off-by: Nicola Canepa <nicola.canepa.74@gmail.com>
Mention the required update to docker.io in additon to libseccomp2 on ARM
2022-05-02 06:20:30 +01:00
Adam Warner
89480b1e9d Expand on information about libseccomp
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-25 17:42:35 +01:00
Adam Warner
e1dc289d7d Fix suggested spelling mistakes
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-22 17:41:29 +01:00
Adam Warner
f6d6a31743 Merge pull request #1060 from pi-hole/master
sync: master to dev
2022-04-12 17:29:34 +01:00
Adam Warner
f3260fb0f9 Update README.md 2022-04-12 17:28:10 +01:00
Adam Warner
4b9e142d54 Update README.md 2022-04-12 17:26:55 +01:00
Jasper Vandemalle
95f0eeea00 Fix minor typos in README 2022-04-08 11:37:11 +02:00
Adam Warner
c1ea9dac8c Update README.md 2022-04-04 21:01:09 +01:00
Adam Warner
f6947f1497 Add some additonal upgrade notes to the readme, and a note on using watchtower
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-04 18:58:32 +01:00
Adam Warner
5bae002db3 Update README.md 2022-04-04 15:15:46 +01:00
BoLLYde Maxime
321b89e1a6 your error
Small error :)
2022-04-02 14:25:20 +02:00
Adam Warner
e510bb7588 Update readme to remove note about 2022.04, and instead include new details about upcoming 2022.04.01
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-02 11:58:12 +01:00
Adam Warner
91432ada4d Move upgrade notes to the very top of the README
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-04-02 09:38:24 +01:00
Adam Warner
f1a4bb8584 Include note about capabilities on 2022.04 2022-04-02 09:27:33 +01:00
Adam Warner
7a1546c001 Merge pull request #1032 from SuperSandro2000/patch-1
Document FTL_CMD environment variable
2022-04-01 23:19:22 +01:00
Sandro
c31599c403 Document FTL_CMD env
Signed-off-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2022-03-29 23:36:47 +02:00
Adam Warner
d46a1e3356 Merge pull request #1014 from haxwithaxe/support-docker-links-for-PIHOLE_DNS_dev
Support docker service names and links for PIHOLE_DNS_
2022-03-16 15:30:43 +00:00
haxwithaxe
e4a1abb5fb Added docker service name info to PIHOLE_DNS_ section.
Signed-off-by: haxwithaxe <spam@haxwithaxe.net>
2022-03-13 22:40:56 -04:00
Peter Dave Hello
e459169d8a Fix typo in README.md "Optional Variables" (IPv6) 2022-02-16 17:13:39 +08:00
edgd1er
140312b79c Redirect lighttpd logs to stdout
Signed-off-by: edgd1er <edgd1er@hotmail.com>
2022-01-27 04:17:42 +01:00
Adam Warner
778e993903 Move variable description to the Experimental section
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-20 17:12:18 +00:00
edgd1er
0ecde45d22 removed vars in compose sample.
Signed-off-by: edgd1er <edgd1er@hotmail.com>
2022-01-17 15:28:25 +01:00
edgd1er
2cec4fa719 change UID / GID for www-data and pihole user.
When mounting volumes, specific rights may be needed to write on mounted volumes on the host.

Signed-off-by: edgd1er <edgd1er@hotmail.com>
2022-01-17 15:28:25 +01:00
Adam Warner
e0f05ef372 Remove any existing PIHOLE_DNS_ configurations before applying those that have been passed in via env var
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-09 21:05:53 +00:00
Adam Warner
2fb2202a17 Sync the minimal docker-compose examples. Remove note about pihole.log, it isn't neccasery (https://github.com/pi-hole/docker-pi-hole/issues/809)
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-09 19:04:19 +00:00
Adam Warner
25a8e0dcba Merge pull request #970 from AlexanderLieret/patch-webtheme
Update list of available web themes
2022-01-07 23:46:07 +00:00
Alexander Lieret
28892f4533 Update list of available web themes
Signed-off-by: Alexander Lieret <alexander.lieret@fau.de>
2022-01-06 17:16:04 +01:00
Adam Warner
2c6bc33e8d Increase verbosity of error message when capabilities cannot be set - add note to readme about default DNSMASQ_USER. See #963 for details (#964)
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-04 18:50:37 +00:00
Adam Warner
2a7ea09d00 Readme tweaks
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2022-01-02 15:54:09 +00:00
Phill
b0a5a0f163 Trailing slashes on volumes fail on newer versions of docker-compose (#949)
* Trailing slashes on volumes fail on newer versions of docker-compose

See [Issue 947](https://github.com/pi-hole/docker-pi-hole/issues/947)
for the background.

This PR proposes removing trailing slashes from all documentation,
examples and scripts.

Signed-off-by: Phill Kelley <pmk.57t49@lgosys.com>
2021-12-11 13:37:18 +00:00
Adam Warner
7049b5df03 remove references to porrt 443
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
2021-12-09 17:09:36 +00:00