Code Monkey home page Code Monkey logo

fqweb-server's Introduction

番茄Web节点池服务

使用

注意:请将下面所有命令中的fqweb_token修改为你自己设置的Token,这个Token可以用来执行一些管理员命令

python运行

git clone https://github.com/fengyuecanzhu/FQWeb-Server.git
# 切换进入项目目录
cd FQWeb-Server
# 安装python依赖
pip install -r requirements.txt
# 启动
python server.py fqweb_token

Docker运行

docker run -d --name=fqweb-server --restart=always -p 5000:5000 -v /data:/app/data -e TZ="Asia/Shanghai" -e FQWEB_TOKEN="fqweb_token" fengyuecanzhu/fqweb-server

Docker Compose

version: '3'
services:
  web:
    image: fengyuecanzhu/fqweb-server
    container_name: fqweb-server
    ports:
      - "5000:5000"
    environment:
      - TZ=Asia/Shanghai
      - FQWEB_TOKEN=fqweb_token
    volumes:
      - /data:/app/data  # 映射本地的/data目录到容器内的/app/data目录

书源订阅节点

https://jsonblob.com/api/jsonBlob/1162758983684841472

fqweb-server's People

Contributors

yanygm avatar

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.