fix
This commit is contained in:
@ -100,9 +100,12 @@ $ rye run flask run
|
|||||||
|
|
||||||
please access `127.0.0.1:5000`. it may not work if you use localhost.
|
please access `127.0.0.1:5000`. it may not work if you use localhost.
|
||||||
|
|
||||||
also, oauth doesn't work on localhost. use [ngrok](https://ngrok.com/), [tailscale](https://tailscale.com/).
|
also, oauth doesn't work on localhost. use [ngrok](https://ngrok.com/), [tailscale](https://tailscale.com/), [cloudflare](https://github.com/cloudflare/cloudflared).
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ngrok http http://localhost:5000
|
$ ngrok http http://localhost:5000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ cloudflared tunnel --url http://localhost:5000
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user