diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3107c9b8d..457e8029d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ /components/controls/buttons_usb_encoder/ @jeripeierSBB /components/synchronisation/sync-shared @AlvinSchiller /scripts/installscripts/buster-install-default.sh @jeripeierSBB -/scripts/helperscripts/autohotspot.sh @Groovylein +/scripts/helperscripts/setup_autohotspot.sh @Groovylein diff --git a/scripts/helperscripts/README.md b/scripts/helperscripts/README.md index be4914a6e..a729bda30 100644 --- a/scripts/helperscripts/README.md +++ b/scripts/helperscripts/README.md @@ -42,10 +42,6 @@ including mpd.conf and the like. Deletes sample folders with files and streams inside the $AUDIOFOLDERSPATH directory -## autohotspot - -Changed to autohotspot service - ## cli-player.py Command line player to play folders on the Phoniebox. @@ -66,5 +62,22 @@ not bound to any RFID card, and fixing broken links. A command line replacement some functionality of the phoniebox-web-ui, which challenges the raspberry pi zero. Using this small script significantly reduces resource usage on the system. +## setup_autohotspot.sh + +Script to setup the autohotspot feature. It automatically sets up a wifi hotspot if no known network is found. +This is already included in the main install script, but can also be manually run. + +usage: +setup_autohotspot.sh " +### activate +``` +chmod +x ./scripts/helperscripts/setup_autohotspot.sh +./scripts/helperscripts/setup_autohotspot.sh . YES phoniebox DE PlayItLoud 10.0.0.5 +``` +### deactivate +``` +chmod +x ./scripts/helperscripts/setup_autohotspot.sh +./scripts/helperscripts/setup_autohotspot.sh . NO +```