You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did anyone manage to run Product Opener fully online on GitPod ? eg: editor VSCode online, and no attempt at SSH-ing the thing to your laptop ?
Click on the Install on GitPod button
make dev on the terminal of the online VSCode (TODO document this step explicitely in the GitPod file)
make up
now, I’m redirected to world.openfoodfacts.localhost, even though I’m fully on GitPod (IDE as well)
Being able to have Product Opener use the gitpod VM url instead of the world.openfoodfacts.localhost URL would probably unlock the problem. Note that editing /etc/host on my local machine didn’t solve the issue (Connection refused)
The tutorial says "Remark: for some Linux distributions, port 80 is reserved. " >> The GitPod environment is iso for all users, so this evasive language is confusing. Is the default GitPod distro impacted or not ?
For example simply adding ${GITPOD_WORKSPACE_URL} to server_name directive in nginx.conf might be sufficient (and adding the variable to nginx container in docker-compose.yml or dev.yml, of course)
Did anyone manage to run Product Opener fully online on GitPod ? eg: editor VSCode online, and no attempt at SSH-ing the thing to your laptop ?
now, I’m redirected to world.openfoodfacts.localhost, even though I’m fully on GitPod (IDE as well)
Being able to have Product Opener use the gitpod VM url instead of the world.openfoodfacts.localhost URL would probably unlock the problem. Note that editing /etc/host on my local machine didn’t solve the issue (Connection refused)
Part of
The text was updated successfully, but these errors were encountered: