thorium-nova icon indicating copy to clipboard operation
thorium-nova copied to clipboard

thorium:// URL scheme support

Open alexanderson1993 opened this issue 3 years ago • 2 comments

Is your feature request related to a problem? Please describe.

You know what'd be cool? If there were some kind of website registry of active Thorium servers that folks can easily connect to. This is obviously a much bigger feature that should be discussed and planned, but a small piece of it would be support for a thorium:// URL scheme.

This would make it possible for someone to click a link to open the Thorium Electron kiosk and automatically connect to the remote server. (Of course, the registry would also have regular http(s):// links which would just open in a new tab).

Setting up URL schemes in Electron isn't too complicated, I don't think. Docs here. It just needs to verify that the link goes to an actual Thorium server, and then connect the Electron app to that Thorium server.

alexanderson1993 avatar Oct 18 '21 23:10 alexanderson1993

I could see this being very useful for Space Centers, but for average players who would probably rely on the browser version rather than the electron version this might be a bit overkill. But it's certainly something one could look into.

Arcadianer avatar Oct 21 '21 06:10 Arcadianer

You might be right, but it's also a small enough feature that it shouldn't be too much work to implement.

alexanderson1993 avatar Oct 21 '21 10:10 alexanderson1993