aboutsummaryrefslogtreecommitdiffstats
path: root/www-apps/miniflux/files/miniflux.conf
diff options
context:
space:
mode:
authorWolfgang Müller2024-10-26 11:28:05 +0200
committerWolfgang Müller2024-10-26 11:28:05 +0200
commit4ccd28754d6b7a553f61837968d3d6ebef87b574 (patch)
tree9446a0a1cd99ecf1ead500317ab885f7182ab003 /www-apps/miniflux/files/miniflux.conf
parent52676f78f098137f61a384cd91a93a6739845b9c (diff)
downloadpramantha-4ccd28754d6b7a553f61837968d3d6ebef87b574.tar.gz
www-apps/miniflux: new package, add 2.2.1
Diffstat (limited to '')
-rw-r--r--www-apps/miniflux/files/miniflux.conf22
-rw-r--r--www-apps/miniflux/files/miniflux.confd6
2 files changed, 28 insertions, 0 deletions
diff --git a/www-apps/miniflux/files/miniflux.conf b/www-apps/miniflux/files/miniflux.conf
new file mode 100644
index 0000000..7a2b217
--- /dev/null
+++ b/www-apps/miniflux/files/miniflux.conf
@@ -0,0 +1,22 @@
+# This is a sample configuration file with the most commonly used options needed
+# to get started. For a complete list of available options, see the miniflux (1)
+# man page or visit https://miniflux.app/docs/configuration.html
+
+# Toggle debug mode (increase log level).
+#DEBUG=off
+
+# Postgresql connection parameters.
+# See https://pkg.go.dev/github.com/lib/pq#hdr-Connection_String_Parameters
+# for more details.
+#DATABASE_URL=user=postgres password=postgres dbname=miniflux2 sslmode=disable
+
+# Address to listen on. Use absolute path for a Unix socket.
+#LISTEN_ADDR=127.0.0.1:8080
+
+# Override LISTEN_ADDR to 0.0.0.0:$PORT (Automatic configuration for PaaS).
+# Default is empty.
+#PORT=
+
+# Base URL to generate HTML links and base path for cookies.
+# Default is http://localhost/.
+#BASE_URL=http://localhost/
diff --git a/www-apps/miniflux/files/miniflux.confd b/www-apps/miniflux/files/miniflux.confd
new file mode 100644
index 0000000..2448e50
--- /dev/null
+++ b/www-apps/miniflux/files/miniflux.confd
@@ -0,0 +1,6 @@
+# User and group miniflux server should run as
+MINIFLUX_USER=miniflux
+MINIFLUX_GROUP=nobody
+
+# Config file the miniflux server should use
+MINIFLUX_CONF=/etc/miniflux.conf