app-store/apps/atuin/config.json
2024-03-17 10:06:45 +01:00

41 lines
930 B
JSON
Executable File

{
"$schema": "../schema.json",
"name": "Atuin Server",
"available": true,
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 3,
"version": "18.1.0",
"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": "random",
"label": "Atuin DB Password",
"min": 50,
"env_variable": "ATUIN_DB_PASSWORD"
},
{
"type": "boolean",
"label": "Allow User Registrastion",
"hint": "Set it to true intially to create the first user.",
"placeholder": "true",
"default": true,
"env_variable": "ATUIN_ALLOW_REGISTRATION"
}
],
"supported_architectures": [
"amd64",
"arm64"
]
}