The net/miniflux port
miniflux-2.2.10 – atom/rss feed reader web application (cvsweb github mirror)
Description
Miniflux is a minimalist and opinionated feed reader. For a list of features see: https://miniflux.app/features.htmlNo homepage
Readme
+----------------------------------------------------------------------- | Running ${PKGSTEM} on OpenBSD +----------------------------------------------------------------------- Initial Setup ============= The database server will need to have the hstore extension. This means installing postgresql-contrib on OpenBSD. Configure ${SYSCONFDIR}/miniflux.conf to your liking. Create a user and database as defined in ${SYSCONFDIR}/miniflux.conf: # su - _postgresql Create a database user for Miniflux $ createuser -U postgres -P miniflux Create a database for miniflux that belongs to our user $ createdb -U postgres -O miniflux miniflux Create the extension hstore as superuser $ psql -U postgres miniflux -c 'create extension hstore' CREATE EXTENSION Run the database migrations. # su -s/bin/sh - _miniflux $ miniflux -c /etc/miniflux.conf -migrate Create the initial admin account. $ miniflux -c /etc/miniflux.conf -create-admin Miniflux is now ready to be started via rcctl.
Maintainer
Igor Zornik
Only for arches
aarch64 amd64 arm i386 riscv64