Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 604 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 604 Bytes

miniflux

An example of running a Miniflux RSS server on AWS with PostgreSQL and Pulumi.

Deploy

☝️ Click that button and follow the instructions to set one up for yourself!

All you'll need is an AWS account and these two standard AWS environment variables (so pulumi can deploy into AWS on your behalf):

export AWS_ACCESS_KEY_ID=[your-aws-key]
export AWS_SECRET_ACCESS_KEY=[your-aws-secret]

Have fun!