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/proto/store
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
2 weeks ago
..
attachment.proto feat(attachments): add Live Photo and Motion Photo support (#5810) 3 months ago
idp.proto feat: replace auto-increment ID with UID for identity provider resource names (#5687) 4 months ago
inbox.proto feat(mentions): add memo mention parsing, notifications, and rendering (#5811) 3 months ago
instance_setting.proto feat(storage): add insecure_skip_tls_verify option for S3 2 weeks ago
memo.proto feat: extract title from first H1 heading into memo property (#5726) 4 months ago
user_setting.proto feat: add optional webhook signing secret (Standard Webhooks HMAC-SHA256) (#6013) 4 weeks ago