mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
App Submission: Memos (#1043)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
3a3a7a2b3d
commit
5bec050b33
0
memos/data/.gitkeep
Normal file
0
memos/data/.gitkeep
Normal file
17
memos/docker-compose.yml
Normal file
17
memos/docker-compose.yml
Normal file
|
@ -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
|
||||
|
35
memos/umbrel-app.yml
Normal file
35
memos/umbrel-app.yml
Normal file
|
@ -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
Block a user