Giter Site home page Giter Site logo

Comments (3)

xljiulang avatar xljiulang commented on September 16, 2024

FastGithub将自身伪装为Github,以欺骗浏览器来向他请求,所以github使用的端口,FastGithub也是监听相同的端口。

from fastgithub.

txl-glory avatar txl-glory commented on September 16, 2024

可以使用docker方式部署在内网虚拟机就行了,端口自己设置即可,还是比较方便的。

version: '3.3'
services:
  fastgithub:
    image: registry.cn-hangzhou.aliyuncs.com/txlhub/fastgithub:1.1.7
    container_name: fastgithub
    restart: always
    network_mode: 'bridge'
    ports:
      - 53:53
      - 81:80
      - 4443:443

from fastgithub.

xljiulang avatar xljiulang commented on September 16, 2024

@txl-glory docker部署,不能解决不占用主机80和443问题,如上映射为主机其它端口,在主机上是访问https://github.com时,浏览器实际请求到https://127.0.0.1:443

from fastgithub.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.