diff --git a/memos/0.13.2/data.yml b/memos/0.13.2/data.yml new file mode 100755 index 000000000..93ac8576b --- /dev/null +++ b/memos/0.13.2/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 5230 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/memos/0.13.2/docker-compose.yml b/memos/0.13.2/docker-compose.yml new file mode 100644 index 000000000..51a4e0191 --- /dev/null +++ b/memos/0.13.2/docker-compose.yml @@ -0,0 +1,17 @@ +version: '3' +services: + memos: + image: neosmemo/memos:0.13.2 + container_name: ${CONTAINER_NAME} + restart: always + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:5230 + volumes: + - ./memos:/var/opt/memos + labels: + createdBy: "Apps" +networks: + 1panel-network: + external: true \ No newline at end of file diff --git a/memos/README.md b/memos/README.md new file mode 100644 index 000000000..470dfb532 --- /dev/null +++ b/memos/README.md @@ -0,0 +1,22 @@ +# memos + +A lightweight, self-hosted memo hub. Open Source and Free forever. + +Documentation • +Live Demo • +Discuss in Discord / Telegram + +
+ + + +## Key points + +- Open source and free forever +- Self-hosting with Docker in seconds +- Markdown support +- Customizable and sharable +- RESTful API for self-service \ No newline at end of file diff --git a/memos/data.yml b/memos/data.yml new file mode 100755 index 000000000..fca9fbb18 --- /dev/null +++ b/memos/data.yml @@ -0,0 +1,20 @@ +name: Memos +tags: + - 工具 +title: 轻量级、自托管的备忘录中心 +type: 工具 +description: 轻量级、自托管的备忘录中心 +additionalProperties: + key: memos + name: Memos + tags: + - Tool + shortDescZh: 轻量级、自托管的备忘录中心 + shortDescEn: A lightweight, self-hosted memo hub + type: tool + crossVersionUpdate: false + limit: 0 + recommend: 0 + website: https://usememos.com/ + github: https://github.com/usememos/memos + document: https://usememos.com/docs diff --git a/memos/logo.png b/memos/logo.png new file mode 100644 index 000000000..05d73a3fe Binary files /dev/null and b/memos/logo.png differ