diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2019-12-31 17:23:47 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-31 17:23:47 +0900 |
| commit | b0bb5d8dfcf06e1df2a51d3e541894a7fbede6a2 (patch) | |
| tree | c16f145b58e8b1e10882527c8c184e74d2b62170 /.config/example.yml | |
| parent | Update README.md [AUTOGEN] (#5664) (diff) | |
| download | misskey-b0bb5d8dfcf06e1df2a51d3e541894a7fbede6a2.tar.gz misskey-b0bb5d8dfcf06e1df2a51d3e541894a7fbede6a2.tar.bz2 misskey-b0bb5d8dfcf06e1df2a51d3e541894a7fbede6a2.zip | |
期限切れ/未保存リモートファイルのローカルプロキシ (#5655)
* Media Proxy を実装
* サンプルを追加
* https://github.com/syuilo/misskey/pull/5649#discussion_r359967471 の修正
* https://github.com/syuilo/misskey/pull/5649#discussion_r359967966 の修正
* https://github.com/syuilo/misskey/pull/5649#discussion_r359968219 の修正
* 期限切れ/未保存リモートファイルのローカルプロキシ
* 設定
* 説明
* comment out
* fix
Co-authored-by: 和風ドレッシング <37681609+CookieRamen@users.noreply.github.com>
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/example.yml b/.config/example.yml index f75224bf77..7afa56fbe4 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -142,4 +142,4 @@ autoAdmin: true #proxySmtp: socks5://127.0.0.1:1080 # use SOCKS5 # Media Proxy -#mediaProxy: http://127.0.0.1:3000 +#mediaProxy: https://example.com/proxy |