Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion memos/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
APP_HOST: memos_main_1
APP_PORT: 5230
PROXY_AUTH_WHITELIST: "/api/*"
PROXY_AUTH_ADD: "false"

main:
image: neosmemo/memos:0.25.2@sha256:f8876c330a1a07ce0303e9ca6ffd3e1da6ed6421c6d24c7944ab76c7445fd66a
Expand Down
5 changes: 4 additions & 1 deletion memos/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1
id: memos
category: files
name: Memos
version: "0.25.2"
version: "0.25.2-auth-proxy-patch"
tagline: Easily capture and share your great thoughts
description: >-
A privacy-first, lightweight note-taking service.
Expand Down Expand Up @@ -43,6 +43,9 @@ releaseNotes: >-
- Improved Traditional Chinese translations
- Refactored and streamlined memo filtering logic

Security updates:
- Disable Proxy Auth

Full release notes are available at https://github.com/usememos/memos/releases
developer: Memos
website: https://www.usememos.com/
Expand Down