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
4871ebf2
Unverified
Commit
4871ebf2
authored
Jun 24, 2022
by
Steven
Committed by
GitHub
Jun 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: release v0.1.2 (#88)
* chore: release `v0.1.2` * chore: update demo.png
parent
929f621b
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
version.go
common/version.go
+1
-1
demo.png
resources/demo.png
+0
-0
package.json
web/package.json
+1
-1
No files found.
README.md
View file @
4871ebf2
...
...
@@ -31,7 +31,7 @@
## ⚓️ Deploy with Docker
```
docker
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.
1
docker run --name memos --publish 5230:5230 --volume ~/.memos/:/var/opt/memos -e mode=prod -e port=5230 neosmemo/memos:0.1.
2
```
Memos should now be running at
[
http://localhost:5230
](
http://localhost:5230
)
. If the
`~/.memos/`
does not have a
`memos_prod.db`
file, then
`memos`
will auto generate it.
...
...
common/version.go
View file @
4871ebf2
package
common
// Version is the service current released version.
var
Version
=
"0.1.
1
"
var
Version
=
"0.1.
2
"
resources/demo.png
View replaced file @
929f621b
View file @
4871ebf2
This diff is collapsed.
Click to expand it.
web/package.json
View file @
4871ebf2
{
"name"
:
"memos"
,
"version"
:
"0.1.
1
"
,
"version"
:
"0.1.
2
"
,
"scripts"
:
{
"dev"
:
"vite"
,
"build"
:
"tsc && vite build"
,
...
...
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