On Sun, 29 Mar 2020 at 07:29:02 -0600, Aaron Bieber wrote: > Here is an updated version of miniflux (I had sent this a while back as well). > > I have been using this for some time now without issue. > > Homepage: https://miniflux.app/ > DESCR: > Miniflux is a minimalist and opinionated feed reader: > > - Written in Go (Golang) > - Works only with Postgresql > - Doesn't use any ORM > - Doesn't use any complicated framework > - Use only modern vanilla Javascript (ES6 and Fetch API) > - Single binary compiled statically without dependency > - The number of features is voluntarily limited > > OK to import? > > diff --git a/infrastructure/db/user.list b/infrastructure/db/user.list > index d473a565433..78a1f3d1f3b 100644 > --- a/infrastructure/db/user.list > +++ b/infrastructure/db/user.list > @@ -360,3 +360,4 @@ id user group port > 849 _synapse _synapse net/synapse > 850 _snare _snare devel/snare > 851 _whatsapp _whatsapp net/mautrix-whatsapp > +852 _miniflux _miniflux net/miniflux > > Cheers, > Aaron > -- > PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE
Here is an updated version that removes the klunkie ENV stuff (Thanks to Daniel Winters for pointing out that it wasn't needed!) https://github.com/jasperla/openbsd-wip/tree/master/net/miniflux -- PGP: 0x1F81112D62A9ADCE / 3586 3350 BFEA C101 DB1A 4AF0 1F81 112D 62A9 ADCE