mirror of
https://github.com/usememos/memos.git
synced 2025-03-04 09:19:09 +08:00
chore: update resources
This commit is contained in:
parent
72d36b964a
commit
f5aaaca949
4 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/justmemos/memos" />
|
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/justmemos/memos" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`.
|
Memos is an open source, self-hosted alternative to [flomo](https://flomoapp.com/). Built with `Go` and `React`.
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ Making sure that you are in charge of your data and more customizations.
|
||||||
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev
|
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev
|
||||||
```
|
```
|
||||||
|
|
||||||
If the `/path/to/your/data` doesn't have a `.db` file, then memos will auto-generate it and the default username is `guest` with password `secret`.
|
If the `/path/to/your/data` doesn't have a `memos_prod.db` file, then `memos` will auto-generate it and the default username is `dear_musk` with password `secret`.
|
||||||
|
|
||||||
## 🌟 Star history
|
## 🌟 Star history
|
||||||
|
|
||||||
|
|
BIN
resources/demo.png
Normal file
BIN
resources/demo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 924 KiB |
Binary file not shown.
Before Width: | Height: | Size: 234 KiB |
Binary file not shown.
Loading…
Reference in a new issue