c407343e46
* [App] ArchiveBox * Update apps/archivebox/metadata/description.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * feat(docker=compose): add more env vars for app and their default value --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: JigSawFr <JigSawFr@users.noreply.github.com>
36 lines
942 B
JSON
Executable File
36 lines
942 B
JSON
Executable File
{
|
|
"$schema": "../schema.json",
|
|
"name": "ArchiveBox",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8015,
|
|
"id": "archivebox",
|
|
"tipi_version": 1,
|
|
"version": "0.7.3",
|
|
"categories": ["media"],
|
|
"description": "ArchiveBox is a powerful, self-hosted internet archiving solution to collect, save, and view websites offline.",
|
|
"short_desc": "Open source self-hosted web archiving.",
|
|
"author": "archivebox",
|
|
"source": "https://github.com/ArchiveBox/ArchiveBox",
|
|
"website": "https://archivebox.io",
|
|
"form_fields": [
|
|
{
|
|
"type": "text",
|
|
"label": "ArchiveBox Username",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "ARCHIVEBOX_USERNAME"
|
|
},
|
|
{
|
|
"type": "password",
|
|
"label": "ArchiveBox Password",
|
|
"max": 50,
|
|
"min": 12,
|
|
"required": true,
|
|
"env_variable": "ARCHIVEBOX_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|