Update bitmagnet

This commit is contained in:
tremor021 2025-05-14 20:47:38 +02:00
parent 269d9f0528
commit ada434223e
2 changed files with 7 additions and 7 deletions

View File

@ -96,4 +96,4 @@ description
msg_ok "Completed Successfully!\n" msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${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}"

View File

@ -8,7 +8,7 @@
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 8080, "interface_port": 3333,
"documentation": "https://bitmagnet.io/setup.html", "documentation": "https://bitmagnet.io/setup.html",
"website": "https://bitmagnet.io/", "website": "https://bitmagnet.io/",
"logo": "https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/public/magnet.svg", "logo": "https://github.com/bitmagnet-io/bitmagnet/blob/main/webui/public/magnet.svg",
@ -17,13 +17,13 @@
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/alpine-bitmagnet.sh", "script": "ct/bitmagnet.sh",
"resources": { "resources": {
"cpu": 1, "cpu": 1,
"ram": 256, "ram": 512,
"hdd": 3, "hdd": 4,
"os": "alpine", "os": "debian",
"version": "3.21" "version": "12"
} }
}, },
{ {