diff options
| author | tamaina <tamaina@hotmail.co.jp> | 2023-02-04 13:38:51 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-04 13:38:51 +0900 |
| commit | 2dfed75402969893ba10f500de254b12434c8f3f (patch) | |
| tree | b5abaf058fdf8b04ea37714ec1dc5c4dc12783bc /.config | |
| parent | perf(server): cache blocking (diff) | |
| download | misskey-2dfed75402969893ba10f500de254b12434c8f3f.tar.gz misskey-2dfed75402969893ba10f500de254b12434c8f3f.tar.bz2 misskey-2dfed75402969893ba10f500de254b12434c8f3f.zip | |
perf(server): improvement of external mediaProxy (#9787)
* perf(server): improvement of external mediaProxy
* add a comment
* :v:
* /filesでsharpの処理を行わずリダイレクトする
* fix
* thumbnail => static
* Fix #9788
* add avatar mode
* add url
* fix
* static.webp
* remove encodeURIComponent from media proxy path
* remove existance check
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index 8fe41da15a..a19b5d04e8 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -130,6 +130,7 @@ proxyBypassHosts: #proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5 # Media Proxy +# Reference Implementation: https://github.com/misskey-dev/media-proxy #mediaProxy: https://example.com/proxy # Proxy remote files (default: false) |