feat: 新增 memos (#223)

This commit is contained in:
wanghe 2023-07-12 14:04:24 +08:00 committed by GitHub
parent 2e46691ca4
commit a12d886686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 69 additions and 0 deletions

10
apps/memos/0.13.2/data.yml Executable file
View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 5230
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -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

22
apps/memos/README.md Normal file
View File

@ -0,0 +1,22 @@
# memos
A lightweight, self-hosted memo hub. Open Source and Free forever.
<a href="https://usememos.com/docs">Documentation</a>
<a href="https://demo.usememos.com/">Live Demo</a>
Discuss in <a href="https://discord.gg/tfPJa4UmAv">Discord</a> / <a href="https://t.me/+-_tNF1k70UU4ZTc9">Telegram</a>
<p>
<a href="https://github.com/usememos/memos/stargazers"><img alt="GitHub stars" src="https://img.shields.io/github/stars/usememos/memos?logo=github" /></a>
<a href="https://discord.gg/tfPJa4UmAv"><img alt="Discord" src="https://img.shields.io/badge/discord-chat-5865f2?logo=discord&logoColor=f5f5f5" /></a>
</p>
![demo](https://usememos.com/demo.webp)
## Key points
- Open source and free forever
- Self-hosting with Docker in seconds
- Markdown support
- Customizable and sharable
- RESTful API for self-service

20
apps/memos/data.yml Executable file
View File

@ -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

BIN
apps/memos/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB