Skip to content

Commit 92c1dc0

Browse files
authored
Update CONTRIBUTING.md
1 parent 1684dc9 commit 92c1dc0

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,14 @@ command.
202202
- Vite runs behind the backend (the backend will proxy Vite at /vite and /embed_vite except for websocket used for HMR).
203203
- You can see Misskey by accessing `http://localhost:3000` (Replace `3000` with the port configured with `port` in .config/default.yml).
204204

205+
#### Cloudflare tunnel
206+
Cloudflare tunnelを使うとローカルのMisskeyサーバーをインターネットに公開できます。
207+
HTTPSでしか動作しない機能を検証したい時や、スマホなど別のデバイスからローカルのMisskeyサーバーを検証したい時に便利です。
208+
209+
##### Cloudflare warpと併用する際のtips
210+
211+
> cloudflared (Cloudflare Tunnel) は region1.v2.argotunnel.com / region2.v2.argotunnel.com に QUIC/HTTP2 でアウトバウンド接続するのですが、WARP を有効化するとこのトラフィックが WARP 経由になってループ/切断します。これら 2 ホストを WARP のトンネル除外(split tunnel)に追加することで、cloudflared だけは WARP をバイパスして直接 Cloudflare エッジへ接続できるようになります。
212+
205213
## Testing
206214
You can run non-backend tests by executing following commands:
207215
```sh

0 commit comments

Comments
 (0)