app
app copied to clipboard
[QUESTION] How do remote SSH connections work ?
Hello LaraDumps, I'm giving your wonderful debug app a try. Quite enthusiastic at this point !
However, I'm trying to setup SSH remote connection in order to profile my testing environment. But I cannot have it work.
Here is my setup:
- Laravel 12
- laradumps/laradumps 4.5.2
- Desktop app is 4.8.2
- Linux Ubuntu
- Docker Compose based installation
- SSH connection working onto my testing env
- laradumps/laradumps is installed on my testing env
extra_hostsis set tohost.docker.internal:host-gateway
The documentation about "Remote Server (SSH)" is a bit succinct and I don't understand how it works.
I sometimes have an error on SSH connection: unable to bind to localhost 9191. When I don't get this error, I get nothing in the app.
Does my testing env needs a laradumps.yaml file ?
I'm a bit lost with that feature. Hope you can help.
Thanks