Awesome
docker-miniflux-postgresql
docker of miniflux RSS Reader with PostgreSQL in docker-compose
Highlights
This docker-compose add chinese fulltext search support.
But it do well in English or any other space splitted language.
Usage
-
change the environment variable in
docker-compose.yml
as you need -
run
docker-compose up -d
enjoy it
Notice
It is currently using my fork of miniflux
Most of the features under the hood has workaround or solution now. I switch it to the offical branch.
You can find the old docker-compose file in docker-compose.legacy.yml
~~It has these features haven't been merged to miniflux master ~~
Regex filter for entry title and contentMiniflux has filter rules now.Configuratble request timeout for slow network by settingREQUEST_MAX_TIMEOUT
envMercury parser API supportReadability working goodfont-src header for stylusYou can change the header in a reverse proxy. A caddyfile config down below
rss.fengkx.top {
encode zstd gzip
reverse_proxy 127.0.0.1:1541
header -content-security-policy
header "content-security-policy" "default-src 'self'; img-src * data:; media-src *; frame-src *; font-src *;"
}