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"
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}"

View File

@ -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"
}
},
{