{"id":44271051,"url":"https://github.com/team-unstablers/ulalaca-xrdp","last_synced_at":"2026-02-10T19:19:26.944Z","repository":{"id":39858030,"uuid":"487247768","full_name":"team-unstablers/ulalaca-xrdp","owner":"team-unstablers","description":"xrdp module for macOS","archived":false,"fork":false,"pushed_at":"2024-01-19T12:27:02.000Z","size":374,"stargazers_count":42,"open_issues_count":11,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-17T14:46:05.516Z","etag":null,"topics":["macos","rdp","remote-desktop","xrdp"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/team-unstablers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-30T10:30:26.000Z","updated_at":"2025-06-01T23:46:22.000Z","dependencies_parsed_at":"2023-11-14T09:26:13.892Z","dependency_job_id":"73efbb2e-442d-472d-9c43-e6a5008bbc0b","html_url":"https://github.com/team-unstablers/ulalaca-xrdp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/team-unstablers/ulalaca-xrdp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-unstablers%2Fulalaca-xrdp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-unstablers%2Fulalaca-xrdp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-unstablers%2Fulalaca-xrdp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-unstablers%2Fulalaca-xrdp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team-unstablers","download_url":"https://codeload.github.com/team-unstablers/ulalaca-xrdp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team-unstablers%2Fulalaca-xrdp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29313105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T17:48:59.043Z","status":"ssl_error","status_checked_at":"2026-02-10T17:45:37.240Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["macos","rdp","remote-desktop","xrdp"],"created_at":"2026-02-10T19:19:22.226Z","updated_at":"2026-02-10T19:19:26.912Z","avatar_url":"https://github.com/team-unstablers.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XrdpUlalaca \n\nxrdp module for [麗 -ulalaca-](https://github.com/team-unstablers/ulalaca)\n\n![Screenshot_20220527_171145](https://user-images.githubusercontent.com/964412/170659838-3843d5e9-3372-47f8-940b-4ce183ca5ec9.png)\n\n# NOTE\n\n- **STILL IN HEAVY DEVELOPMENT, NOT SUITABLE FOR PRODUCTION USE YET**\n- **This xrdp module DOES NOT work as a standalone module.** (requires `sessionbroker` and `sessionprojector`; you can get these apps from [麗 -ulalaca-](https://github.com/unstabler/ulalaca)).\n\n\n# INSTALLATION\n\nTo install 麗 -Ulalaca- and XrdpUlalaca on your system, Please check our [INSTALLATION GUIDE](https://teamunstablers.notion.site/xrdp-Ulalaca-Getting-started-f82b0c55f0b540a6ac277cc5902361b1).\n\n## BUILD FROM SOURCE\nAlso, you can build XrdpUlalaca from source code. Check our [experimental homebrew formulas for xrdp](https://github.com/team-unstablers/xrdp-brew-formulas/blob/main/xrdp-tumod/xrdp-git.rb) for build instructions.\n\n\n# TESTING\n\n### PREPARING\n\nTests of XrdpUlalaca has not been merged to xrdp upstream yet, so you will need to modify `xrdp_src/configure.ac` to add targets for testing.\n\n```diff\ndiff --git a/configure.ac b/configure.ac\nindex 3e3557db..e5154f66 100644\n--- a/configure.ac\n+++ b/configure.ac\n@@ -582,6 +582,7 @@ AC_CONFIG_FILES([\n   mc/Makefile\n   neutrinordp/Makefile\n   ulalaca/Makefile\n+  ulalaca/tests/Makefile\n   pkgconfig/Makefile\n   pkgconfig/xrdp.pc\n   pkgconfig/xrdp-uninstalled.pc\n```\n\n### RUNNING TESTS\n\n```shell\n# run xrdp_src/configure ... \n# To test XrdpUlalaca, you need to build XrdpUlalaca first.\n$ cd xrdp_src/ulalaca\n$ make -j8\n\n# Then, you can test XrdpUlalaca with the following commands.\n$ cd tests\n$ make test_ulalaca_xrdp\n$ ./test_ulalaca_xrdp\n```\n\n# AUTHOR\n\nThis software brought to you by [team unstablers](https://unstabler.pl).\n\n### team unstablers\n\n- Gyuhwan Park (@unstabler)\n\n\n### THANKS TO\n\n- @am0c - 형 앞으로도 계속 하늘에서 저 지켜봐 주세요!! \\ ' ')/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-unstablers%2Fulalaca-xrdp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam-unstablers%2Fulalaca-xrdp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam-unstablers%2Fulalaca-xrdp/lists"}