Skip to content

Commit

Permalink
Add memos (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwr1 authored Nov 2, 2023
1 parent 6bac609 commit 9c0d9ea
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
38 changes: 38 additions & 0 deletions servapps/memos/cosmos-compose.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"cosmos-installer": {},
"minVersion": "0.7.6",
"services": {
"{ServiceName}": {
"image": "ghcr.io/usememos/memos:latest",
"container_name": "{ServiceName}",
"restart": "unless-stopped",
"labels": {
"cosmos-force-network-secured": "true",
"cosmos-auto-update": "true",
"cosmos-icon": "https://azukaar.github.io/cosmos-servapps-official/servapps/memos/icon.png"
},
"volumes": [
{
"source": "{ServiceName}",
"target": "/var/opt/memos",
"type": "volume"
}
],
"routes": [
{
"name": "{ServiceName}",
"description": "Expose {ServiceName} to the web",
"useHost": true,
"target": "http://{ServiceName}:5230",
"mode": "SERVAPP",
"Timeout": 14400000,
"ThrottlePerMinute": 12000,
"BlockCommonBots": true,
"SmartShield": {
"Enabled": true
}
}
]
}
}
}
9 changes: 9 additions & 0 deletions servapps/memos/description.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "memos",
"description": "A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.",
"longDescription": "<p>Pure text with added Markdown support. Say goodbye to the overwhelming mental burden of rich formatting and embrace a minimalist approach.</p><p>Customize and share your notes effortlessly. With our intuitive sharing features, you can easily collaborate and distribute your notes with others.</p>",
"tags": ["markdown", "social-network", "memo", "note-taking", "notes", "microblog"],
"repository": "https://github.com/usememos/memos",
"image": "https://github.com/usememos/memos/pkgs/container/memos",
"supported_architectures": ["amd64", "arm64"]
}
Binary file added servapps/memos/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added servapps/memos/screenshots/1.webp
Binary file not shown.

0 comments on commit 9c0d9ea

Please sign in to comment.