ferdi icon indicating copy to clipboard operation
ferdi copied to clipboard

Ferdi does not support applications running on 'unsafe ports'

Open Gaibhne opened this issue 3 years ago • 0 comments

Avoid duplicates

  • [X] I have searched the issues tracker for a bug report similar to mine, in vain

Steps to reproduce

  1. Add a custom service, like a self hosted GitLab instance, that lives on a port deemed 'unsafe' by Chrome, such as 10080
  2. See error: "Oh no! GitLab has failed to load! Error: ERR_UNSAFE_PORT"
  3. Be sad

The problem is a well known 'issue' with Chrome, which defaults to blocking certain ports. The default can be trivially overridden in self started Chromes via a command line flag: --explicitly-allowed-ports=10080 would be enough for me, for example. The problem is that I can't configure parameters to the Chrome instance that Ferdi spawns (I'm guessing).

Debug link

Doesn't work, possibly due to the same issue - no, I tried and left it going for ten minutes even after deleting the service, nothing happens. 'Copy' doesn't do anything to my clipboard either 🤷

Screenshots

No response

Additional information

No response

Gaibhne avatar Mar 16 '22 12:03 Gaibhne