hackmdio / hackmdio/codimd

Remove port from Minio upload URL

Open
#1,094 2 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
10.1k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

I'm running Minio behing Traefik (with HTTPs enabled), therefore I specified `443` as `CMD_MINIO_PORT`.
When uploading an image
```md
![](https://myminio.backend:443/mybucket/uploads/upload_.jpg)
```
is inserted into the editor.
Is there an option to remove the port here, so that
```
![](https://myminio.backend/mybucket/uploads/upload_.jpg)
```
is inserted instead?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.