-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
name: myip | ||
services: | ||
myip: | ||
container_name: myip | ||
image: jason5ng32/myip:latest | ||
restart: unless-stopped | ||
ports: | ||
- target: 18966 | ||
published: "18966" | ||
protocol: tcp | ||
deploy: | ||
resources: | ||
reservations: | ||
memory: 128M | ||
x-casaos: | ||
architectures: | ||
- arm64 | ||
- amd64 | ||
main: myip | ||
author: Cp0204 | ||
category: Utilities | ||
description: | ||
en_us: 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! | ||
zh_cn: 可能是最好用的IP工具箱。轻松检查你的 IP,IP 地理位置,检查DNS泄漏,检查 WebRTC 连接,速度测试,ping 测试,MTR测试,检查网站可用性,查询 Whois 信息等等。 | ||
developer: jason5ng32 | ||
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/myip/icon.webp | ||
# screenshot_link: | ||
# - https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/myip/screenshot-1.png | ||
# - https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/myip/screenshot-2.png | ||
# - https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/myip/screenshot-3.png | ||
tagline: | ||
en_us: A Better IP Toolbox | ||
zh_cn: 更好的IP工具箱 | ||
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/myip/thumbnail.png | ||
title: | ||
en_us: MyIP | ||
zh_cn: IP工具箱 | ||
index: / | ||
port_map: "18966" |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters