archive.social/docs/const.md

67 wiersze
2.2 KiB
Markdown
Czysty Zwykły widok Historia

2022-11-21 17:30:34 +00:00
<a name="const.module_js"></a>
## js
archive.social
**Author**: The Harvard Library Innovation Lab
**License**: MIT
* [js](#const.module_js)
* [.CERTS_PATH](#const.module_js.CERTS_PATH)
* [.DATA_PATH](#const.module_js.DATA_PATH)
* [.TMP_PATH](#const.module_js.TMP_PATH)
* [.TEMPLATES_PATH](#const.module_js.TEMPLATES_PATH)
* [.EXECUTABLES_FOLDER](#const.module_js.EXECUTABLES_FOLDER)
* [.STATIC_PATH](#const.module_js.STATIC_PATH)
* [.MAX_PARALLEL_CAPTURES_TOTAL](#const.module_js.MAX_PARALLEL_CAPTURES_TOTAL)
* [.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY](#const.module_js.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY)
<a name="const.module_js.CERTS_PATH"></a>
### js.CERTS\_PATH
Path to the folder holding the certificates used for signing the PDFs.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.DATA_PATH"></a>
### js.DATA\_PATH
Path to the "data" folder.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.TMP_PATH"></a>
### js.TMP\_PATH
Path to the folder in which temporary files will be written by the app.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.TEMPLATES_PATH"></a>
### js.TEMPLATES\_PATH
Path to the "templates" folder.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.EXECUTABLES_FOLDER"></a>
### js.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>js</code>](#const.module_js)
<a name="const.module_js.STATIC_PATH"></a>
### js.STATIC\_PATH
Path to the "static" folder.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.MAX_PARALLEL_CAPTURES_TOTAL"></a>
### js.MAX\_PARALLEL\_CAPTURES\_TOTAL
Maximum capture processes that can be run in parallel.
**Kind**: static constant of [<code>js</code>](#const.module_js)
<a name="const.module_js.MAX_PARALLEL_CAPTURES_PER_ACCESS_KEY"></a>
### js.MAX\_PARALLEL\_CAPTURES\_PER\_ACCESS\_KEY
Maximum capture processes that can be run in parallel for a given key.
**Kind**: static constant of [<code>js</code>](#const.module_js)