[Elfeed] Using FreshRSS again

This commit is contained in:
Marcel Kapfer 2022-02-12 22:55:21 +01:00
parent b4c15210ac
commit 16619a2f17
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 6 additions and 6 deletions

View File

@ -1791,13 +1791,13 @@ Source: [[https://github.com/fasheng/elfeed-protocol][GitHub: fasheng/elfeed-pro
:init
;; FreshRSS (self-hosted)
;; Disabled since I currently use Miniflux
;; (setq elfeed-feeds '(("fever+https://mmk2410@rss.mmk2410.org"
;; :api-url "https://rss.mmk2410.org/api/fever.php"
;; :use-authinfo t)))
;; Miniflux (self-hosted)
(setq elfeed-feeds '(("fever+https://mmk2410@miniflux.rss.mmk2410.org"
:api-url "https://miniflux.rss.mmk2410.org/fever/"
(setq elfeed-feeds '(("fever+https://mmk2410@rss.mmk2410.org"
:api-url "https://rss.mmk2410.org/api/fever.php"
:use-authinfo t)))
;; Miniflux (self-hosted)
;; (setq elfeed-feeds '(("fever+https://mmk2410@miniflux.rss.mmk2410.org"
;; :api-url "https://miniflux.rss.mmk2410.org/fever/"
;; :use-authinfo t)))
(elfeed-protocol-enable))
#+end_src