mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 11:20:43 +02:00
App Submission: Freshrss (#700)
This commit is contained in:
parent
d10f1e555c
commit
0b8898f903
0
freshrss/data/.gitkeep
Normal file
0
freshrss/data/.gitkeep
Normal file
16
freshrss/docker-compose.yml
Normal file
16
freshrss/docker-compose.yml
Normal 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
40
freshrss/umbrel-app.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user