From 5c2793383a0d6d89c92078e182a70f3283308e78 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sat, 27 Sep 2025 13:04:51 +0200 Subject: [PATCH] Update MyIP --- frontend/public/json/myip.json | 35 ++++++++++++++++++++++++++++++++++ install/myip-install.sh | 1 + 2 files changed, 36 insertions(+) create mode 100644 frontend/public/json/myip.json diff --git a/frontend/public/json/myip.json b/frontend/public/json/myip.json new file mode 100644 index 00000000..a8cbda5d --- /dev/null +++ b/frontend/public/json/myip.json @@ -0,0 +1,35 @@ +{ + "name": "MyIP", + "slug": "myip", + "categories": [ + 4 + ], + "date_created": "2025-07-02", + "type": "ct", + "updateable": true, + "privileged": false, + "config_path": "/opt/myip/.env", + "interface_port": 18966, + "documentation": "https://github.com/jason5ng32/MyIP#-environment-variable", + "website": "https://ipcheck.ing/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/MyIP.svg", + "description": "The best IP Toolbox. Easy to check what's your IPs, IP geolocation, check for DNS leaks, examine WebRTC connections, speed test, ping test, MTR test, check website availability, whois search and more!", + "install_methods": [ + { + "type": "default", + "script": "ct/myip.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 2, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +} diff --git a/install/myip-install.sh b/install/myip-install.sh index 5a32f844..019e399c 100644 --- a/install/myip-install.sh +++ b/install/myip-install.sh @@ -50,4 +50,5 @@ customize msg_info "Cleaning up" $STD apt-get -y autoremove $STD apt-get -y autoclean +$STD apt -y clean msg_ok "Cleaned"