Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2024-11-28 09:57:19 +00:00
parent 373a561487
commit 275d5be658
1857 changed files with 56700 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 端口 [必填]
PANEL_APP_PORT_HTTP=7070
# 数据持久化 根路径 [必填]
YARR_ROOT_PATH=/home/yarr
+17
View File
@@ -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
+16
View File
@@ -0,0 +1,16 @@
networks:
1panel-network:
external: true
services:
bark:
container_name: yarr
image: qyg2297248353/yarr:v2.4.0
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:7070
restart: always
volumes:
- ${YARR_ROOT_PATH}/data:/data
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [[ -f .env ]]; then
source .env
echo "Check Finish."
else
echo ".env not found."
fi
+10
View File
@@ -0,0 +1,10 @@
#!/bin/bash
if [[ -f .env ]]; then
source .env
echo "Check Finish."
else
echo ".env not found."
fi
+16
View File
@@ -0,0 +1,16 @@
# Yarr
yarr 是一个基于 Web 的提要聚合器,它既可以用作桌面应用程序,也可以用作个人自托管服务器。
该应用程序是带有嵌入式数据库(SQLite)的单个二进制文件。
![](https://img.shields.io/badge/%E6%96%B0%E7%96%86%E8%90%8C%E6%A3%AE%E8%BD%AF%E4%BB%B6%E5%BC%80%E5%8F%91%E5%B7%A5%E4%BD%9C%E5%AE%A4-%E6%8F%90%E4%BE%9B%E6%8A%80%E6%9C%AF%E6%94%AF%E6%8C%81-blue)
## 应用说明
RSS 订阅 Web 应用程序,用于聚合您的订阅源。
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
+14
View File
@@ -0,0 +1,14 @@
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