Skip to content

Instantly share code, notes, and snippets.

@tyler36
Created September 26, 2023 01:02
Show Gist options
  • Save tyler36/613757dd048975b247766bb84c453d8f to your computer and use it in GitHub Desktop.
Save tyler36/613757dd048975b247766bb84c453d8f to your computer and use it in GitHub Desktop.
HISTFILE=/workspace/.gitpod/cmd-0 history -r; {
# Temporary fix for wrong value of GITPOD_REPO_ROOT when opening a Gitpod snapshot
# Todo: remove this when this issue is resolved - https://github.com/gitpod-io/gitpod/issues/9804
if [ "$GITPOD_REPO_ROOT" == '/workspace' ]; then
export GITPOD_REPO_ROOT="$THEIA_WORKSPACE_ROOT"
fi
.gitpod/utils/ddev-in-gitpod-setup.sh
.gitpod/utils/env-setup.sh
.gitpod/drupal/ssh/01-check-private-ssh.sh
.gitpod/drupal/drupalpod-setup.sh
}
-r; {d /workspace/DrupalPod (main) $ HISTFILE=/workspace/.gitpod/cmd-0 history -
shotTemporary fix for wrong value of GITPOD_REPO_ROOT when opening a Gitpod snaps
/gitpod/issues/9804is when this issue is resolved - https://github.com/gitpod-io/
> if [ "$GITPOD_REPO_ROOT" == '/workspace' ]; then
> export GITPOD_REPO_ROOT="$THEIA_WORKSPACE_ROOT"
> fi
> .gitpod/utils/ddev-in-gitpod-setup.sh
> .gitpod/utils/env-setup.sh
> .gitpod/drupal/ssh/01-check-private-ssh.sh
> .gitpod/drupal/drupalpod-setup.sh
>
> }
Global configuration:
instrumentation-opt-in=false
omit-containers=[]
web-environment=[]
performance-mode=none
router-bind-all-interfaces=false
internet-detection-timeout-ms=3000
disable-http2=false
use-letsencrypt=false
letsencrypt-email=
table-style=default
simple-formatting=false
auto-restart-containers=false
use-hardened-images=false
fail-on-hook-fail=false
required-docker-compose-version=v2.21.0
use-docker-compose-from-path=false
project-tld=
xdebug-ide-location=
no-bind-mounts=false
router=traefik
wsl2-no-windows-hosts-mgt=false
router-http-port=80
router-https-port=443
mailpit-http-port=8025
mailpit-https-port=8026
traefik-monitor-port=10999
Could not open a connection to your authentication agent.
TIP OF THE DAY
Don’t forget to read the docs! https://ddev.readthedocs.io/
Starting drupalpod...
Downloading https://github.com/docker/compose/releases/download/v2.21.0/docker-compose-linux-x86_64 ...
docker-compose 56.78 MiB / 56.78 MiB [==============================] 100.00% 0s
Download complete.
Unable to determine Docker space usage:
Container ddev-ssh-agent Recreate
Container ddev-ssh-agent Recreated
Container ddev-ssh-agent Started
ssh-agent container is running: If you want to add authentication to the ssh-agent container, run 'ddev auth ssh' to enable your keys.
Container ddev-drupalpod-chromedriver Created
Container ddev-drupalpod-db Recreate
Container ddev-drupalpod-web Recreate
Container ddev-drupalpod-db Recreated
Container ddev-drupalpod-web Recreated
Container ddev-drupalpod-chromedriver Started
Container ddev-drupalpod-db Started
Container ddev-drupalpod-web Started
Successfully started drupalpod
Project can be reached at https://8080-ivory-macaw-2h860wvjkh7.ws-us105.gitpod.io
gitpod /workspace/DrupalPod (main) $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment