bundles/miniflux: proxy all images
All checks were successful
bundlewrap/pipeline/head This commit looks good
All checks were successful
bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
68b8cf28d3
commit
aad27851bb
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
|||
BASE_URL=https://${base_url}/
|
||||
BATCH_SIZE=100
|
||||
CLEANUP_ARCHIVE_READ_DAYS=-1
|
||||
CLEANUP_ARCHIVE_UNREAD_DAYS=-1
|
||||
DATABASE_URL="user=miniflux password=${dbpassword} dbname=miniflux sslmode=disable host=localhost"
|
||||
LISTEN_ADDR=127.0.0.1:22040
|
||||
POLLING_FREQUENCY=15
|
||||
BATCH_SIZE=100
|
||||
PROXY_IMAGES=all
|
||||
WORKER_POOL_SIZE=5
|
||||
BASE_URL=https://${base_url}/
|
||||
CLEANUP_ARCHIVE_UNREAD_DAYS=-1
|
||||
CLEANUP_ARCHIVE_READ_DAYS=-1
|
||||
|
|
Loading…
Reference in a new issue