weimeng / download-ui

A simple web service to download files using gallery-dl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download UI

A simple web service to download files using gallery-dl.

Get started

Coming soon.

Development

Python environment setup:

py -m venv .venv
.venv/Scripts/activate
pip install flask

Node environment setup:

npm install

Start development server:

flask --app download-ui run --debug

Start Tailwind CSS compiler:

npx tailwindcss -i ./tailwind.css -o ./download-ui/static/css/tailwind.css --watch
Note

download-ui/static/css/tailwind.css is committed into the repo to avoid including node.js in the build toolchain.

About

A simple web service to download files using gallery-dl.


Languages

Language:CSS 83.4%Language:Python 8.4%Language:HTML 6.0%Language:Dockerfile 1.1%Language:JavaScript 1.1%