CasaOS-Store/Apps/Memos/appfile.json

104 lines
2.2 KiB
JSON

{
"version": "0.12.2",
"title": "Memos",
"name": "Memos",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png",
"tagline": "A lightweight, self-hosted memo hub. Open Source and Free forever.",
"overview": "A lightweight, self-hosted memo hub. Open Source and Free forever.",
"thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/thumbnail.png",
"screenshots": [
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-1.png"
],
"category": ["Note"],
"developer": {
"name": "usememos Team",
"website": "https://github.com/usememos/memos/graphs/contributors",
"donate_text": "",
"donate_link": ""
},
"adaptor": {
"name": "usememos Team",
"website": "https://github.com/orgs/usememos/people",
"donate_text": "",
"donate_link": ""
},
"support": "",
"website": "",
"container": {
"image": "neosmemo/memos:latest",
"shell": "sh",
"privileged": false,
"network_model": "bridge",
"web_ui": {
"http": "5230",
"path": ""
},
"health_check": "",
"envs": [
{
"key": "PUID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "PGID",
"value": "1000",
"description": "",
"configurable": "no"
},
{
"key": "TZ",
"value": "$TZ",
"description": "",
"configurable": "no"
}
],
"ports": [
{
"container": "5230",
"host": "5230",
"type": "tcp",
"allocation": "automatic",
"configurable": "no",
"description": ""
}
],
"volumes": [
{
"container": "/var/opt/memos",
"host": "/DATA/AppData/memos/memos",
"mode": "rw",
"allocation": "automatic",
"configurable": "no",
"description": ""
},
],
"devices": [],
"constraints": {
"min_memory": 64,
"min_storage": 128
},
"restart_policy": "unless-stopped",
"sysctls": [],
"cap_add": [],
"labels": [],
"host_name": "Memos",
"cmd": []
},
"abilities": {
"notification": false,
"widgets": false,
"authentication": false,
"search": false,
"upnp": false
},
"tips": {
"before_install": []
},
"changelog": {
"latest_updates": "",
"url": ""
},
"latest_update_date": ""
}