This JSON configuration file contains settings related to a Magisk repository. Below is a detailed explanation of each field in the config.json
file.
The name of the repository.
"name": "Template Magisk Modules Repository"
The base URL for fetching repository modules and tracks. The end slash is required!
"base_url": "https://example.com/"
The URL of the repository's website.
"website": "https://mmrl.dergoogler.com"
The URL to the support page for the repository.
"support": "url"
The URL where users can donate to support the repository.
"donate": "url"
This field allows submitting new tracks or modules to the repository.
"submission": "url"
A brief description of the repository.
```json
"description": "url"
Specifies the maximum number of allowed modules or users that the repository can support.
"max_num": 3
A flag that enables or disables logging. Set to true
to enable.
"enable_log": true
Specifies the directory where logs will be stored.
"log_dir": "log"
This file helps configure the repository, setting up key URLs, repository limits, logging configurations, and other metadata. The max_num
and log_dir
are particularly useful for controlling repository capacity and logging during operation.