[新服务] ipcheck 完全开源的 IP 信息查看器,可以查询本机 IP、查询任意 IP、查询国内外网站可用性

date
Nov 28, 2023
slug
newservice-ipcheck
status
Published
summary
新服务-
tags
service
type
Post
notion image

Summary

    export DOCKER_PROJ=ipcheck
    export DOCKER_PROJ_DOMAIN=$DOCKER_PROJ.xxx.xxx
    
    mkdir -p /data/$DOCKER_PROJ; cd /data/$DOCKER_PROJ
    git clone https://github.com/jason5ng32/MyIP ipcheck
    
    cat > docker-compose.yml <<EOF
    version: '3'
    services:
      ipcheck:
        image: nginx:alpine
        container_name: ipcheck
        volumes:
          - ./ipcheck:/usr/share/nginx/html
            #    ports:
            #- "80:80"
    networks:
      default:
        name: npm_nginx_proxy_manager-network
        external: true
    EOF
    

    步骤

    notion image
    notion image
     

    Bing Map API

     
    notion image
    notion image
    notion image

    #2

    验证


    © Ying Bun 2021 - 2024