lichess-org / lila-docker

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

If on Gitpod environment, prompt if workspace should be public #82

Closed fitztrev closed 5 months ago

fitztrev commented 6 months ago

By default, your gitpod-hosted lichess dev site is only accessible from the same browser you're logged into gitpod with. All other requests get a 401.

This causes problems for people trying to access it via code or the mobile app for instance if they're trying to use it that way.

  1. add prompt to setup cli
  2. conditionally call gitpod_public()