Merge branch 'main' into demo
@ -5,7 +5,7 @@ WORKDIR /app
|
||||
|
||||
# 安装依赖
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends nginx
|
||||
RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi
|
||||
RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi schedule
|
||||
|
||||
# 复制应用代码
|
||||
COPY . /app
|
||||
|
||||
26
README.md
@ -1,3 +1,7 @@
|
||||
<div align="center">
|
||||
<img src="web\imgs\logo_opaque.png" alt="FTP Web Client Logo">
|
||||
</div>
|
||||
|
||||
# AvHub - Adult Video Resource Management Platform
|
||||
|
||||
**AvHub** is a web platform dedicated to the retrieval and management of adult video resources.
|
||||
@ -22,6 +26,8 @@ Vercel Page: https://avhub.vercel.app/
|
||||
|
||||
[](https://star-history.com/#levywang/avhub&Date)
|
||||
|
||||
[English](README.md) | [简体中文](README_CN.md)
|
||||
|
||||
---
|
||||
|
||||
### **Core Features**
|
||||
@ -64,20 +70,20 @@ docker run -d -p <your_server_port>:80 -v $PWD:/app --name avhub levywang/avhub:
|
||||
---
|
||||
|
||||
### **Technology Stack**
|
||||
• **Frontend**:
|
||||
• Built with **Tailwind CSS** for a modern, responsive interface.
|
||||
• Integrated with **hls.js** for smooth video playback.
|
||||
• **Backend**:
|
||||
• Developed using **FastAPI**, a Python framework, to provide efficient and stable API services.
|
||||
• **Privacy Protection**:
|
||||
• Strictly adheres to privacy principles and does not directly host any resource files. All data is retrieved through third-party links.
|
||||
- **Frontend**:
|
||||
- Built with **Tailwind CSS** for a modern, responsive interface.
|
||||
- Integrated with **hls.js** for smooth video playback.
|
||||
- **Backend**:
|
||||
- Developed using **FastAPI**, a Python framework, to provide efficient and stable API services.
|
||||
- **Privacy Protection**:
|
||||
- Strictly adheres to privacy principles and does not directly host any resource files. All data is retrieved through third-party links.
|
||||
|
||||
---
|
||||
|
||||
### **Data Sources**
|
||||
• **Magnet Links and Cover Images**: Sourced from **missav**.
|
||||
• **Hentai Resources**: Sourced from **hacg liuli**.
|
||||
• **Random Video Recommendations**: Sourced from crawled data stored in the local file `/data/video_urls.txt`.
|
||||
- **Magnet Links and Cover Images**: Sourced from **missav**.
|
||||
- **Hentai Resources**: Sourced from **hacg liuli**.
|
||||
- **Random Video Recommendations**: Sourced from crawled data stored in the local file `/data/video_urls.txt`.
|
||||
|
||||
The above data sources are configured in `data/config.yaml`. If the data sources change or become inaccessible, modifications and maintenance are required.
|
||||
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
<div align="center">
|
||||
<img src="web\imgs\logo_opaque.png" alt="FTP Web Client Logo">
|
||||
</div>
|
||||
|
||||
# AvHub - 成人影视资源管理平台
|
||||
|
||||
**AvHub** 是一款专注成人影视资源检索与管理的Web平台
|
||||
@ -21,7 +25,9 @@ Vercel Page: https://avhub.vercel.app/
|
||||
|
||||
## Star History
|
||||
|
||||
[](https://star-history.com/#levywang/avhub&Date)
|
||||
[](https://star-history.com/#levywang/avhub&Date)
|
||||
|
||||
[English](README.md) | [简体中文](README_CN.md)
|
||||
|
||||
---
|
||||
|
||||
|
||||
BIN
web/imgs/avhub_screenshot_cn_01.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
web/imgs/avhub_screenshot_cn_02.png
Normal file
|
After Width: | Height: | Size: 190 KiB |
BIN
web/imgs/avhub_screenshot_cn_03.png
Normal file
|
After Width: | Height: | Size: 87 KiB |
BIN
web/imgs/avhub_screenshot_en_01.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
web/imgs/avhub_screenshot_en_02.png
Normal file
|
After Width: | Height: | Size: 197 KiB |
BIN
web/imgs/avhub_screenshot_en_03.png
Normal file
|
After Width: | Height: | Size: 93 KiB |
BIN
web/imgs/favicon.ico
Normal file
|
After Width: | Height: | Size: 1.1 KiB |
BIN
web/imgs/logo.png
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
web/imgs/logo_opaque.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |