diff --git a/ct/homeassistant-core.sh b/ct/homeassistant-core.sh index 96f26a85..8a659ea4 100644 --- a/ct/homeassistant-core.sh +++ b/ct/homeassistant-core.sh @@ -121,7 +121,7 @@ function update_script() { else filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config set -a '0.0.0.0' &>/dev/null - filebrowser users add admin changeme --perm.admin &>/dev/null + filebrowser users add admin helper-scripts.com --perm.admin &>/dev/null fi msg_ok "Installed FileBrowser" @@ -142,7 +142,7 @@ WantedBy=default.target" >$service_path msg_ok "Completed Successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$IP:8080${CL} admin|changeme\n" + ${BL}http://$IP:8080${CL} admin|helper-scripts.com\n" exit fi } diff --git a/ct/homeassistant.sh b/ct/homeassistant.sh index 3f2c63ed..425f1f2d 100644 --- a/ct/homeassistant.sh +++ b/ct/homeassistant.sh @@ -105,7 +105,7 @@ function update_script() { curl -fsSL https://github.com/filebrowser/filebrowser/releases/download/v2.23.0/linux-amd64-filebrowser.tar.gz | tar -xzv -C /usr/local/bin &>/dev/null filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config set -a '0.0.0.0' &>/dev/null - filebrowser users add admin changeme --perm.admin &>/dev/null + filebrowser users add admin helper-scripts.com --perm.admin &>/dev/null msg_ok "Installed FileBrowser" msg_info "Creating Service" @@ -125,7 +125,7 @@ WantedBy=default.target" >$service_path msg_ok "Completed Successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$IP:8080${CL} admin|changeme\n" + ${BL}http://$IP:8080${CL} admin|helper-scripts.com\n" exit fi } diff --git a/ct/podman-homeassistant.sh b/ct/podman-homeassistant.sh index 1f02fe7f..779ea1cc 100644 --- a/ct/podman-homeassistant.sh +++ b/ct/podman-homeassistant.sh @@ -102,7 +102,7 @@ if [ "$UPD" == "3" ]; then curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash &>/dev/null filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config set -a '0.0.0.0' &>/dev/null - filebrowser users add admin changeme --perm.admin &>/dev/null + filebrowser users add admin helper-scripts.com --perm.admin &>/dev/null msg_ok "Installed FileBrowser" msg_info "Creating Service" @@ -122,7 +122,7 @@ if [ "$UPD" == "3" ]; then msg_ok "Completed Successfully!\n" echo -e "FileBrowser should be reachable by going to the following URL. - ${BL}http://$IP:8080${CL} admin|changeme\n" + ${BL}http://$IP:8080${CL} admin|helper-scripts.com\n" exit fi if [ "$UPD" == "4" ]; then diff --git a/install/photoprism-install.sh b/install/photoprism-install.sh index 8e0df7ab..e88d1661 100644 --- a/install/photoprism-install.sh +++ b/install/photoprism-install.sh @@ -43,7 +43,7 @@ fi ldconfig cat </opt/photoprism/config/.env PHOTOPRISM_AUTH_MODE='password' -PHOTOPRISM_ADMIN_PASSWORD='changeme' +PHOTOPRISM_ADMIN_PASSWORD='helper-scripts.com' PHOTOPRISM_HTTP_HOST='0.0.0.0' PHOTOPRISM_HTTP_PORT='2342' PHOTOPRISM_SITE_CAPTION='https://tteck.github.io/Proxmox/' diff --git a/misc/filebrowser.sh b/misc/filebrowser.sh index c4cc0e8d..f831ccce 100644 --- a/misc/filebrowser.sh +++ b/misc/filebrowser.sh @@ -78,7 +78,7 @@ if [[ "${prompt,,}" =~ ^(y|yes)$ ]]; then else filebrowser config init -a '0.0.0.0' &>/dev/null filebrowser config set -a '0.0.0.0' &>/dev/null - filebrowser users add admin changeme --perm.admin &>/dev/null + filebrowser users add admin helper-scripts.com --perm.admin &>/dev/null fi msg_ok "Installed ${APP} on $hostname"