mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8050
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: API 端口
|
||||
labelEn: API port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
reader3-webview:
|
||||
image: hectorqin/remote-webview:3.2.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:8050
|
||||
env_file:
|
||||
- /etc/1panel/envs/global.env
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
@@ -0,0 +1,9 @@
|
||||
# 阅读3 Webview插件
|
||||
|
||||
阅读是一款提供网络文学搜索的工具,为广大网络文学爱好者提供一种方便、快捷舒适的试读体验。
|
||||
|
||||
<img height="256" src="https://file.lifebus.top/apps/reader3/logo.png" width="256"/>
|
||||
|
||||
## 应用说明
|
||||
|
||||
当前应用为 `阅读3` 的 Webview 插件,提供了一个简单的 Webview 容器,用于 `阅读3` 的订阅源书籍加载功能。
|
||||
@@ -0,0 +1,17 @@
|
||||
name: 阅读3 Webview插件
|
||||
title: 阅读3服务器版,不需要手机
|
||||
description: 阅读3服务器版,不需要手机
|
||||
additionalProperties:
|
||||
key: reader3-webview
|
||||
name: 阅读3 Webview插件
|
||||
tags:
|
||||
- WebSite
|
||||
- Local
|
||||
shortDescZh: 阅读3服务器版,不需要手机
|
||||
shortDescEn: Reader3 server version, no need for mobile phone
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://github.com/hectorqin/reader/
|
||||
github: https://github.com/hectorqin/reader/
|
||||
document: https://github.com/hectorqin/reader/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
Reference in New Issue
Block a user