ssh:// urls on the dashboard
I want to be able be able to click a widget and launch ssh from Homarr. I'm on Windows so added a registry key to permit the URL type but Homarr also needs to be told about it.
It looks like limits are hardcoded, or am I missing a way to add to the scheme?
https://github.com/homarr-labs/homarr/blob/76ae423fd9c042e09046e2a6f3d035c993cfef9c/packages/validation/src/app.ts#L26
GitHub
homarr/packages/validation/src/app.ts at 76ae423fd9c042e09046e2a6f3...
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - homarr-labs/homarr

2 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
They are indeed "hardcoded" but allow any protocol, including ssh:
https://github.com/homarr-labs/homarr/blob/76ae423fd9c042e09046e2a6f3d035c993cfef9c/packages/validation/src/app.ts#L3-L10
However, you used the wrong field. The internal address is used for the ping. Also, are you running 1.0?
GitHub
homarr/packages/validation/src/app.ts at 76ae423fd9c042e09046e2a6f3...
A modern and easy to use dashboard. 14+ integrations. 10K+ icons built in. Authentication out of the box. No YAML, drag and drop configuration. - homarr-labs/homarr