{"id":16543120,"url":"https://github.com/binhex/arch-archlinux","last_synced_at":"2025-11-30T20:05:35.424Z","repository":{"id":82321625,"uuid":"310702744","full_name":"binhex/arch-archlinux","owner":"binhex","description":null,"archived":false,"fork":false,"pushed_at":"2024-03-31T19:42:01.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T07:13:53.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/binhex.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}},"created_at":"2020-11-06T20:49:27.000Z","updated_at":"2022-04-12T16:19:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"3a0b72d9-5955-4b5e-b80d-8d26503041ad","html_url":"https://github.com/binhex/arch-archlinux","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-archlinux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-archlinux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-archlinux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-archlinux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-archlinux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-archlinux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-archlinux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27409027,"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-11-30T02:00:05.582Z","response_time":55,"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":[],"created_at":"2024-10-11T18:59:24.626Z","updated_at":"2025-11-30T20:05:35.395Z","avatar_url":"https://github.com/binhex.png","language":"Shell","funding_links":["https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4"],"categories":[],"sub_categories":[],"readme":"**Application**\n\n[PyCharm](https://www.jetbrains.com/pycharm/)\n\n**Description**\n\nPyCharm is an Integrated Development Environment (IDE) used in computer programming, specifically for the Python language. It is developed by the Czech company JetBrains.[2] It provides code analysis, a graphical debugger, an integrated unit tester, integration with version control systems (VCSes), and supports web development with Django.\n\n**Build notes**\n\nLatest stable PyCharm release from Arch Linux AUR.\n\n**Usage**\n```\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=\u003ccontainer name\u003e \\\n    -v \u003cpath for config files\u003e:/config \\\n    -v \u003cpath for data files\u003e:/data \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e WEBPAGE_TITLE=\u003cname shown in browser tab\u003e \\\n    -e VNC_PASSWORD=\u003cpassword for web ui\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-pycharm\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the correct values.\n\n**Example**\n```\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=pycharm \\\n    -v /apps/docker/pycharm:/config \\\n    -v /apps/docker/pycharm/projects:/data \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e WEBPAGE_TITLE=Tower \\\n    -e VNC_PASSWORD=mypassword \\\n    -e UMASK=000 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-pycharm\n```\n\n**Access via web interface (noVNC)**\n\n`http://\u003chost ip\u003e:\u003chost port\u003e/vnc.html?resize=remote\u0026host=\u003chost ip\u003e\u0026port=\u003chost port\u003e\u0026\u0026autoconnect=1`\n\ne.g.:-\n\n`http://192.168.1.10:6080/vnc.html?resize=remote\u0026host=192.168.1.10\u0026port=6080\u0026\u0026autoconnect=1`\n\n**Access via VNC client**\n\n`\u003chost ip\u003e::\u003chost port\u003e`\n\ne.g.:-\n\n`192.168.1.10::5900`\n\n**Notes**\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command for the user you want to run the container as:-\n\n```\nid \u003cusername\u003e\n```\n___\nIf you appreciate my work, then please consider buying me a beer  :D\n\n[![PayPal donation](https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=MM5E27UX6AUU4)\n\n[Documentation](https://github.com/binhex/documentation) | [Support forum](https://forums.lime-technology.com/topic/60734-support-binhex-pycharm/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-archlinux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-archlinux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-archlinux/lists"}