[!IMPORTANT] Do not fork this repository if you want to create your own Magisk Modules Repository, use the Use this template button instead
A template repository to generate your own Magisk Modules Repository
Root Level
assets
, json
, log
, and modules
) and serves as the entry point for the repository.assets/
cover.webp
: Likely an image used as a cover or thumbnail. This cover image should be always *.webp
with a size of 1024x500.json/
config.json
: Probably holds repository-wide settings.modules.json
: Likely a listing or metadata for all modules in the repository.log/
sync_2025-01-04.log
: A log file for synchronization activities, possibly capturing recent updates or actions.modules/
modules/bindhosts/
track.yaml
: Likely tracks updates or version history.update.json
: Contains update details or changelogs.v1.8.5_185.md
: Documentation or release notes for version v1.8.5_185
.v1.8.5_185.zip
: The module’s distributable ZIP file for version v1.8.5_185
.modules/mmrl_wpd/
4.7.7_459.zip
: Distributable ZIP file for version 4.7.7_459
.track.yaml
: Tracks updates or history.update.json
: Contains update metadata.Learn more at the Googlers-Repo/magisk-modules-repo-util repository.