feat: 新增 FreshRSS (#1923)

This commit is contained in:
wanghe 2024-08-13 14:39:42 +08:00 committed by GitHub
parent b312d8b424
commit 69a419216a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,16 @@
additionalProperties:
formFields:
- default: 8080
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: HTTP 端口
required: true
rule: paramPort
type: number
- default: Asia/Shanghai
edit: true
envKey: TIME_ZONE
labelEn: Time zone
labelZh: 时区
required: true
type: text

View File

@ -0,0 +1,20 @@
services:
freshrss:
image: linuxserver/freshrss:1.24.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:80
volumes:
- ./data:/config
environment:
- PUID=1000
- PGID=1000
- TZ=${TIME_ZONE}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

12
apps/freshrss/README.md Normal file
View File

@ -0,0 +1,12 @@
# FreshRSS
**FreshRSS** 是一个自托管的RSS和 Atom 源聚合器。
它轻量级、易于使用、功能强大且可自定义。
## 主要功能:
- **开源且自托管**FreshRSS 是一个开源的 RSS 阅读器,你可以在自己的服务器上托管,完全控制数据和隐私。
- **轻量且高效**:设计上注重性能和效率,能够在较低资源消耗的情况下处理大量的 RSS 订阅源。
- **响应式设计**:提供响应式的用户界面,支持在桌面和移动设备上访问,确保良好的用户体验。
- **多用户支持**:允许多个用户在同一个实例中使用,每个用户可以有自己的订阅源和阅读状态。
- **灵活的插件系统**:支持通过插件扩展功能,可以安装和使用社区提供的各种插件,增强 RSS 阅读器的功能。

19
apps/freshrss/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: FreshRSS
tags:
- 实用工具
title: 自托管的 RSS 和 Atom 源聚合器
description: 自托管的 RSS 和 Atom 源聚合器
additionalProperties:
key: freshrss
name: FreshRSS
tags:
- Tool
shortDescZh: 自托管的 RSS 和 Atom 源聚合器
shortDescEn: A self-hosted RSS and Atom feed aggregator
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://freshrss.org/
github: https://github.com/FreshRSS/FreshRSS
document: https://freshrss.github.io/FreshRSS/

BIN
apps/freshrss/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB