Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit aa71e9a

Browse files
committed
add freshrss
1 parent 17889d5 commit aa71e9a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

apps/freshrss/app.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
citadel_version: 4
2+
metadata:
3+
name: freshrss
4+
category: networking
5+
icon: https://raw.githubusercontent.com/IMPranshu/svg-logo/main/logo.svg
6+
version: v1.21
7+
tagline: A free, self-hostable aggregator for rss feeds.
8+
description: FreshRSS is a self-hosted RSS and Atom feed aggregator.It is lightweight, easy to work with, powerful, and customizable.A Powerful Aggregator Syndication Follow websites, podcasts and video channels in a single place. Reader Read your articles directly in FreshRSS. Search Search and save queries for quick access. Web scraping Generate feeds by scraping external websites. Feeds generation Generate new feeds based on your filters. OPML Import and export your feeds with OPML. WebSub Stay connected to your feeds in real-time. Configurable Adapt to your needs thanks to a lot of options. Mobile Follow your feeds with or without a third-party application. Fast & efficient FreshRSS can manage 1M+ articles and 50k+ feeds without complaining. Themes & extensions Customize FreshRSS with themes and extensions. International FreshRSS is translated in more than 15 languages.
9+
developers:
10+
FreshRSS Org: https://freshrss.org/
11+
repo:
12+
Public: https://github.com/FreshRSS/FreshRSS
13+
support: https://github.com/FreshRSS/FreshRSS
14+
gallery:
15+
- https://github.com/getumbrel/umbrel-apps/assets/43396684/fb6a5be8-a44a-404c-ac93-ea280236352f
16+
- https://github.com/getumbrel/umbrel-apps/assets/43396684/b132d270-3a12-426f-bbc7-e2dfd5b80d86
17+
- https://github.com/getumbrel/umbrel-apps/assets/43396684/8e229d50-b6d4-419c-9ca0-18d4a33fd4f7
18+
- https://github.com/getumbrel/umbrel-apps/assets/43396684/f62240fe-449c-4518-9967-24d008f09d2f
19+
path: ""
20+
deterministicPassword: false
21+
torOnly: false
22+
services:
23+
main:
24+
image: linuxserver/freshrss:1.21.0@sha256:de37e3f8f79c8c0fa00368784baa14d183385e34d168c1749dc69adcde6e45ec
25+
restart: on-failure
26+
environment:
27+
TZ: Etc/UTC
28+
volumes:
29+
- data:/config
30+
port: 80

0 commit comments

Comments
 (0)