From ada434223e71bdbfa0250822ff925e555e070691 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 14 May 2025 20:47:38 +0200 Subject: [PATCH] Update bitmagnet --- ct/bitmagnet.sh | 2 +- frontend/public/json/bitmagnet.json | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ct/bitmagnet.sh b/ct/bitmagnet.sh index 2967ddb..e6d5b08 100644 --- a/ct/bitmagnet.sh +++ b/ct/bitmagnet.sh @@ -96,4 +96,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}:3000${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3333${CL}" diff --git a/frontend/public/json/bitmagnet.json b/frontend/public/json/bitmagnet.json index 0f4f6f4..af12c77 100644 --- a/frontend/public/json/bitmagnet.json +++ b/frontend/public/json/bitmagnet.json @@ -8,7 +8,7 @@ "type": "ct", "updateable": true, "privileged": false, - "interface_port": 8080, + "interface_port": 3333, "documentation": "https://bitmagnet.io/setup.html", "website": "https://bitmagnet.io/", "logo": "https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/public/magnet.svg", @@ -17,13 +17,13 @@ "install_methods": [ { "type": "default", - "script": "ct/alpine-bitmagnet.sh", + "script": "ct/bitmagnet.sh", "resources": { "cpu": 1, - "ram": 256, - "hdd": 3, - "os": "alpine", - "version": "3.21" + "ram": 512, + "hdd": 4, + "os": "debian", + "version": "12" } }, {