Open emengweb opened 2 years ago
Solved! Add the "- AWS_S3_BUCKET_IMAGES=$MINIO_BUCKET" to docker-compose.yml file, and up -d it, the images files has been delete!
Why does my minio not have any pictures? Can your feedbin see the RSS icon?
If possible, would you please share your docker-comemage.yml and.env(you can modify the key parts)?
I couldn't display the icon of the subscription after deployment and couldn't import OPML properly through the website, which had been bothering me for a long time.
Thank you
RSS Icon still can not see anything
I use nginx proxy 9000 for docker-minio-service.
set nginx proxy_set_header Host $http_host;
set port on yml file like this:
`
feedbin-minio:
image: minio/minio
container_name: feedbin-minio
environment:
- MINIO_ACCESS_KEY
- MINIO_SECRET_KEY
volumes:
- ./feedbin_minio/data:/data
- ./feedbin_minio/config:/root/.minio
command: server --console-address ':9001' /data
ports:
- 127.0.0.1:9000:9000
- 127.0.0.1:9001:9001
restart: unless-stopped
`
I use nginx proxy 9000 for docker-minio-service. set nginx
proxy_set_header Host $http_host;
set port on yml file like this: ` feedbin-minio:image: minio/minio container_name: feedbin-minio environment: - MINIO_ACCESS_KEY - MINIO_SECRET_KEY volumes: - ./feedbin_minio/data:/data - ./feedbin_minio/config:/root/.minio command: server --console-address ':9001' /data ports: - 127.0.0.1:9000:9000 - 127.0.0.1:9001:9001 restart: unless-stopped
`
OK,thanks.
RSS icon can't be seen and import opml fails.This seems to be a bug!
FAVICON_HOST=$MINIO_HOST
(or whatever host you're pointing to) fixed RSS icons / favicons for me. Was defaulting to http://feedbin-minio
otherwise, which is inaccessible outside the container.
Sidekiq can see Retry list has lots ImageDeleter get Error. The list item has same error: ImageDeleter - "Excon::Error::BadRequest: Expected(200) <=> Actual(400 Bad Request) excon.error.response :body => "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\nAn error..."
Seem minio or candy couse this error, the images file in minio cannot been remove automatic, don't know why, help plz.
BadRequest