2023-05-04 15:14:23 +00:00
|
|
|
{
|
2023-07-16 10:10:04 +00:00
|
|
|
"version": "0.14.0",
|
2023-05-04 15:14:23 +00:00
|
|
|
"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": [
|
2023-05-22 16:29:36 +00:00
|
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-1.png",
|
|
|
|
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-2.png"
|
2023-05-04 15:14:23 +00:00
|
|
|
],
|
2023-05-22 16:29:36 +00:00
|
|
|
"category": ["Notes"],
|
2023-05-04 15:14:23 +00:00
|
|
|
"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",
|
2023-05-22 16:29:36 +00:00
|
|
|
"description": "Memos HTTP Port"
|
2023-05-04 15:14:23 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"volumes": [
|
|
|
|
{
|
|
|
|
"container": "/var/opt/memos",
|
|
|
|
"host": "/DATA/AppData/memos/memos",
|
|
|
|
"mode": "rw",
|
|
|
|
"allocation": "automatic",
|
|
|
|
"configurable": "no",
|
2023-05-22 16:29:36 +00:00
|
|
|
"description": "memos data directory"
|
2023-05-04 15:14:23 +00:00
|
|
|
},
|
|
|
|
],
|
|
|
|
"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": ""
|
2023-07-16 10:10:04 +00:00
|
|
|
}
|