Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
b6ad21fe
Commit
b6ad21fe
authored
Apr 03, 2022
by
email
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update readme
parent
303b4399
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletion
+12
-1
README.md
README.md
+12
-1
No files found.
README.md
View file @
b6ad21fe
...
@@ -9,7 +9,6 @@
...
@@ -9,7 +9,6 @@
<img
alt=
"GitHub stars"
src=
"https://img.shields.io/github/stars/justmemos/memos"
/>
<img
alt=
"GitHub stars"
src=
"https://img.shields.io/github/stars/justmemos/memos"
/>
<img
alt=
"GitHub forks"
src=
"https://img.shields.io/github/forks/justmemos/memos"
/>
<img
alt=
"GitHub forks"
src=
"https://img.shields.io/github/forks/justmemos/memos"
/>
<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"
/>
<img
alt=
"GitHub license"
src=
"https://img.shields.io/github/license/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`
.
...
@@ -29,6 +28,18 @@ Making sure that you are in charge of your data and more customizations.
...
@@ -29,6 +28,18 @@ Making sure that you are in charge of your data and more customizations.
-
📑 Experience excellent interaction logic;
-
📑 Experience excellent interaction logic;
-
⚡️ Quick privatization deployment;
-
⚡️ Quick privatization deployment;
## ⚓️ Deploy Guide with Docker
1.
download the
[
initialized db file
](
https://github.com/justmemos/memos/raw/main/resources/memos_release.db
)
:
2.
pull and run docker image:
```docker
docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=release -e data=/var/opt/memos neosmemo/memos:dev
```
The default user account is
`guest`
with password
`secret`
.
---
---
Just enjoy it.
Just enjoy it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment