feat(memos): add memos note taking
This commit is contained in:
parent
c201da020c
commit
5a0c5bb487
3 changed files with 22 additions and 1 deletions
|
@ -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/)
|
||||
|
|
2
quadlets/memos/data.volume
Normal file
2
quadlets/memos/data.volume
Normal file
|
@ -0,0 +1,2 @@
|
|||
[Volume]
|
||||
VolumeName=memos-data
|
19
quadlets/memos/memos.container
Normal file
19
quadlets/memos/memos.container
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue