forked from mirrors/misskey
Update CONTRIBUTING.md
This commit is contained in:
parent
92c1dc06f2
commit
e6375fb756
1 changed files with 8 additions and 8 deletions
|
|
@ -189,6 +189,14 @@ pnpm migrate
|
||||||
|
|
||||||
After finishing the migration, you can proceed.
|
After finishing the migration, you can proceed.
|
||||||
|
|
||||||
|
#### Cloudflare tunnel
|
||||||
|
Cloudflare tunnelを使うとローカルのMisskeyサーバーをインターネットに公開できます。
|
||||||
|
HTTPSでしか動作しない機能を検証したい時や、スマホなど別のデバイスからローカルのMisskeyサーバーを検証したい時に便利です。
|
||||||
|
|
||||||
|
##### Cloudflare warpと併用する際のtips
|
||||||
|
|
||||||
|
> cloudflared (Cloudflare Tunnel) は region1.v2.argotunnel.com / region2.v2.argotunnel.com に QUIC/HTTP2 でアウトバウンド接続するのですが、WARP を有効化するとこのトラフィックが WARP 経由になってループ/切断します。これら 2 ホストを WARP のトンネル除外(split tunnel)に追加することで、cloudflared だけは WARP をバイパスして直接 Cloudflare エッジへ接続できるようになります。
|
||||||
|
|
||||||
### Start developing
|
### Start developing
|
||||||
During development, it is useful to use the
|
During development, it is useful to use the
|
||||||
```
|
```
|
||||||
|
|
@ -202,14 +210,6 @@ command.
|
||||||
- Vite runs behind the backend (the backend will proxy Vite at /vite and /embed_vite except for websocket used for HMR).
|
- Vite runs behind the backend (the backend will proxy Vite at /vite and /embed_vite except for websocket used for HMR).
|
||||||
- You can see Misskey by accessing `http://localhost:3000` (Replace `3000` with the port configured with `port` in .config/default.yml).
|
- You can see Misskey by accessing `http://localhost:3000` (Replace `3000` with the port configured with `port` in .config/default.yml).
|
||||||
|
|
||||||
#### Cloudflare tunnel
|
|
||||||
Cloudflare tunnelを使うとローカルのMisskeyサーバーをインターネットに公開できます。
|
|
||||||
HTTPSでしか動作しない機能を検証したい時や、スマホなど別のデバイスからローカルのMisskeyサーバーを検証したい時に便利です。
|
|
||||||
|
|
||||||
##### Cloudflare warpと併用する際のtips
|
|
||||||
|
|
||||||
> cloudflared (Cloudflare Tunnel) は region1.v2.argotunnel.com / region2.v2.argotunnel.com に QUIC/HTTP2 でアウトバウンド接続するのですが、WARP を有効化するとこのトラフィックが WARP 経由になってループ/切断します。これら 2 ホストを WARP のトンネル除外(split tunnel)に追加することで、cloudflared だけは WARP をバイパスして直接 Cloudflare エッジへ接続できるようになります。
|
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
You can run non-backend tests by executing following commands:
|
You can run non-backend tests by executing following commands:
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue