app-store/apps/atuin/config.json

35 lines
906 B
JSON
Raw Normal View History

2024-01-13 14:20:52 +00:00
{
"$schema": "../schema.json",
"name": "Atuin Server",
2024-01-13 14:20:52 +00:00
"available": true,
"exposable": true,
"port": 8888,
"id": "atuin",
"tipi_version": 5,
"version": "18.3.0",
"categories": ["utilities", "development"],
2024-01-13 14:20:52 +00:00
"description": "Making your shell magical",
"short_desc": "Magical Shell History",
2024-01-14 14:14:30 +00:00
"author": "https://github.com/atuinsh",
2024-01-13 14:20:52 +00:00
"source": "https://github.com/atuinsh/atuin",
"website": "https://atuin.sh",
2024-01-14 14:14:30 +00:00
"no_gui": true,
2024-01-14 05:09:32 +00:00
"form_fields": [
{
2024-01-29 18:53:14 +00:00
"type": "random",
2024-01-14 05:09:32 +00:00
"label": "Atuin DB Password",
2024-01-29 18:53:14 +00:00
"min": 50,
2024-01-14 05:09:32 +00:00
"env_variable": "ATUIN_DB_PASSWORD"
2024-01-29 18:53:14 +00:00
},
{
"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"
2024-01-14 05:09:32 +00:00
}
],
"supported_architectures": ["amd64", "arm64"]
2024-01-13 14:20:52 +00:00
}