app-store/apps/atuin/config.json

29 lines
640 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": "atuinsh",
"source": "https://github.com/atuinsh/atuin",
"website": "https://atuin.sh",
"form_fields": [
{
"type": "password",
"label": "Atuin DB Password",
"required": true,
"env_variable": "ATUIN_DB_PASSWORD"
}
],
"supported_architectures": ["amd64","arm64"]
}