App Submission: Freshrss (#700)

This commit is contained in:
Pranshu Agrawal 2023-08-17 00:23:21 +05:30 committed by GitHub
parent d10f1e555c
commit 0b8898f903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 56 additions and 0 deletions

0
freshrss/data/.gitkeep Normal file
View File

View File

@ -0,0 +1,16 @@
version: "3.7"
services:
app_proxy:
environment:
APP_HOST: freshrss_server_1
APP_PORT: 80
server:
image: linuxserver/freshrss:1.21.0@sha256:de37e3f8f79c8c0fa00368784baa14d183385e34d168c1749dc69adcde6e45ec
restart: on-failure
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data:/config

40
freshrss/umbrel-app.yml Normal file
View File

@ -0,0 +1,40 @@
manifestVersion: 1
id: freshrss
category: social
name: Freshrss
version: "1.21.0"
tagline: A free, self-hostable aggregator for rss feeds
description: >-
FreshRSS is an RSS aggregator and reader. It enables you to seamlessly read and follow content from multiple websites at
a glance without the need to browse from one website to another.
FreshRSS has a lot of features including:
- RSS and Atom aggregation
- Mark article as favorite if you liked it or if you want to read it later
- Filter and search functionality helps to easily find articles
- Statistics to show you the publishing frequency all the websites you follow
- Import/export of your feeds into OPML format (more information)
- and more!
releaseNotes: ""
developer: FreshRSS Org
website: https://freshrss.org/
dependencies: []
repo: https://github.com/FreshRSS/FreshRSS
support: https://github.com/FreshRSS/FreshRSS/issues
port: 3432
gallery:
- 1.jpg
- 2.jpg
- 3.jpg
path: ""
deterministicPassword: false
torOnly: false
submitter: Pranshu Agrawal
submission: https://github.com/getumbrel/umbrel-apps/pull/700