1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

System-V init service.

This commit is contained in:
Marcus Rohrmoser 2022-06-14 10:08:10 +02:00 committed by Frédéric Guillot
parent fc4bfb2dc1
commit 69dca2b619
3 changed files with 140 additions and 0 deletions

View file

@ -0,0 +1,6 @@
# sourced by /etc/init.d/miniflux
# see cluster port in pg_lsclusters and ls -Al /var/run/postgresql/
export DATABASE_URL='host=/var/run/postgresql/ port=5433 user=miniflux password=<my secrect db password> dbname=miniflux sslmode=disable'
export LISTEN_ADDR='127.0.0.1:8081'
export BASE_URL='https://<my miniflux domain> and path/'