{"id":16542764,"url":"https://github.com/binhex/arch-rider","last_synced_at":"2026-02-21T15:15:06.444Z","repository":{"id":82321813,"uuid":"163674817","full_name":"binhex/arch-rider","owner":"binhex","description":"Docker build script for Arch Linux base with JetBrains Rider","archived":false,"fork":false,"pushed_at":"2026-01-30T16:46:37.000Z","size":83,"stargazers_count":4,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-31T09:48:16.769Z","etag":null,"topics":["arch-linux","docker","ide","jetbrains","jetbrains-rider","linux","mono","net-framework"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-31T14:23:04.000Z","updated_at":"2026-01-15T10:16:59.000Z","dependencies_parsed_at":"2025-12-30T06:06:59.132Z","dependency_job_id":null,"html_url":"https://github.com/binhex/arch-rider","commit_stats":null,"previous_names":[],"tags_count":138,"template":false,"template_full_name":null,"purl":"pkg:github/binhex/arch-rider","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-rider","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-rider/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-rider/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-rider/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binhex","download_url":"https://codeload.github.com/binhex/arch-rider/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binhex%2Farch-rider/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29684326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T14:31:22.911Z","status":"ssl_error","status_checked_at":"2026-02-21T14:31:22.570Z","response_time":107,"last_error":"SSL_read: 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":["arch-linux","docker","ide","jetbrains","jetbrains-rider","linux","mono","net-framework"],"created_at":"2024-10-11T18:58:28.128Z","updated_at":"2026-02-21T15:15:06.427Z","avatar_url":"https://github.com/binhex.png","language":"Shell","readme":"# Application\n\n[Rider](https://www.jetbrains.com/rider/)\n\n## Description\n\nJetBrains Rider is a cross-platform .NET IDE based on the IntelliJ platform and\nReSharper. Rider supports .NET Framework, the new cross-platform .NET Core, and\nMono based projects. This lets you develop a wide range of applications\nincluding .NET desktop applications, services and libraries, Unity games,\nXamarin apps, ASP.NET and ASP.NET Core web applications.\n\n## Build notes\n\nLatest stable Rider release from Arch Linux.\n\nNote:- This application requires a license, otherwise it will run in Evaluation\nMode for 30 days.\n\n## Usage\n\n```bash\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=\u003ccontainer name\u003e \\\n    --security-opt seccomp=unconfined \\\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 RIDER_PROPERTIES=\u003coptional path to idea.properties file\u003e \\\n    -e RIDER_VM_OPTIONS=\u003coptional additional jvm options \u003e \\\n    -e HTTPS_CERT_PATH=\u003cpath to cert file\u003e \\\n    -e HTTPS_KEY_PATH=\u003cpath to key file\u003e \\\n    -e WEBPAGE_TITLE=\u003cname shown in browser tab\u003e \\\n    -e VNC_PASSWORD=\u003cpassword for web ui\u003e \\\n    -e ENABLE_STARTUP_SCRIPTS=\u003cyes|no\u003e \\\n    -e HEALTHCHECK_COMMAND=\u003ccommand\u003e \\\n    -e HEALTHCHECK_ACTION=\u003caction\u003e \\\n    -e HEALTHCHECK_HOSTNAME=\u003chostname\u003e \\\n    -e UMASK=\u003cumask for created files\u003e \\\n    -e WEBUI_PORT=\u003cport\u003e \\\n    -e PUID=\u003cuid for user\u003e \\\n    -e PGID=\u003cgid for user\u003e \\\n    binhex/arch-rider\n```\n\nPlease replace all user variables in the above command defined by \u003c\u003e with the\ncorrect values.\n\n## Example\n\n```bash\ndocker run -d \\\n    -p 5900:5900 \\\n    -p 6080:6080 \\\n    --name=rider \\\n    --security-opt seccomp=unconfined \\\n    -v /apps/docker/rider:/config \\\n    -v /apps/docker/rider/projects:/data \\\n    -v /etc/localtime:/etc/localtime:ro \\\n    -e WEBPAGE_TITLE=Rider \\\n    -e VNC_PASSWORD=mypassword \\\n    -e ENABLE_STARTUP_SCRIPTS=yes \\\n    -e UMASK=000 \\\n    -e WEBUI_PORT=6080 \\\n    -e PUID=0 \\\n    -e PGID=0 \\\n    binhex/arch-rider\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\nport\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\n`ENABLE_STARTUP_SCRIPTS` when set to `yes` will allow a user to install\nadditional packages from the official Arch Repository or the Arch User\nRepository (AUR) via scripts located in the folder `/config/home/scripts/`. A\nsample script is located at `/config/home/scripts/example-startup-script.sh`\nwith comments to guide the user on script creation.\n\nUser ID (PUID) and Group ID (PGID) can be found by issuing the following command\nfor the user you want to run the container as:-\n\n```bash\nid \u003cusername\u003e\n```\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.unraid.net/topic/76727-support-binhex-rider/)\n","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":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-rider","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinhex%2Farch-rider","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinhex%2Farch-rider/lists"}