From a89e3cbe656e3b884f0df3ea55de3630a8e58f0f Mon Sep 17 00:00:00 2001 From: Rodion Goritskov Date: Sat, 28 Dec 2024 22:41:55 +0100 Subject: gnu: Add miniflux-service-type. * gnu/services/feed.scm (miniflux-service-type): New variable. * gnu/tests/feed.scm (%test-miniflux): Add test. Change-Id: I4a336e677ec8b46aed632f0ded9cc11c2d38975f --- doc/guix.texi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 0015d739bb..eea1b5342f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -413,6 +413,7 @@ Services * Kerberos Services:: Kerberos services. * LDAP Services:: LDAP services. * Web Services:: Web servers. +* Feed Services:: RSS/Atom feed readers. * Certificate Services:: TLS certificates via Let's Encrypt. * DNS Services:: DNS daemons. * VNC Services:: VNC daemons. @@ -33579,6 +33580,23 @@ The file which should store the logging output of Agate. @end table @end deftp +@node Feed Services +@subsection Feed Services + +@subsubheading Miniflux + +@cindex miniflux +The @uref{https://miniflux.app/, Miniflux} is a minimalist feed reader with the web interface. + +@defvar miniflux-service-type +This is the type of the Miniflux service. + +@end defvar + +@deftp {Data Type} miniflux-configuration +Data type representing the configuration of Miniflux. +@end deftp + @node Certificate Services @subsection Certificate Services -- cgit v1.2.3