lichess-org / lila-docker

Lichess local development using Docker Compose.
GNU Affero General Public License v3.0
44 stars 44 forks source link

Call gitpod_public when setup on Gitpod #88

Closed BElluu closed 5 months ago

BElluu commented 5 months ago

closes #82 image

image

fitztrev commented 5 months ago

Hi, thanks for working on this.

I was thinking it should be an option during setup. So when you run setup, it'll ask something like:

By default, only this browser session can access your Gitpod development site. Would you like it to be accessible to other clients? yes / no

And then conditionally run the command.

BElluu commented 5 months ago

Hi, thanks for working on this.

I was thinking it should be an option during setup. So when you run setup, it'll ask something like:

By default, only this browser session can access your Gitpod development site. Would you like it to be accessible to other clients? yes / no

And then conditionally run the command.

Sure, I will fix that :)

BElluu commented 5 months ago

I had little problems with rush and gitpod (my first time with both of them) but I think, that should be ok :)

image

fitztrev commented 5 months ago

Thanks!