{
	"version": "0.14.0",
	"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",
		"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-2.png"
	],
	"category": ["Notes"],
	"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": "Memos HTTP Port"
			}
		],
		"volumes": [
			{
				"container": "/var/opt/memos",
				"host": "/DATA/AppData/memos/memos",
				"mode": "rw",
				"allocation": "automatic",
				"configurable": "no",
				"description": "memos data directory"
			},
		],
		"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": ""
}
