Skip to content
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

Minio Config needs s3bucket Setting #8

Open
belfhi opened this issue Jan 26, 2021 · 3 comments
Open

Minio Config needs s3bucket Setting #8

belfhi opened this issue Jan 26, 2021 · 3 comments

Comments

@belfhi
Copy link

belfhi commented Jan 26, 2021

Hello,
I set up codiMD with Helm and was quite happy with the results,
the deployment succeeded, with OAuth2 Authentication via Keycloak.

The only issue I still have is the image upload via Minio.
As far as I can tell from the documentation even minio needs the setting s3bucket
but I don't see an option in the Helm Chart.

@belfhi belfhi changed the title Minio Config still needs s3bucket Minio Config needs s3bucket Setting Jan 26, 2021
@fewensa
Copy link

fewensa commented Mar 10, 2021

codimd:
  security:
    sessionSecret: session_secret
  imageUpload:
    storeType: minio
    minio:
      endpoint: minio_host
      secure: true
      port: 443
      accessKey: abcdefg
      secretKey: abcdefg
    s3:
      accessKeyId: hack_hackmd_helm_config_bug    ###  hack
      bucket: hackmd      ### this is `s3bucket`
  imageStorePersistentVolume:
    enabled: false

@belfhi
Copy link
Author

belfhi commented Mar 10, 2021

thanks, that worked. I guess it just needs better documentation then :)

@abola
Copy link

abola commented Dec 24, 2021

Same issue, and I create a PR #20 to issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants