ExtensionsDownloads
Configuration
Every Downloads setting and what it does.
Settings live in config/downloads/config.json under DOWNLOADS. The file is created for you and
self-heals. Restart Kora after editing.
| Setting | Default | Description |
|---|---|---|
GITHUB.TOKEN | "" | A GitHub token used to read your releases (needed for private repos). |
LINK.EXPIRY | 24h | How long an issued link stays valid. |
LINK.MAX_USES | 0 | How many times a link can be used. 0 means no limit. |
STAMP | true | Rewrite placeholders and add BUILD.json on delivery. |
PLACEHOLDERS.ENABLED | true | Turn placeholder rewriting on or off. |
PLACEHOLDERS.* | tokens | The exact token strings to look for (for example %LICENSE_KEY%). |
Durations use a number plus a unit: ms, s, m, or h.

