{"id":34837325,"url":"https://github.com/kernelsu-modules-repo/org.kernelsu.example","last_synced_at":"2026-03-14T16:03:28.721Z","repository":{"id":325397367,"uuid":"1099515669","full_name":"KernelSU-Modules-Repo/org.kernelsu.example","owner":"KernelSU-Modules-Repo","description":"Example Module Name","archived":false,"fork":false,"pushed_at":"2025-11-29T05:50:54.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-01T01:48:15.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://modules.kernelsu.org","language":null,"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/KernelSU-Modules-Repo.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":"2025-11-19T05:01:42.000Z","updated_at":"2025-11-30T17:09:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/KernelSU-Modules-Repo/org.kernelsu.example","commit_stats":null,"previous_names":["kernelsu-modules-repo/org.kernelsu.example"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/KernelSU-Modules-Repo/org.kernelsu.example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Modules-Repo%2Forg.kernelsu.example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Modules-Repo%2Forg.kernelsu.example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Modules-Repo%2Forg.kernelsu.example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Modules-Repo%2Forg.kernelsu.example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KernelSU-Modules-Repo","download_url":"https://codeload.github.com/KernelSU-Modules-Repo/org.kernelsu.example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KernelSU-Modules-Repo%2Forg.kernelsu.example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032441,"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-12-25T02:00:05.988Z","response_time":58,"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":"2025-12-25T16:09:06.465Z","updated_at":"2025-12-25T16:10:47.759Z","avatar_url":"https://github.com/KernelSU-Modules-Repo.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# KernelSU Modules Repo Example\n\n[中文](docs/README_CN.md) | **English**\n\n---\n\n## Important Notes\n\n- You may only upload your own modules. If you have explicit permission from a developer to upload their module, it is fine as well, but both of you need to keep in mind that the uploader's name will be mentioned as author.\n- Modules must be compliant with the law and must not act in malicious ways. The operator of this site will not take any responsibility (or give support) for uploaded modules.\n- Only default branches will be processed.\n\n## Module Release Requirements\n\n### Publishing Immutable Releases\n\nTo enhance security, this organization has enabled the **Immutable Releases** feature. You will not be able to move or delete Git tags, or modify or delete release assets. Additionally, creating an immutable release automatically generates a release attestation, which is a cryptographically verifiable release record containing the release tag, commit SHA, and release assets.\n\n\u003e [!NOTE]\n\u003e Immutable releases include protection against repository resurrection attacks. Even if the repository is deleted and a new repository with the same name is created, tags associated with immutable releases from the original repository cannot be reused.\n\n## Module Information\n\n### Module Name *\n\nThe Description of repository details.\n\n### Module ID *\n\nThe repository name.\n\n\u003e The id of the module - has to be the same for all versions!\n\n### Meta Module *\n\nThe `metamodule` field in `module.json` file.\n\n\u003e Set to `true` if this is a metamodule, otherwise set to `false`.\n\n### Summary\n\nThe `summary` field in `module.json` file.\n\n\u003e A brief description of the module, will be displayed outside the list, no formatting is supported.\n\u003e Leave blank to use trimmed value of full text as the summary.\n\n### Description *\n\nContents in `README.md` file.\n\n### Homepage URL *\n\nThe Website of repository details.\n\n\u003e Link to a site where users can get support for and discuss about your module. (e.g. your github issue)\n\n### Source Code URL\n\nThe `sourceUrl` field in `module.json` file.\n\n\u003e Link to the source code of your module if you published it.\n\n### Additional Authors\n\nThe `additionalAuthors` field in `module.json` file.\n\n| Field | Type | Description | Optional |\n| ----- | ---- | ----------- | -------- |\n| `type` | String | \"add\" or \"remove\" | No |\n| `name` | String | The name of author | No |\n| `link` | String | The link of author | Yes |\n\nExample in `module.json`:\n```json\n{\n  \"additionalAuthors\": [\n    {\n      \"type\": \"add\",\n      \"name\": \"tiann\",\n      \"link\": \"https://github.com/tiann\"\n    },\n    {\n      \"type\": \"add\",\n      \"name\": \"Ylarod\",\n      \"link\": \"https://github.com/Ylarod\"\n    },\n    {\n      \"type\": \"add\",\n      \"name\": \"KernelSU-Bot\"\n    },\n    {\n      \"type\": \"remove\",\n      \"name\": \"someoneInContributorsWillRemove\"\n    }\n  ]\n}\n```\n\n\u003e In case you have developed the module together with somebody else, but they don't have a GitHub account. You can write their names and links into the `module.json` file.\n\u003e All `Outside Collaborators` in this repository will be added by default.\n\n### Visibility\n\nIf you want to hide the module:\n- **Hide from repository**: Change repository to private in Repository Settings.\n\n## Versions\n\nWe use GitHub releases as a version update.\n\nVersion Name and Version Code will be parsed from `module.prop` in the module within release assets.\n\n### Version Name *\n\nThe `version` field in `module.prop`.\n\n\u003e This is the human-readable version number.\n\n### Version Code *\n\nThe `versionCode` field in `module.prop`.\n\n\u003e The technical version, used when checking for updates. Newer versions always need to have a higher number than previous versions.\n\n### Release Type *\n\nSet via the `This is a pre-release` checkbox.\n\n| Type | GitHub Release Type |\n| ---- | ------------------- |\n| Stable (low risk of bugs) | Release |\n| Beta (some bugs to be expected) | Pre-release |\n\n\u003e Classification how risky it is for users to install this version. By default, only stable versions will be shown.\n\n### Changes\n\nThe Release Description.\n\n\u003e A list of changes (new features, bugfixes) in this particular version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelsu-modules-repo%2Forg.kernelsu.example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkernelsu-modules-repo%2Forg.kernelsu.example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkernelsu-modules-repo%2Forg.kernelsu.example/lists"}