mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-10 18:06:56 +08:00
feat: 新增 memos (#223)
This commit is contained in:
parent
2e46691ca4
commit
a12d886686
10
apps/memos/0.13.2/data.yml
Executable file
10
apps/memos/0.13.2/data.yml
Executable 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
|
17
apps/memos/0.13.2/docker-compose.yml
Normal file
17
apps/memos/0.13.2/docker-compose.yml
Normal 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
22
apps/memos/README.md
Normal 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
20
apps/memos/data.yml
Executable 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
BIN
apps/memos/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user