Browse Source

App Submission: Freshrss (#700)

main
Pranshu Agrawal 1 year ago
committed by GitHub
parent
commit
0b8898f903
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      freshrss/data/.gitkeep
  2. 16
      freshrss/docker-compose.yml
  3. 40
      freshrss/umbrel-app.yml

0
freshrss/data/.gitkeep

16
freshrss/docker-compose.yml

@ -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

@ -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…
Cancel
Save