Miniflux: Init

This commit is contained in:
Benoit 2025-02-14 20:47:50 +09:00
parent d3d04a3536
commit f925b71673
Signed by: Benoit
SSH key fingerprint: SHA256:kFsX94Kq6z/6CY0dX+7/FpAeJC0QlMhJVY+B7NYrOmA
2 changed files with 52 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# See https://miniflux.app/docs/configuration.html
RUN_MIGRATIONS=1
PROXY_IMAGES=all
DATABASE_URL=user=miniflux password=SED_PG_PASS dbname=miniflux
BASE_URL=http://localhost
LISTEN_ADDR=0.0.0.0:8080