You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had an idea for what the local apps could look like. I took the code from the authenticate page, and just changed it up. All references to code-server are code-client and it's for a server address.
<!DOCTYPE html><htmllang="en"><head><metaname="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1"><title>code-client</title></head><body><divclass="login"><divclass="back"><-Back</div><h4class="title">code-client</h4><h2class="subtitle">
Enter server address
</h2><divclass="mdc-text-field"><inputtype="text" id="server-address" class="mdc-text-field__input" required><labelclass="mdc-floating-label" for="server-address">Server Address</label><divclass="mdc-line-ripple"></div></div><buttonid="submit" class="mdc-button mdc-button--unelevated"><spanclass="mdc-button__label">Next -></span></button></div></div></body></html>
Using this could allow people to log into whatever server they wanted, and it could even be wired up to use this as a login system if needed. Potentially even adding a quick login thing for Coder.com users.
I think this idea could work quite well for an electron app or something similar.
The text was updated successfully, but these errors were encountered:
I had an idea for what the local apps could look like. I took the code from the authenticate page, and just changed it up. All references to
code-server
arecode-client
and it's for a server address.Using this could allow people to log into whatever server they wanted, and it could even be wired up to use this as a login system if needed. Potentially even adding a quick login thing for Coder.com users.
I think this idea could work quite well for an electron app or something similar.
The text was updated successfully, but these errors were encountered: