-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.