{"id":15467154,"url":"https://github.com/rustdesk/rustdesk-server-pro","last_synced_at":"2026-04-12T07:10:21.347Z","repository":{"id":178374474,"uuid":"661775559","full_name":"rustdesk/rustdesk-server-pro","owner":"rustdesk","description":"Some scripts for RustDesk Server Pro are hosted here.","archived":false,"fork":false,"pushed_at":"2026-03-05T16:01:18.000Z","size":236,"stargazers_count":269,"open_issues_count":126,"forks_count":108,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-03-05T19:17:30.296Z","etag":null,"topics":[],"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/rustdesk.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-03T16:06:12.000Z","updated_at":"2026-03-03T01:08:16.000Z","dependencies_parsed_at":"2026-03-05T18:00:54.226Z","dependency_job_id":null,"html_url":"https://github.com/rustdesk/rustdesk-server-pro","commit_stats":{"total_commits":168,"total_committers":6,"mean_commits":28.0,"dds":0.5416666666666667,"last_synced_commit":"5bb76c2e9df964e30c4c72441ac641f6bab31582"},"previous_names":["rustdesk/rustdesk-sever-pro"],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/rustdesk/rustdesk-server-pro","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustdesk%2Frustdesk-server-pro","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustdesk%2Frustdesk-server-pro/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustdesk%2Frustdesk-server-pro/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustdesk%2Frustdesk-server-pro/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustdesk","download_url":"https://codeload.github.com/rustdesk/rustdesk-server-pro/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustdesk%2Frustdesk-server-pro/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31707036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T06:22:27.080Z","status":"ssl_error","status_checked_at":"2026-04-12T06:21:52.710Z","response_time":58,"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":[],"created_at":"2024-10-02T01:20:23.628Z","updated_at":"2026-04-12T07:10:21.304Z","avatar_url":"https://github.com/rustdesk.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# RustDesk Server PRO\nHere we have a small collection of [some scripts](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/) for RustDesk Server Pro.\n\n\u003e If you are looking for the open source version please go to [RustDesk Server](https://github.com/rustdesk/rustdesk-server)\n\n# Contributing to this repo\n\nYou are very welcome to add your PR to improve the current scripts. Some pointers:\n\n### The lib file\n\nThe lib.sh is used to avoid duplicate code. Here we collect everything that occurs more than once in the varoius scripts. That could be both `functions()` and `$variables`.\n\n### Indentation\n\nWe always use four (4) spaces, not one (1) tab. Please see below for examples.\n\n### IF arguments and functions\n\nThe current style is to use it like this:\n\n```\nif something\nthen\n    do something\nfi\n```\nNot like:\n```\nif something; then\n    do something\nfi\n```\n\nSame applies for functions:\n\n```\nexamplefuntion() {\n    if something\n    then\n        do something\n    fi\n}\n```\n\n### Variables\n\nVariables are always written in CAPITAL LETTERS.\n\n```\nEXAMPLEVARIABLE=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustdesk%2Frustdesk-server-pro","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustdesk%2Frustdesk-server-pro","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustdesk%2Frustdesk-server-pro/lists"}