app-store/apps/atuin/config.json
cori.schlegel 29f83952ee add no_gui
2024-01-14 14:14:30 +00:00

30 lines
677 B
JSON
Executable File

{
"$schema": "../schema.json",
"name": "Atuin Server",
"available": true,
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 1,
"version": "latest",
"categories": [
"utilities",
"development"
],
"description": "Making your shell magical",
"short_desc": "Magical Shell History",
"author": "https://github.com/atuinsh",
"source": "https://github.com/atuinsh/atuin",
"website": "https://atuin.sh",
"no_gui": true,
"form_fields": [
{
"type": "password",
"label": "Atuin DB Password",
"required": true,
"env_variable": "ATUIN_DB_PASSWORD"
}
],
"supported_architectures": ["amd64","arm64"]
}