esc
Type to search the docs
Back to catalog

miniflux

Tested

Minimalist and opinionated feed reader

miniflux screenshot
Image: miniflux/miniflux:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: miniflux
description: "Minimalist and opinionated feed reader"
repository: https://github.com/miniflux/v2
logo: https://raw.githubusercontent.com/miniflux/v2/main/internal/ui/static/bin/icon-512.png

image: miniflux/miniflux:latest
provides:
  - protocol: http
    port: 8080
    exposed: true
requires:
  - type: postgres
    set_env:
      DATABASE_URL: $url
env:
  RUN_MIGRATIONS:
    default: "1"
    description: "Run database migrations on startup"
  CREATE_ADMIN:
    default: "1"
    description: "Create admin user on first run"
  ADMIN_USERNAME:
    default: "admin"
    description: "Admin username"
  ADMIN_PASSWORD:
    required: true
    sensitive: true
    description: "Admin password"
    generator: secret
health: /healthcheck
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Passing

Startup Time

12s

Total Disk

290 MB

Required Services

postgres

Learn More

Spec references for features used in this Launchfile.

Related Apps