Files
example-appstore/apps/siyuan_Need to edit/config.json
2025-11-08 00:18:25 -06:00

34 lines
1.0 KiB
JSON

{
"$schema": "../app-info-schema.json",
"name": "SiYuan",
"id": "siyuan",
"available": true,
"short_desc": "SiYuan is a privacy-first personal knowledge management system.",
"author": "siyuan-note",
"port": 6806,
"categories": ["utilities"],
"description": "SiYuan is a privacy-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG.",
"tipi_version": 37,
"version": "v3.3.5",
"website": "https://b3log.org/siyuan/en/",
"source": "https://github.com/siyuan-note/siyuan",
"exposable": true,
"dynamic_config": true,
"supported_architectures": ["arm64", "amd64"],
"form_fields": [
{
"type": "password",
"label": "Access Auth Code",
"required": true,
"min": 8,
"max": 50,
"hint": "Please be sure to modify, otherwise anyone can read and write your data.",
"env_variable": "SIYUAN_ACCESS_AUTH_CODE"
}
],
"uid": 1000,
"gid": 1000,
"created_at": 1691943801422,
"updated_at": 1760565921555
}