rach-sharp / freedbin

Self-Hosted RSS Reader
https://www.rachsharp.co.uk/dockerizing-feedbin/
MIT License
74 stars 5 forks source link

S3 error when importing OPML #13

Open schildbach opened 4 years ago

schildbach commented 4 years ago

When trying to import an OPML (exported from Feedly) via Options→Import & Export→Import, I get this error from S3. Needless to say I didn't configure any S3 as I want to self-host.

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>InvalidBucketName</Code><Message>The specified bucket is not valid.</Message><BucketName></BucketName><RequestId>58F084F5775C490D</RequestId><HostId>3h5HwbPkU5Yof/Sjf5NxdLWYShbRZnEkYwsILkeggYF2FE4LL9Us/Af/pxdbR71wTiQEy5sALt4=</HostId></Error>
angristan commented 4 years ago

You need a bucket to run Feedbin. (https://github.com/feedbin/feedbin/issues/133)

That being said I made some PRs to Feedbin to supports non-AWS S3 providers, and also Minio if you want to fully self-host Feedbin.

I also made https://github.com/angristan/feedbin-docker which runs with Minio.