mirror of
https://github.com/tborychowski/self-hosted-cookbook.git
synced 2025-01-22 19:38:30 +00:00
Merge branch 'master' of https://github.com/tborychowski/self-hosted-cookbook
* 'master' of https://github.com/tborychowski/self-hosted-cookbook: memos
This commit is contained in:
commit
fe0df314e0
@ -264,6 +264,7 @@ The aims is to provide a ready-to-run recipes that you can just copy, paste and
|
||||
|
||||
# Notes
|
||||
- [Joplin Server](apps/notes/joplin.md)
|
||||
- [Memos](apps/notes/memos.md)
|
||||
|
||||
|
||||
|
||||
|
26
apps/notes/memos.md
Normal file
26
apps/notes/memos.md
Normal file
@ -0,0 +1,26 @@
|
||||
# Memos
|
||||
An open-source, self-hosted memo hub with knowledge management and collaboration.
|
||||
|
||||
- Really easy to setup and use
|
||||
- Has a dedicated mobile client!
|
||||
- Quite good UX
|
||||
|
||||
<br>
|
||||
|
||||
- [Homepage](https://usememos.com)
|
||||
- [Github repo](https://github.com/usememos/memos)
|
||||
- [Mobile client](https://memos.moe)
|
||||
|
||||
|
||||
## docker-compose.yml
|
||||
```yaml
|
||||
---
|
||||
services:
|
||||
memos:
|
||||
image: neosmemo/memos:latest
|
||||
container_name: memos
|
||||
volumes:
|
||||
- ./memos:/var/opt/memos
|
||||
ports:
|
||||
- 5230:5230
|
||||
```
|
Loading…
Reference in New Issue
Block a user