Skip to content

goofansu/miniflux-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

miniflux-fly

Miniflux self-hosted on Fly.

Install

Configure the Fly app

Edit the fly.toml file and adjust the app and BASE_URL values to match your environment.

Create login credential for Miniflux

fly secrets set ADMIN_USERNAME='<username>'
fly secrets set ADMIN_PASSWORD='<password>'

Create database

fly postgres create
fly postgres attach <postgres-app>

Deploy

fly deploy

About

Miniflux self-hosted on fly.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published