CasaOS-Store/Apps/Siyuan-Note/appfile.json

98 lines
3.1 KiB
JSON

{
"version": "2.0",
"title": "Siyuan-Note",
"name": "Siyuan-Note",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/icon.png",
"tagline": "A privacy-first, self-hosted, fully open source personal knowledge management software, written in typescript and golang.",
"overview": "SiYuan is a privacy-first personal knowledge management system, support fine-grained block-level reference and Markdown WYSIWYG.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-1.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-2.jpg",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/screenshot-3.jpg"
],
"category": [
"Note"
],
"developer": {
"name": "Siyuan-Note",
"website": "https://b3log.org/siyuan/",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "CasaOS Team",
"website": "https://www.casaos.io",
"donate_text": "",
"donate_link": ""
},
"support": "https://discord.gg/knqAbbBbeX",
"website": "https://www.casaos.io",
"container": {
"image": "b3log/siyuan:2.10.6",
"shell": "bash",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "6806",
"path": "/"
},
"health_check": "",
"envs": [
{
"key": "TZ",
"value": "$TZ",
"configurable": "no",
"description": "TimeZone"
}
],
"ports": [
{
"container": "6806",
"host": "6806",
"type": "tcp",
"allocation": "preferred",
"configurable": "advanced",
"description": "WebUI HTTP Port"
}
],
"volumes": [
{
"container": "/Siyuan-Note",
"host": "/DATA/AppData/$AppID/Siyuan-Note",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": "Siyuan-Note workspace."
}
],
"devices": [],
"constraints": {
"min_memory": 512,
"min_storage": 2048
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": [
{
"content": "Default Account"
}
]
},
"changelog": {
"latest_updates": "",
"url": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Siyuan-Note/changelog.txt"
},
"latest_update_date": "2023.09.19"
}