archive.social/docs/const.md

67 wiersze
2.2 KiB
Markdown

<a name="module_const"></a>
## const
thread-keeper
**Author**: The Harvard Library Innovation Lab
**License**: MIT
* [const](#module_const)
* [.CERTS_PATH](#module_const.CERTS_PATH)
* [.DATA_PATH](#module_const.DATA_PATH)
* [.TMP_PATH](#module_const.TMP_PATH)
* [.TEMPLATES_PATH](#module_const.TEMPLATES_PATH)
* [.EXECUTABLES_FOLDER](#module_const.EXECUTABLES_FOLDER)
* [.STATIC_PATH](#module_const.STATIC_PATH)
* [.MAX_PARALLEL_CAPTURES_TOTAL](#module_const.MAX_PARALLEL_CAPTURES_TOTAL)
* [.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY](#module_const.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY)
<a name="module_const.CERTS_PATH"></a>
### const.CERTS\_PATH
Path to the folder holding the certificates used for signing the PDFs.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.DATA_PATH"></a>
### const.DATA\_PATH
Path to the "data" folder.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.TMP_PATH"></a>
### const.TMP\_PATH
Path to the folder in which temporary files will be written by the app.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.TEMPLATES_PATH"></a>
### const.TEMPLATES\_PATH
Path to the "templates" folder.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.EXECUTABLES_FOLDER"></a>
### const.EXECUTABLES\_FOLDER
Path to the "executables" folder, for dependencies that are meant to be executed directly, such as `yt-dlp`.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.STATIC_PATH"></a>
### const.STATIC\_PATH
Path to the "static" folder.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.MAX_PARALLEL_CAPTURES_TOTAL"></a>
### const.MAX\_PARALLEL\_CAPTURES\_TOTAL
Maximum capture processes that can be run in parallel.
**Kind**: static constant of [<code>const</code>](#module_const)
<a name="module_const.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY"></a>
### const.MAX\_PARALLEL\_CAPTURES\_PER\_ACCESS\_KEY
Maximum capture processes that can be run in parallel for a given key.
**Kind**: static constant of [<code>const</code>](#module_const)