diff --git a/ct/planka.sh b/ct/planka.sh index da3f88f8..caaa839e 100644 --- a/ct/planka.sh +++ b/ct/planka.sh @@ -55,4 +55,4 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:1337${CL}" diff --git a/install/planka-install.sh b/install/planka-install.sh index e0a9695d..c7c8786e 100644 --- a/install/planka-install.sh +++ b/install/planka-install.sh @@ -44,13 +44,13 @@ fetch_and_deploy_gh_release "planka" "plankanban/planka" "prebuild" "latest" "/o msg_info "Setup planka" LOCAL_IP=$(hostname -I | awk '{print $1}') +SECRET_KEY=$(openssl rand -hex 64) cd /opt/planka/planka $STD npm install cp .env.sample .env -SECRET_KEY=$(openssl rand -hex 64) -sed -i "s#http://localhost:1337#http://$LOCAL_IP:8080#g" /opt/planka/planka/.env +sed -i "s#http://localhost:1337#http://$LOCAL_IP:1337#g" /opt/planka/planka/.env sed -i "s#postgres@localhost#planka:$DB_PASS@localhost#g" /opt/planka/planka/.env -sed -i "s#notsecretkey#${SECRET_KEY}#g" /opt/planka/planka/.env +sed -i "s#notsecretkey#$SECRET_KEY#g" /opt/planka/planka/.env $STD npm run db:init msg_ok "Installed planka" diff --git a/tools/headers/filebrowser_quantum b/tools/headers/filebrowser_quantum new file mode 100644 index 00000000..1f4b71a1 --- /dev/null +++ b/tools/headers/filebrowser_quantum @@ -0,0 +1,6 @@ + _______ __ ____ + / ____(_) /__ / __ )_________ _ __________ _____ + / /_ / / / _ \/ __ / ___/ __ \ | /| / / ___/ _ \/ ___/ + / __/ / / / __/ /_/ / / / /_/ / |/ |/ (__ ) __/ / +/_/ /_/_/\___/_____/_/ \____/|__/|__/____/\___/_/ +