Nathan Fretz
5 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
12 additions and
7 deletions
-
memos/docker-compose.yml
-
memos/umbrel-app.yml
|
|
@ -8,7 +8,7 @@ services: |
|
|
|
PROXY_AUTH_WHITELIST: "/api/*" |
|
|
|
|
|
|
|
main: |
|
|
|
image: neosmemo/memos:0.22.4@sha256:b17a43b084327a8e37121fc3cce67a0a43b8a3ad75f9e9fa51c3f5b5ace290b4 |
|
|
|
image: neosmemo/memos:0.22.5@sha256:83e3a5bd72c1b9c35213f83bffaf1df7b959cf0b04ebc40e7c82582e2cd00514 |
|
|
|
user: "1000:1000" |
|
|
|
restart: on-failure |
|
|
|
stop_grace_period: 1m |
|
|
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1 |
|
|
|
id: memos |
|
|
|
category: files |
|
|
|
name: Memos |
|
|
|
version: "0.22.4" |
|
|
|
version: "0.22.5" |
|
|
|
tagline: Easily capture and share your great thoughts |
|
|
|
description: >- |
|
|
|
A privacy-first, lightweight note-taking service. |
|
|
@ -19,11 +19,16 @@ description: >- |
|
|
|
- RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support. |
|
|
|
releaseNotes: >- |
|
|
|
This update includes several enhancements and new features: |
|
|
|
|
|
|
|
- Support changing the date when editing memos. |
|
|
|
- Added calendar view on Home page to better review recent activities. |
|
|
|
- Removed the Timeline page. |
|
|
|
|
|
|
|
|
|
|
|
- Added support for changing the date when editing memos |
|
|
|
- Implemented a calendar view on the Home page for better activity review |
|
|
|
- Introduced memo display settings menu |
|
|
|
- Added security-related settings |
|
|
|
- Implemented week start day setting |
|
|
|
- Reintroduced thumbnails |
|
|
|
- Added support for ordering memos by time in ascending order |
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/usememos/memos/releases |
|
|
|
developer: Memos |
|
|
|
website: https://www.usememos.com/ |
|
|
|