update memos (#159)

This commit is contained in:
CorrectRoadH 2023-05-23 00:29:36 +08:00 committed by GitHub
parent 829ce7a67d
commit e49ee7655d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 12 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "0.12.2", "version": "0.13.0",
"title": "Memos", "title": "Memos",
"name": "Memos", "name": "Memos",
"icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png", "icon": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png",
@ -7,9 +7,10 @@
"overview": "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", "thumbnail": "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/thumbnail.png",
"screenshots": [ "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-1.png",
"https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-2.png"
], ],
"category": ["Note"], "category": ["Notes"],
"developer": { "developer": {
"name": "usememos Team", "name": "usememos Team",
"website": "https://github.com/usememos/memos/graphs/contributors", "website": "https://github.com/usememos/memos/graphs/contributors",
@ -61,7 +62,7 @@
"type": "tcp", "type": "tcp",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
"description": "" "description": "Memos HTTP Port"
} }
], ],
"volumes": [ "volumes": [
@ -71,7 +72,7 @@
"mode": "rw", "mode": "rw",
"allocation": "automatic", "allocation": "automatic",
"configurable": "no", "configurable": "no",
"description": "" "description": "memos data directory"
}, },
], ],
"devices": [], "devices": [],

View File

@ -2,10 +2,10 @@ name: memos
services: services:
memos: memos:
environment: environment:
PGID: "1000" PGID: $PGID
PUID: "1000" PUID: $PUID
TZ: $TZ TZ: $TZ
image: neosmemo/memos:0.12.2 image: neosmemo/memos:0.13.0
deploy: deploy:
resources: resources:
reservations: reservations:
@ -30,21 +30,24 @@ services:
en_us: "" en_us: ""
- container: TZ - container: TZ
description: description:
en_us: "" en_us: "timezone"
zh_cn: "时区"
ports: ports:
- container: "5230" - container: "5230"
description: description:
en_us: WebUI HTTP Port en_us: WebUI HTTP Port
zh_cn: WebUI HTTP 端口 zh_cn: WebUI HTTP 端口
volumes: volumes:
- container: /config - container: /var/opt/memos
description: description:
en_us: "" en_us: memos data directory.
zh_cn: memos 数据目录
x-casaos: x-casaos:
architectures: architectures:
- amd64 - amd64
- arm64 - arm64
- arm
main: memos main: memos
author: usememos Team author: usememos Team
category: Notes category: Notes
@ -55,6 +58,7 @@ x-casaos:
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/icon.png
screenshot_link: screenshot_link:
- 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-1.png
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/Memos/screenshot-2.png
tagline: tagline:
en_us: Memos is a lightweight, self-hosted memo hub. Open Source and Free forever. en_us: Memos is a lightweight, self-hosted memo hub. Open Source and Free forever.
zh_cn: Memos 是一个轻量级的自托管Memos中心。 开源且永远免费。 zh_cn: Memos 是一个轻量级的自托管Memos中心。 开源且永远免费。

BIN
Apps/Memos/screenshot-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 KiB