Dokploy / Dokploy/dokploy

Allow for S3 destination with self signed certificate

Open
#2,846 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
37.4k
Forks
3k
Avg merge
1d 3h
Merged PRs (30d)
73

Description

What problem will this feature address?

I run MinIO with self signed TLS certificate. I'd like to connect to it from Dokploy UI. Currently I get the following error

Command failed: rclone ls (...) tls: failed to verify certificate: x509: certificate signed by unknown authority
Describe the solution you'd like

During S3 Destination configuration I'd like to have an option to upload a certificate that will be passed to rclone via --ca-cert <path_to_cert>.

Describe alternatives you've considered

I mapped cetificate to the Dokploy container and set path to it in RCLONE_CA_CERT environment variable.

Additional context

No response

Will you send a PR to implement it?

No

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the S3 Destination configuration and trace how its settings reach the rclone command. Check the existing RCLONE_CA_CERT alternative and rclone's --ca-cert option; done means a configured certificate can be uploaded and passed to rclone for MinIO connections.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
cloud
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.