Add support of CF_API_KEY_FILE environment variable (#3396)

This commit is contained in:
Maxim Liven
2025-04-05 16:37:51 +03:00
committed by GitHub
parent 5b549c0483
commit 483cd3a1d8
5 changed files with 33 additions and 3 deletions

View File

@@ -730,6 +730,12 @@ alternatively, you can mount: <code>/etc/localtime:/etc/localtime:ro
<td><code></code></td>
<td>✅</td>
</tr>
<tr>
<td><code>CF_API_KEY_FILE</code></td>
<td>A path to a file inside of container that contains <strong>YOUR</strong> CurseForge (Eternal) API Key.</td>
<td><code></code></td>
<td>✅</td>
</tr>
<tr>
<td><code>CF_PAGE_URL</code></td>
<td>Pass a page URL to the modpack or a specific file</td>