Adam Warner
|
afdf45031f
|
Missed a couple of references in the previous PR
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2024-10-02 21:51:56 +01:00 |
|
Adam Warner
|
6645136f6b
|
Align the indentation for the case statement in the bottom part of pihole script
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2024-10-02 21:21:09 +01:00 |
|
Adam Warner
|
84a659dfac
|
Update pihole
Co-authored-by: yubiuser <github@yubiuser.dev>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
|
2024-10-02 19:41:17 +01:00 |
|
Adam Warner
|
be00f3e723
|
Rename reloaddns-lists to reloadlists per suggestion
Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Adam Warner <github@adamwarner.co.uk>
|
2024-10-02 19:39:34 +01:00 |
|
Adam Warner
|
cc476a49fe
|
remove the restartdns functionality and promote the reloaddns functions
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2024-09-24 14:15:15 +01:00 |
|
DL6ER
|
bcef4f0c97
|
pihole status should return (= exit) early on error instead of continuing the script
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-09-02 18:59:42 +02:00 |
|
Dominik
|
e3fc5cc8f2
|
Make the help text of "pihole checkout [what] [branch]" more colorful (#5734)
|
2024-08-28 08:43:11 +02:00 |
|
DL6ER
|
e8582f7740
|
Add pihole -h and autocompletion entry
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-08-26 19:44:42 +02:00 |
|
DL6ER
|
9e9c985245
|
FTL checkout: Check for availability of branches before trying to download from the webserver. Also, fix check_download_exists() possibly killing the script on non-availability of requested branches
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-08-26 06:11:42 +02:00 |
|
DL6ER
|
a302d7b5d7
|
Make the help text of "pihole checkout [what] [branch]" more colorful
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-08-26 05:22:15 +02:00 |
|
DL6ER
|
8e4fc27168
|
Add pihole api [endpoint] callback suitable for local API requests
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-08-24 10:06:48 +02:00 |
|
Christian König
|
2c32d485bd
|
Remove obsolet getFTLPIDFile()
We can get the path of the PID file via getFTLConfigValue files.pid
Signed-off-by: Christian König <github@yubiuser.dev>
|
2024-07-27 22:00:52 +02:00 |
|
DL6ER
|
897e23089c
|
Implement pihole enable/disable using the API
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-07-16 10:56:37 +02:00 |
|
DL6ER
|
ccdbfd4130
|
Use natural langauge for list manipulations, like pihole allow example.com or pihole deny other.net. Also remove using pihole deny not bad.org
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-25 13:56:49 +02:00 |
|
DL6ER
|
fe8e63853c
|
Use concatenate of arguments instead of using the array directly
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-22 20:49:44 +02:00 |
|
DL6ER
|
b835fa06a6
|
Further black -> deny renaming
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-22 20:48:07 +02:00 |
|
DL6ER
|
424e825bd9
|
Do not auto-sudo in the pihole command
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-22 20:42:22 +02:00 |
|
DL6ER
|
7e91b9ab47
|
Update help text
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-22 20:35:06 +02:00 |
|
DL6ER
|
bfc18f8329
|
Rewrite list functions to use the API
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-19 23:04:39 +02:00 |
|
DL6ER
|
8f24e8aa5f
|
Modify pihole -t to use TOML config items
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2024-06-19 22:41:42 +02:00 |
|
Christian König
|
c3c31a1a60
|
Print version details automatically if not on master
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-12-09 23:14:58 +01:00 |
|
Christian König
|
fe4d934a40
|
Simplify pihole -v
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-12-09 23:13:04 +01:00 |
|
Christian König
|
bc96d3b0a9
|
Tweak help text of pihole setpassword
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-11-05 21:18:46 +01:00 |
|
Adam Warner
|
ab3b6dfa67
|
No need to >/dev/null because setFTLConfigValue already does this
adjust output of setFTLConfigValue to test for the exit code of `pihole-FTL --config`
|
2023-10-28 19:46:45 +01:00 |
|
Adam Warner
|
6292e65b37
|
When setting a blank password, use webserver.api.password instead of webserver.api.pwhash (fixed in https://github.com/pi-hole/FTL/pull/1702)
This prevents the password from being blanked out on the command line when it has been set by an environment variable
|
2023-10-28 17:56:37 +01:00 |
|
RD WebDesign
|
2c7fa4a7b3
|
Avoid printing getFTLConfigValue return in statusFunc()
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
|
2023-10-18 02:07:06 -03:00 |
|
Christian König
|
ec83d6b793
|
No help for gone functions
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-10-14 14:06:47 +02:00 |
|
Christian König
|
46ff257344
|
Remove Chronometer
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-10-12 13:44:51 +02:00 |
|
Adam Warner
|
044e856e6b
|
Disable checkout function for (official) docker containers
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2023-10-08 13:23:44 +01:00 |
|
Christian König
|
8ef8a27583
|
Remove webpage.sh
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-08-04 20:04:45 +02:00 |
|
Adam Warner
|
6edd6a4d55
|
if ${USER} variable is blank, then populate it with whoami
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2023-07-18 08:11:48 +01:00 |
|
Christian König
|
ba3e290915
|
Fix shellcheck errors
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-06-04 21:21:48 +02:00 |
|
Christian König
|
b5800ef718
|
Remove getFTLAPIPort() function and fix pihole status
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-05-27 11:53:00 +01:00 |
|
Adam Warner
|
2784b267ec
|
pihole command: read values from pihole-FTL instead of setupvars.conf
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2023-05-27 11:51:16 +01:00 |
|
DL6ER
|
3695610300
|
Allow running pihole -g without root (run as user pihole)
Signed-off-by: DL6ER <dl6er@dl6er.de>
|
2023-05-27 11:51:16 +01:00 |
|
Christian König
|
ca00ffa101
|
Only source versions file if the file exits
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2023-02-02 11:58:58 +01:00 |
|
Adam Warner
|
b8eae60fcc
|
Disable a few commands for Docker. Currently this is done by monkeypatching the the pihole file on Docker install, however if someone was to run pihole checkout, these patches are removed.
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2022-12-11 11:39:11 +00:00 |
|
RD WebDesign
|
233453267e
|
Using shift to allow passing multiple arguments
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
|
2022-11-23 15:33:49 -03:00 |
|
RD WebDesign
|
f3c27f706f
|
Pass only the correct argument
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
|
2022-11-23 14:07:30 -03:00 |
|
Christian König
|
3d01e4d0cf
|
No detour - use pihole-FTL.conf to get the API port number
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2022-09-26 22:55:30 +02:00 |
|
Christian König
|
89b88416b3
|
Fix 4898
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2022-09-06 17:09:52 +02:00 |
|
Christian König
|
7b77d991df
|
Move FTL port and PID functions to utils.sh
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2022-07-26 14:38:03 +02:00 |
|
Christian König
|
b486786041
|
Add database healthy checks to debug script
Fix health check output comparison in gravity script as well
Add note about waiting time
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2022-07-10 23:32:47 +02:00 |
|
Christian König
|
2c5907a8b1
|
Requiere sudo for pihole -t
Signed-off-by: Christian König <ckoenig@posteo.de>
|
2022-06-19 23:25:53 +02:00 |
|
Adam Warner
|
36dd533ef3
|
use directory /var/log/pihole/ for log storage
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2022-05-15 06:46:23 +02:00 |
|
Adam Warner
|
db116971ce
|
I tried to do too many things in one function, vastly overcomplicating what should have been _this_ all along
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2022-04-14 22:53:38 +01:00 |
|
Adam Warner
|
86dd612882
|
remove readonly directive from declaration of utilsfile , it is unnecassery
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2022-04-12 17:13:50 +01:00 |
|
yubiuser
|
42d3368955
|
Merge pull request #4663 from pi-hole/no_root
Only use sudo power if needed
|
2022-04-10 12:34:05 +02:00 |
|
Adam Warner
|
4d31d5ee11
|
Address review comments
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
|
2022-04-04 22:02:26 +01:00 |
|
yubiuser
|
6121c162ff
|
Fix typo
Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
|
2022-04-03 13:49:43 +02:00 |
|