{"id":30815110,"url":"https://github.com/lancard/xwindow-korean","last_synced_at":"2025-09-06T08:08:13.987Z","repository":{"id":310820156,"uuid":"1041321375","full_name":"lancard/xwindow-korean","owner":"lancard","description":"윈도우 RDP 접속용 한글화 GUI docker","archived":false,"fork":false,"pushed_at":"2025-08-26T06:16:27.000Z","size":121,"stargazers_count":28,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T07:55:44.979Z","etag":null,"topics":["debian","fcitx5","fcitx5-hangul","hangul","ibus","ibus-hangul","korean","linux","wayland","x11","xrdp","xwindow"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lancard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-08-20T10:10:10.000Z","updated_at":"2025-09-02T14:54:08.000Z","dependencies_parsed_at":"2025-08-23T13:57:14.024Z","dependency_job_id":null,"html_url":"https://github.com/lancard/xwindow-korean","commit_stats":null,"previous_names":["lancard/x11-korean","lancard/xwindow-korean"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lancard/xwindow-korean","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancard%2Fxwindow-korean","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancard%2Fxwindow-korean/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancard%2Fxwindow-korean/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancard%2Fxwindow-korean/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lancard","download_url":"https://codeload.github.com/lancard/xwindow-korean/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lancard%2Fxwindow-korean/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273874160,"owners_count":25183368,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["debian","fcitx5","fcitx5-hangul","hangul","ibus","ibus-hangul","korean","linux","wayland","x11","xrdp","xwindow"],"created_at":"2025-09-06T08:04:48.059Z","updated_at":"2025-09-06T08:08:13.978Z","avatar_url":"https://github.com/lancard.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Repo Size](https://img.shields.io/github/repo-size/lancard/xwindow-korean)\n![File Count](https://img.shields.io/github/directory-file-count/lancard/xwindow-korean)\n![Docker Pulls](https://img.shields.io/docker/pulls/lancard/xwindow-korean)\n![Docker Image Size](https://img.shields.io/docker/image-size/lancard/xwindow-korean)\n\n# 설명\nRDP(리모트 데스크탑) 지원하는 경량 debian 13 (trixie) base 한글 XWINDOW(wayland) docker\n\n# 설치된 프로그램\n- Visual studio code\n- Chromium\n- vim\n- git\n- npm + nodejs\n\n# 사용법\n- docker 3389 port 열어서 띄우시면 됩니다. 그 후 윈도우 원격 데스크탑(3389포트)으로 해당 컨테이너 접속.\n- 사용자명을 지정하고 싶은 경우, docker env 에다가 XWINDOW_USER=(사용자명), XWINDOW_PASSWORD=(패스워드) 를 입력하시면 됩니다.\n- 만약 입력안하시는 경우 사용자명은 'user', 패스워드는 임의로 생성되며, 패스워드는 docker logs 에 표시됩니다.\n\n# 사용자 데이터 및 볼륨 유지\n- docker 에서 /home/(사용자명) 볼륨을 연결하시는 경우 home 디렉토리 안에 있는 자료는 유지되며 계속 사용하실 수 있습니다.\n\n# 로컬리소스 (드라이브) 연결\n- 보안 상 로컬리소스가 붙는게 막혀있습니다. 로컬 리소스를 연결해서 CTRL+C / CTRL+V 같은 파일 복사를 원하시는 경우에는 privileged 모드로 실행하세요.\n- privileged 모드로 실행하는 경우 C: 같은 드라이브는 home 디렉토리 내 thinclient_drives 에 마운트 됩니다.\n\n# 새 사용자 생성\nsudo su 하셔서 루트 권한으로 adduser 하시면 됩니다.\n\n# 주의사항\n- privileged mode 가 아닌 경우 vscode 나 chromium 이 no-sandbox 모드에서 실행됩니다. 참고하십시오.\n- sound 관련이 충돌이 많고 버그가 많아 포함시키지 않았습니다. 테스트 결과 설치하더라도 끊기거나 안정적이지 않습니다. 게다가 설치 용량도 너무 커지는 관계로 제외하였습니다.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancard%2Fxwindow-korean","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flancard%2Fxwindow-korean","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flancard%2Fxwindow-korean/lists"}