diff options
author | Rodion Goritskov <rodion.goritskov@gmail.com> | 2024-12-28 22:41:55 +0100 |
---|---|---|
committer | Rodion Goritskov <rodion.goritskov@gmail.com> | 2025-01-16 23:53:59 +0100 |
commit | a89e3cbe656e3b884f0df3ea55de3630a8e58f0f (patch) | |
tree | 4b2a5b244e20f6352d26e6e9d33ee658e71e87b6 /doc | |
parent | a42d57a935009e4dd9b9e9464458540def2cb576 (diff) |
gnu: Add miniflux-service-type.add-miniflux-service
* gnu/services/feed.scm (miniflux-service-type): New variable.
* gnu/tests/feed.scm (%test-miniflux): Add test.
Change-Id: I4a336e677ec8b46aed632f0ded9cc11c2d38975f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 18 |
1 files changed, 18 insertions, 0 deletions
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 |