Commit Graph

3721 Commits (b9c9c2797fd62b1b0b8468352083815ace4b5fb9)
 

Author SHA1 Message Date
Mcat12 b9c9c2797f
Pin Python package versions to the versions in the last successful build
5 years ago
Mark Drobnak 204a4e459b
Merge pull request #2637 from TheNoim/patch-1
5 years ago
DL6ER 0a53e966ea
Merge pull request #2659 from pi-hole/tweak/warn_if_FTL_not_on_master
5 years ago
DL6ER 2e17c23333
Don't warn if user is on development as this branch is constantly updated
5 years ago
DL6ER 63f3381a2b
Warn user if FTL is not on branch master
5 years ago
Mark Drobnak 2292720fed
Merge pull request #2650 from mmphego/patch-1
5 years ago
Mpho Mphego b77efa521f
Update README.md
5 years ago
Mpho Mphego cfe221706b
Update README.md
5 years ago
Dan Schaper 293e2a8e80
Merge pull request #2647 from pi-hole/feature/curl_debug
5 years ago
Dan Schaper 71cd6c137b Use `curl` instead of `openssl` for transmission of unmodified
5 years ago
Mark Drobnak 58f198626a
Merge pull request #2640 from pi-hole/new/DebugAdditions
5 years ago
Adam Warner a145f1d931
Be more verbose with debug script output
5 years ago
Mark Drobnak 9748f19172
Merge pull request #2639 from pi-hole/hotfix/v4.2.2
5 years ago
DL6ER ba1e94d3d9
Merge pull request #2626 from pi-hole/hotfix/v4.2.2
5 years ago
Nils Bergmann cd9fadbc44
Remove protocol determination
5 years ago
Mark Drobnak 062a180a1c
Merge pull request #2621 from cryptomilk/development-fix
5 years ago
Andreas Schneider 860ec1a7c4 basic_install: Use install for sudoers
5 years ago
DL6ER 5ca1bfc11c
Delete /dev/shm/FTL-* files on (re)start of pihole-FTL
5 years ago
Andreas Schneider 2f189cd076 basic_install: There is no pihole group, remove it
5 years ago
Andreas Schneider 2f0e6a6dda basic_install: Make sure the PI_HOLE_CONFIG_DIR exists
5 years ago
Andreas Schneider f187b42a98 basic_install: Define webroot globally as a variable
5 years ago
Andreas Schneider 838e1b19ec basic_install: Set permissons for PI_HOLE_DASHBOARD_DIR
5 years ago
Andreas Schneider d5bbb2b640 basic_install: Use a varibale for the pihole dashboard dir
5 years ago
Andreas Schneider dc91d4b1f9 basic_install: If a static interface is already set up we are done
5 years ago
Dan Schaper e967fe2266
Merge pull request #2612 from pi-hole/hotfix/v4.2.1
5 years ago
Dan Schaper b5c7657e01
Merge pull request #2614 from pi-hole/hotfix/v4.2.1
5 years ago
Mcat12 680d6e2d31
Merge branch 'release/v4.2' into development
5 years ago
Mcat12 7a19d24058
Remove user/group from dnsmasq config
5 years ago
Dan Schaper 995ee41d6b
Merge pull request #2600 from pi-hole/release/v4.2
5 years ago
Mark Drobnak 69919ac85c
Merge pull request #2610 from pi-hole/fix/dev-shm
5 years ago
Mcat12 26f2410fe6
Change /var/run/shm to /dev/shm
5 years ago
Adam Warner d43c32e9e8
Merge pull request #2609 from pi-hole/fix/start-service-ftl-checkout
5 years ago
Mcat12 5c4ee23795
Fix missed start_service -> restart_service call
5 years ago
Dan Schaper fb3d871553
Merge pull request #2602 from pi-hole/fix/download_FTL_earlier
5 years ago
Adam Warner ae654730c4
Update automated install/basic-install.sh
5 years ago
DL6ER ec79e86bee
We should really use stop_service as it also includes some nice output
5 years ago
DL6ER e8dabc71af
Don't try to start pihole-FTL after it has been installed. This will be done a few moments later when gravity is invoked.
5 years ago
DL6ER 9c0de0f731
Try to stop pihole-FTL before and (re)start pihole-FTL after the install command
5 years ago
DL6ER 4948862dce
Fail hard if FTL binary could not be installed
5 years ago
DL6ER 7479485d45
Add test for the case the binary variable is unset (defaults to "tbd" in this case)
5 years ago
Mark Drobnak 1e284f69ea
Merge pull request #2587 from pi-hole/new/network-table
5 years ago
DL6ER 516ed83638
Add "|| true" to the curl command as a failed download is no show-stopper for the overall install process.
5 years ago
Mark Drobnak 26361883b4
Merge pull request #2601 from pi-hole/fix/double_disable_kills_gravity
5 years ago
DL6ER d26f2dcb2c
Use global binary variable in tests for automated install
5 years ago
DL6ER cc657c0c26
Rename subroutine start_service() to restart_service() because this is what it does
5 years ago
DL6ER d90d7b6927
Call FTL download/installation early on in the installation process.
5 years ago
DL6ER de6dc90575
Don't diable pihole-FTL before calling install. root should be able to overwrite the binary in any case. The binary has already been downloaded and hash-verified here so we don't expect any errors in this binary.
5 years ago
DL6ER 3cdd6204c5
Move dnsmasq disabling and config file rewriting into a dedicated subroutine
5 years ago
DL6ER d996e9c9ee
Fix inconsistent handling of binary variable. get_binary_variable() stores the result into a global variable we pass later on as argument to FTLinstall() and define a local variable with the same name. This is fixed by only using the globa variable in all places not. This is still not a very elegant solution but it is also not subject of the current PR.
5 years ago
DL6ER a4ba8d4b8f
Prevent double disabling/enabling by checking BLOCKING_ENABLED value in setupVars.conf
5 years ago