-
-
Notifications
You must be signed in to change notification settings - Fork 351
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
[feature] Environment variable to toggle TLS for s3 backend #1293
Comments
Update: It turns out there already is a variable for this, it just wasn't in the documentation. #1294 adds a note about it. |
Seems gotosocial will use the S3 endpoint to expose the media address, the browser will show insure connection. |
that seems like bad form either way: |
Yeah my s3 server is not publicly accessible, so I am using this option in conjunction with storage-s3-proxy set to true |
I have a VPS and initially use local storage, later I setup a Minio instance, but seems there is no obvious benefits storing media files in to a Minio instance in a single VPS. |
Is your feature request related to a problem ?
I run Minio within my LAN only, and do not have a TLS certificate configured for it. If I try to use it as the S3 backend, I get an error that a non-HTTPS response was provided.
Describe the solution you'd like.
I think it should be possible to toggle TLS for the S3 backend via an environment variable.
Describe alternatives you've considered.
Using a custom certificate is my best option, but I would prefer to be able to use Minio over HTTP.
Additional context.
No response
The text was updated successfully, but these errors were encountered: