mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
@@ -0,0 +1,17 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 7070
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "/home/yarr"
|
||||
edit: true
|
||||
envKey: YARR_ROOT_PATH
|
||||
labelEn: Root Path
|
||||
labelZh: 数据持久化 根路径
|
||||
required: true
|
||||
type: text
|
||||
@@ -0,0 +1,19 @@
|
||||
version: "3.8"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
bark:
|
||||
image: qyg2297248353/yarr:v2.4.0
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:7070
|
||||
volumes:
|
||||
- ${YARR_ROOT_PATH}/data:/data
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f .env ]]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo ".env not found."
|
||||
fi
|
||||
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [[ -f .env ]]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo ".env not found."
|
||||
fi
|
||||
@@ -0,0 +1,5 @@
|
||||
# Yarr
|
||||
|
||||
yarr 是一个基于 Web 的提要聚合器,它既可以用作桌面应用程序,也可以用作个人自托管服务器。
|
||||
|
||||
该应用程序是带有嵌入式数据库(SQLite)的单个二进制文件。
|
||||
@@ -0,0 +1,20 @@
|
||||
name: Yarr
|
||||
tags:
|
||||
- 实用工具
|
||||
title: Rss 阅读器
|
||||
type: 实用工具
|
||||
description: Rss 阅读器
|
||||
additionalProperties:
|
||||
key: yarr
|
||||
name: Yarr
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: Rss 阅读器
|
||||
shortDescEn: Rss Reader
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 0
|
||||
website: https://github.com/nkanaev/yarr/
|
||||
github: https://github.com/nkanaev/yarr
|
||||
document: https://github.com/nkanaev/yarr/
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Reference in New Issue
Block a user