From 44ca18bef442ea8f6b0793d5bcafad47c4814aaa Mon Sep 17 00:00:00 2001 From: tremor021 Date: Tue, 17 Jun 2025 11:21:13 +0200 Subject: [PATCH 1/2] Update planka --- ct/planka.sh | 2 +- install/planka-install.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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" From 437ad144ecc33a5b44a97355cfda3c3539cc1a26 Mon Sep 17 00:00:00 2001 From: "app-header-generator[bot]" <194485257+app-header-generator[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 09:21:44 +0000 Subject: [PATCH 2/2] Update .app files (#580) Co-authored-by: GitHub Actions --- tools/headers/filebrowser_quantum | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tools/headers/filebrowser_quantum 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 @@ + _______ __ ____ + / ____(_) /__ / __ )_________ _ __________ _____ + / /_ / / / _ \/ __ / ___/ __ \ | /| / / ___/ _ \/ ___/ + / __/ / / / __/ /_/ / / / /_/ / |/ |/ (__ ) __/ / +/_/ /_/_/\___/_____/_/ \____/|__/|__/____/\___/_/ +