Skip to content

FrogLu/msys2-web

 
 

Repository files navigation

MSYS2 Web Interface

A simple web interface for browsing the MSYS2 repos.

https://ci.appveyor.com/api/projects/status/530781jtycsjpy6s/branch/master?svg=true https://travis-ci.org/msys2/msys2-web.svg?branch=master

Rebuild CSS/JS (optional):

npm install
npm run build

Run for Development:

pip3 install --user flask requests
python3 main.py --cache --debug

Run for Production:

# See the Dockerfile

Webhook Config Environment Variables:

GITHUB_WEBHOOK_SECRET=
APPVEYOR_ACCOUNT=
APPVEYOR_PROJECT=
APPVEYOR_TOKEN=

Packages

No packages published

Languages

  • Python 64.5%
  • HTML 32.1%
  • Makefile 1.0%
  • JavaScript 0.8%
  • CSS 0.7%
  • Shell 0.6%
  • Dockerfile 0.3%