1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:42 +02:00
dockerfiles/memos
2024-09-12 17:43:11 +08:00
..
docker-compose.yml
README.md update memos 2024-09-12 17:43:11 +08:00

memos

Memos is a privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

$ API_URL=http://127.0.0.1:5230/api/v1
$ API_TOKEN=******
$ curl -H "Content-Type: application/json" -H "Authorization: Bearer $API_TOKEN" $API_URL/memos -d '{"content": "hello world", "visibility": "PUBLIC"}'

Read API Doc here.