Initial commit with kopia app working
This commit is contained in:
33
apps/siyuan_Need to edit/config.json
Normal file
33
apps/siyuan_Need to edit/config.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"$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
|
||||
}
|
||||
Reference in New Issue
Block a user