feat:添加dailyhot-web到列表(感谢网友包子叔的投稿)

This commit is contained in:
okxlin 2023-09-04 01:45:14 +08:00
parent fca27d2854
commit c52515cb87
6 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,5 @@
## DailyHot Web
- 需要配合 `今日热榜 DailyHot API` 一起使用
- 修改刚刚搭建的`api`地址以及备案号,访问`ip:端口`即可看到热榜

View File

@ -0,0 +1,20 @@
name: 今日热榜 DailyHot Web
tags:
- 工具
title: 一个聚合了中文热门站点数据的项目(前端)
type: 工具
description: 一个聚合了中文热门站点数据的项目(前端)
additionalProperties:
key: dailyhot-web
name: 今日热榜 DailyHot Web
tags:
- Tool
shortDescZh: 一个聚合了中文热门站点数据的项目(前端)
shortDescEn: A project that aggregates data for Chinese popular sites (web)
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://hot.imsyy.top
github: https://github.com/imsyy/DailyHot
document: https://github.com/imsyy/DailyHot

View File

@ -0,0 +1,4 @@
CONTAINER_NAME="dailyhot-web"
PANEL_APP_PORT_HTTP="40142"
API_URL="https://hot-api.bbit.fun"
ICP_TEXT="没有备案这里填写备案ICP"

View File

@ -0,0 +1,24 @@
additionalProperties:
formFields:
- default: 40142
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "https://hot-api.bbit.fun"
edit: true
envKey: API_URL
labelEn: API interface address (please build your own)
labelZh: API接口地址 (请自行搭建)
required: true
type: text
- default: "没有备案这里填写备案ICP"
edit: true
envKey: ICP_TEXT
labelEn: ICP address
labelZh: ICP地址 (自行填写)
required: true
type: text

View File

@ -0,0 +1,19 @@
version: '3'
services:
dailyhot-web:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:80"
environment:
- "API=${API_URL}"
- "ICP=${ICP_TEXT}"
image: liwangsheng/dailyhot-web:latest
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/dailyhot-web/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB