-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files upload didn't work #25
Comments
I was able to get it partially working. I had to add a minio client (minio/mc) container that created the bucket as outline won't automatically create it and also set the download permission for the bucket. After adding that in I was able to upload a profile picture, but when uploading an image on a page it is trying to upload the image to S3 and not the specified minio endpoint/bucket specified in the environment variables. Update, I also had to set the env variable
|
@sdprovost's solution works for me! Thank you! |
just remember change ACCESS_KEY and SECRET_KEY to your own key,its on "env.minio" |
hey guys, I wrote a detailed guide after I was able to configure Outline with MinIO and Keycloak. Hopefully, it will help others. |
Hi.
Got everything installed and working, but file uploads.
Dockers says all images are running (so mini too), but for some reason it tells that where is an error uploading file.
The text was updated successfully, but these errors were encountered: