
Web terminal behind NAT - GitLab CI/CD - GitLab Forum
Sep 25, 2024 · I need to run a web terminal connecting to a runner behind NAT. I enabled allow_local_requests_from_web_hooks_and_services. I can run normal pipeline. If the runner …
Troubleshooting 403 Forbidden and 503 Service Unavailable on …
Apr 17, 2025 · Summary I run a self‑hosted GitLab instance on AlmaLinux 9.5, secured with a self‑signed SSL certificate, and its Container Registry is available at …
Trouble Setting Up WebIDE Terminal - GitLab Forum
Sep 18, 2020 · Trouble Setting Up WebIDE Terminal How to Use GitLab rgg-james September 18, 2020, 1:00pm 1
Web terminal with docker runner - GitLab CI/CD - GitLab Forum
Feb 10, 2021 · I’m trying to debug why a test is failing in CI but works locally, so I would like to use the web terminal with the docker gitlab-runner to see the state of the container. I would …
How do we keep GitLab's web editor from switching line endings?
Nov 17, 2024 · Problem to solve Someone recently contributed a change using GitLab’s web editor, which changed all of the line endings in the affected file from LF to CRLF: Is there a …
Web IDE and line endings - General - GitLab Forum
Jul 5, 2024 · I have had this issue occur a few times as well when using the Web IDE in Firefox on Ubuntu 22.04 This causes git to interpret EVERY line as changed, severely polluting the git diff …
Interactive Web Terminal and Docker Machine runner possible?
Sep 28, 2021 · Hey everyone We are using Docker Machine runner to autoscale VM runners in the cloud. I am now trying to set things up for using the interactive web terminal. On a …
Python interactive terminals in the Web IDE - GitLab Forum
Nov 16, 2020 · Python interactive terminals configuration in the Web IDE How to configure the interactive terminal for python projects in the Web IDE? I have seen only the configuration …
Runner Debug Websocket behind Nginx Reverse Proxy
Jan 17, 2022 · I’m running the omnibus GitLab Docker image behind a Nginx reverse proxy. The only feature I don’t get to work is the “Debug” button on a running job page. Clicking it yields …
How to run code in a Remote Environment? - GitLab Forum
Jul 29, 2023 · I thought that I could create a file in the Web IDE (so that it lives in Gitlab) and then run it in the remote environment. And that when I connect to the remote environment, the file …