highghlow
7 months ago
committed by
GitHub
3 changed files with 52 additions and 0 deletions
@ -0,0 +1,17 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: memos_main_1 |
|||
APP_PORT: 5230 |
|||
PROXY_AUTH_WHITELIST: "/api/*" |
|||
|
|||
main: |
|||
image: neosmemo/memos:0.22.0@sha256:2d6dc796dcd89e5787fe6c43c4e71c0e577d29f35ef4f5ab67240a3e70adaa58 |
|||
user: "1000:1000" |
|||
restart: on-failure |
|||
stop_grace_period: 1m |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data:/var/opt/memos |
|||
|
@ -0,0 +1,35 @@ |
|||
manifestVersion: 1 |
|||
id: memos |
|||
category: files |
|||
name: Memos |
|||
version: "0.22.0" |
|||
tagline: Easily capture and share your great thoughts |
|||
description: >- |
|||
A privacy-first, lightweight note-taking service. |
|||
Easily capture and share your great thoughts. |
|||
|
|||
- Open source and free forever. Embrace a future where creativity knows no boundaries with our open-source solution – free today, tomorrow, and always. |
|||
|
|||
- Self-hosting with Docker in just seconds. Enjoy the flexibility, scalability, and ease of setup that Docker provides, allowing you to have full control over your data and privacy. |
|||
|
|||
- Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach. |
|||
|
|||
- Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others. |
|||
|
|||
- RESTful API for third-party services. Embrace the power of integration and unleash new possibilities with our RESTful API support. |
|||
releaseNotes: "" |
|||
developer: Memos |
|||
website: https://www.usememos.com/ |
|||
dependencies: [] |
|||
repo: https://github.com/usememos/memos |
|||
support: https://github.com/usememos/memos/discussions |
|||
port: 5230 |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
path: "" |
|||
defaultUsername: "" |
|||
defaultPassword: "" |
|||
submitter: highghlow |
|||
submission: https://github.com/getumbrel/umbrel/pull/1043 |
Loading…
Reference in new issue