mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
feat: 新增 FreshRSS (#1923)
This commit is contained in:
parent
b312d8b424
commit
69a419216a
16
apps/freshrss/1.24.1/data.yml
Normal file
16
apps/freshrss/1.24.1/data.yml
Normal 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
|
20
apps/freshrss/1.24.1/docker-compose.yml
Normal file
20
apps/freshrss/1.24.1/docker-compose.yml
Normal 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
12
apps/freshrss/README.md
Normal file
@ -0,0 +1,12 @@
|
||||
# FreshRSS
|
||||
|
||||
**FreshRSS** 是一个自托管的RSS和 Atom 源聚合器。
|
||||
它轻量级、易于使用、功能强大且可自定义。
|
||||
|
||||
## 主要功能:
|
||||
|
||||
- **开源且自托管**:FreshRSS 是一个开源的 RSS 阅读器,你可以在自己的服务器上托管,完全控制数据和隐私。
|
||||
- **轻量且高效**:设计上注重性能和效率,能够在较低资源消耗的情况下处理大量的 RSS 订阅源。
|
||||
- **响应式设计**:提供响应式的用户界面,支持在桌面和移动设备上访问,确保良好的用户体验。
|
||||
- **多用户支持**:允许多个用户在同一个实例中使用,每个用户可以有自己的订阅源和阅读状态。
|
||||
- **灵活的插件系统**:支持通过插件扩展功能,可以安装和使用社区提供的各种插件,增强 RSS 阅读器的功能。
|
19
apps/freshrss/data.yml
Normal file
19
apps/freshrss/data.yml
Normal 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
BIN
apps/freshrss/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user