You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
memos/server
boojack 20c19ef82d feat(storage): add insecure_skip_tls_verify option for S3
Adds an opt-in toggle to skip TLS certificate verification when connecting
to the S3 endpoint, for self-hosted S3-compatible backends (e.g. rustfs,
MinIO) that use self-signed certificates. Exposed in both the store/API
protos and the storage settings UI, mirroring the existing use_path_style
toggle. When enabled, the AWS client uses an HTTP transport with
InsecureSkipVerify; default behavior is unchanged.

This governs backend-initiated S3 calls (uploads, deletes, thumbnails, and
image/document streaming). Video/audio playback redirects the browser to a
presigned URL, so that path still requires the browser to trust the cert.

Closes #6039
7 hours ago
..
auth
notification feat(notification): add smtp email settings 2 months ago
router feat(storage): add insecure_skip_tls_verify option for S3 7 hours ago
runner fix(s3presign): preserve motion media payload 1 month ago
cors.go fix(cors): open API to any origin for token auth, keep cookies same-origin 1 week ago
cors_test.go fix(cors): open API to any origin for token auth, keep cookies same-origin 1 week ago
server.go feat: add OpenAPI-driven MCP support (#6026) 2 weeks ago