{"id":16175708,"url":"https://github.com/osiris-team/remote-desktop","last_synced_at":"2025-04-07T11:17:13.335Z","repository":{"id":226574893,"uuid":"769075041","full_name":"Osiris-Team/Remote-Desktop","owner":"Osiris-Team","description":"A website that streams your desktop.","archived":false,"fork":false,"pushed_at":"2024-03-12T15:17:06.000Z","size":1691,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-13T13:49:55.593Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Osiris-Team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-08T09:42:34.000Z","updated_at":"2024-09-01T05:44:09.000Z","dependencies_parsed_at":"2024-03-12T16:49:28.961Z","dependency_job_id":null,"html_url":"https://github.com/Osiris-Team/Remote-Desktop","commit_stats":null,"previous_names":["osiris-team/remote-desktop"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FRemote-Desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FRemote-Desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FRemote-Desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Osiris-Team%2FRemote-Desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Osiris-Team","download_url":"https://codeload.github.com/Osiris-Team/Remote-Desktop/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640475,"owners_count":20971558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T04:45:34.476Z","updated_at":"2025-04-07T11:17:13.318Z","avatar_url":"https://github.com/Osiris-Team.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remote-Desktop\n\nA website that streams your desktop.\n\n## Usage\n1. Install the latest [release](https://github.com/Osiris-Team/Remote-Desktop/releases/tag/latest).\n2. Make sure you have [latest Java](https://www.oracle.com/java/technologies/downloads/) installed.\n3. Double-click the downloaded jar (if that doesn't work, open a terminal and run `java -jar NAME.jar`).\n4. \u003cb\u003eVoila!\u003c/b\u003e Your browser should open http://localhost:8080 and show your desktop.\n5. NOT suitable for production at its current state, since everyone can login with admin admin, and performance issues.\n\n\u003cdetails\u003e\n\u003csummary\u003eIf you want to watch from another device, that is in...\u003c/summary\u003e\n\u003cbr\u003e\n\n... in the same network, visit http://insert_device_local_ip:8080 see [how-to](https://www.youtube.com/watch?v=mdp3HtO7Cjs)\nand (if needed) open/forward the port 8080 in your [firewall (video)](https://www.youtube.com/watch?v=cRZ26576d1g).\n\n... on the internet, visit http://insert_device_public_ip:8080 get the [ip from here](https://whatismyipaddress.com/),\nalso open/forward the port 8080 in your [firewall (video)](https://www.youtube.com/watch?v=cRZ26576d1g)\nand [router (video)](https://www.youtube.com/watch?v=WOZQppVNGvA).\n\nTipps:\n- Test if your port is open [here](https://www.yougetsignal.com/tools/open-ports/) or via the [terminal (video)](https://www.youtube.com/watch?v=7niN8ELj5B8).\n- If port 8080 doesn't work, try port 80.\n\u003c/details\u003e\n\n\n## Features\n- Laggy, CPU intensive screen recording with high memory usage.\n- Dropdown menu with stats.\n- Basic authentication.\n- Probably has the simplest installation steps in the industry.\n\n## Todo\n- Fix above.\n- Forward mouse and keyboard interactions.\n\n## Contributing\nAlways appreciated, since a lot still needs to be done.\n\n\u003cdetails\u003e\n\u003csummary\u003eOpen/Close Build Details\u003c/summary\u003e\n\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/vaadin-flow/Lobby#?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mvysny/vaadin-boot-example-maven)\n\n# Vaadin 24 running in Embedded Jetty using Maven\n\nA demo project showing the possibility of running a Vaadin app from an\nembedded Jetty, as a simple `main()` method. Uses [Vaadin Boot](https://github.com/mvysny/vaadin-boot). Requires Java 17+.\n\nBoth the development and production modes are supported. Also, the project\ndemoes packaging itself both into a flatten uberjar and a zip file containing\na list of jars and a runner script. See \"Packaging for production\" below\nfor more details.\n\n\u003e Looking for **Vaadin 24 Gradle** version? See [vaadin-boot-example-gradle](https://github.com/mvysny/vaadin-boot-example-gradle)\n\n\u003e Looking for **Vaadin 14 Maven** version? See [vaadin14-boot-example-maven](https://github.com/mvysny/vaadin14-boot-example-maven)\n\nSee the live demo at [v-herd.eu/vaadin-boot-example-maven/](https://v-herd.eu/vaadin-boot-example-maven/)\n\n# Documentation\n\nPlease see the [Vaadin Boot](https://github.com/mvysny/vaadin-boot#preparing-environment) documentation\non how you run, develop and package this Vaadin-Boot-based app.\n\n## Deploying to Production\n\nTo create a production build, call `mvnw clean package -Pproduction` (Windows),\nor `./mvnw clean package -Pproduction` (Mac \u0026 Linux).\nThis will build a JAR file with all the dependencies and front-end resources,\nready to be deployed. The file can be found in the `target` folder after the build completes.\n\nOnce the JAR file is built, you can run it using\n`java -jar target/myapp-1.0-SNAPSHOT.jar`\n\n## Project structure\n\n- `MainLayout.java` in `src/main/java` contains the navigation setup (i.e., the\n  side/top bar and the main menu). This setup uses\n  [App Layout](https://vaadin.com/docs/components/app-layout).\n- `views` package in `src/main/java` contains the server-side Java views of your application.\n- `views` folder in `frontend/` contains the client-side JavaScript views of your application.\n- `themes` folder in `frontend/` contains the custom CSS styles.\n\n## Useful links\n\n- Read the documentation at [vaadin.com/docs](https://vaadin.com/docs).\n- Follow the tutorial at [vaadin.com/docs/latest/tutorial/overview](https://vaadin.com/docs/latest/tutorial/overview).\n- Create new projects at [start.vaadin.com](https://start.vaadin.com/).\n- Search UI components and their usage examples at [vaadin.com/docs/latest/components](https://vaadin.com/docs/latest/components).\n- View use case applications that demonstrate Vaadin capabilities at [vaadin.com/examples-and-demos](https://vaadin.com/examples-and-demos).\n- Build any UI without custom CSS by discovering Vaadin's set of [CSS utility classes](https://vaadin.com/docs/styling/lumo/utility-classes).\n- Find a collection of solutions to common use cases at [cookbook.vaadin.com](https://cookbook.vaadin.com/).\n- Find add-ons at [vaadin.com/directory](https://vaadin.com/directory).\n- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/vaadin) or join our [Discord channel](https://discord.gg/MYFq5RTbBn).\n- Report issues, create pull requests in [GitHub](https://github.com/vaadin).\n\u003c/details\u003e\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fremote-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosiris-team%2Fremote-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosiris-team%2Fremote-desktop/lists"}