ferdi
ferdi copied to clipboard
Ferdi does not support applications running on 'unsafe ports'
Avoid duplicates
- [X] I have searched the issues tracker for a bug report similar to mine, in vain
Steps to reproduce
- Add a custom service, like a self hosted GitLab instance, that lives on a port deemed 'unsafe' by Chrome, such as 10080
- See error: "Oh no! GitLab has failed to load! Error: ERR_UNSAFE_PORT"
- 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