-
Notifications
You must be signed in to change notification settings - Fork 5.9k
iPad app to access code-server over SSH #1541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Like |
Yes exactly. |
I'd like to mention that @ColdGrub1384 is working on an iOS app (https://vseditor.app/), not sure how he manage authentication but it supports multiple app windows and local file opening, very interesting. |
@micodeyt To login, my app just does it as it would be done in Safari except that everything is setup so each user has access to its own files. A password is automatically generated by the app and that’s used to access the instance, just that the Web view fills automatically the password when it’s asked and doesn’t display the login screen but it’s loaded. |
On iPad Pro with New Magic Keyboard,Track scoll can't work,please fix it. |
@gideonsenku Please see #1455 |
The way that I do this is to have code-server running on my server (Dockerized), but then put behind an Nginx front-end (for HTTPS/TLS). Nginx is setup to request username/passwords using HTTP-AUTH (using the subauth request module). By using only a web server and HTTP-AUTH to manage the connection, I can then "Add to Home Screen" from the Safari sharing menu. (I don't entirely remember if the HTTP-AUTH authentication is required for saving to the Home Screen, but that's my recollection...) This isn't as clean as accessing code-server over SSH, but it does remove the need for a separate iOS app. |
Yes, a dedicated iPadOS app to use code-server! It would solve all the optimization issues we were having while trying to use it on Safari. Edit: I just realized about VSApp. I tried it, and it felt much better than doing it on Safari, but it didn’t feel smooth and native at all. |
@Troubadoure the VSApp in the App Store? It's free for self hosted code-server. |
FYI - VS Code app doesn't cost anything to use if you connect it to your own self-hosted instance. They don't do a great job of explaining that on their site. |
@mbreese Ah thanks for pointing that out. Hadn’t realised that. I’ll take back my previous comment |
#1822 might be a more effective solution for this issue. |
Also see https://servediter.app/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no activity occurs in the next 5 days. |
This would be nice as then user's wouldn't need another form of authentication/encryption on top of SSH to access code-server.
The text was updated successfully, but these errors were encountered: