feat(memos): add memos note taking

This commit is contained in:
redbeardymcgee 2024-12-27 08:36:19 -06:00
parent c201da020c
commit 5a0c5bb487
3 changed files with 22 additions and 1 deletions

View file

@ -191,7 +191,7 @@ that I intend to add to this repository. It is still growing, and I welcome
- [x] [Matrix](https://matrix.org/)
- [ ] [Maxun](https://github.com/getmaxun/maxun)
- [x] [Mealie](https://mealie.io/)
- [ ] [Memos](https://usememos.com)
- [x] [Memos](https://usememos.com)
- [ ] [Miniflux](https://miniflux.app/)
- [x] [MinIO](https://min.io)
- [ ] [n8n](https://n8n.io/)

View file

@ -0,0 +1,2 @@
[Volume]
VolumeName=memos-data

View file

@ -0,0 +1,19 @@
[Unit]
Description=Memos note taking
[Service]
Restart=on-failure
TimeoutStartSec=900
[Install]
WantedBy=default.target
[Container]
Image=docker.io/neosmemo/memos:stable
ContainerName=memos
HostName=memos
PublishPort=5230
Volume=memos-data:/var/opt/memos