GithubHelp home page GithubHelp logo

koalarong / moe-counter-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from journey-ad/moe-counter

0.0 1.0 1.0 166 KB

多种风格可选的萌萌计数器

Home Page: https://count.getloli.com/

License: MIT License

JavaScript 54.79% CSS 0.65% Pug 39.66% Dockerfile 4.90%

moe-counter-docker's Introduction

Moe-counter

多种风格可选的萌萌计数器,源项目地址journey-ad/Moe-counter,本项目进行了Docker化,技术不佳,请见谅。

Moe-counter

More theme
asoul

asoul

moebooru

moebooru

rule34

Rule34

gelbooru

Gelbooru

Demo

https://count.koalarong.com

Usage

Compose示例

 moe-counter:
    image: koalarong/moe-counter:latest
    #ports:
      #- "3000:3000"
    restart: always
    container_name: docker-moe-counter
    networks:
      - webapp
    volumes:
      - ../data/moe-counter/count.db:/usr/local/src/Moe-counter/count.db
#使用sqlite请将count.db文件放置于宿主机,挂载于容器中,以防止容器重建时丢失数据

Nginx反代示例

location /get/ {
        proxy_pass http://docker-moe-counter:3000/get/;
        proxy_set_header Host $host:$server_port;
  }

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.