当前位置:网站首页>Fragmented knowledge management tool memos
Fragmented knowledge management tool memos
2022-07-05 13:09:00 【Yangpu Laosu】

What is? Memos ?
MemosIt's based onSQLiteOpen source of database 、 Self managed knowledge base .
Memos And what we introduced earlier Jotsy More like , Use netizens zxc Saying ,“ There seems to be no word limit twitter equally .”
About
JotsyYou can read what Lao Su wrote :『 Rust Build open source notes Jotsy 』
This fragmented recording tool , Used for knowledge management , The effect is unknown , After all, Lao Su hasn't used it deeply .
Personal feeling Memos It should be with flomo · Ink notes Similar applications , The interface is almost the same , So from flomo You can learn Memos Application scenarios and development concepts :
- Record ideas quickly
- Continuous recording
- Generate fantastic ideas
From the interface provided by the official website ,Memos Probably developed by Chinese , We can Memos As flomo · Ink notes Open source alternatives to .

install
On the group light with Docker Way to install .
Search the registry for memos , Select first neosmemo/memos, Version selection 0.1.1.
At the time of publication , The latest version is already
0.1.3

volume
stay docker In the folder , Create a new folder memos, And create a subfolder data
| Folder | Loading path | explain |
|---|---|---|
docker/memos/data | /var/opt/memos | Store database |

port
The local port does not conflict , If you're not sure, you can use the command to check
# Check port usage
netstat -tunlp | grep Port number
| Local port | Container port |
|---|---|
5230 | 8080 |
By default, there is no port

We need to order by ourselves “+” Number added

Environmental Science
| variable | value |
|---|---|
mode | Default to prod |

Command line installation
If you are familiar with the command line , Possible docker cli Faster
# New folder memos and subdirectories
mkdir -p /volume2/docker/memos/data
# Get into memos Catalog
cd /volume2/docker/memos
# Run container
docker run -d \
--restart unless-stopped \
--name memos \
-p 5230:8080 \
-v $(pwd)/data:/var/opt/memos \
-e mode=prod \
neosmemo/memos:0.1.1
It can also be used. docker-compose install , Save the following as docker-compose.yml file
version: '3'
services:
memos:
image: neosmemo/memos:0.1.1
container_name: memos
restart: unless-stopped
ports:
- 5230:8080
volumes:
- /volume2/docker/memos/data:/var/opt/memos
environment:
- mode=prod
Then execute the following command , stay portainer It is also possible to execute in
# New folder memos and subdirectories
mkdir -p /volume2/docker/memos/data
# Entry directory
cd /volume2/docker/memos
# take docker-compose.yml Put in the current directory
# One button start
docker-compose up -d
function
Enter... In the browser http:// Synology IP:5230 You can see the login interface

Enter your email and password , spot Sign up as Owner, This account will become an administrator

use Hello World! Say hello

Function is relatively simple

Setting Members can be added in

It seems that there are still problems in the naming of pictures ,avataaars.png That's all right. , however avataaars (2).png There are problems.

From the page code , It seems that the name has become (2).png
It seems that the problem should be caused by spaces , This should be a low-level mistake

The normal thing is that

Record the current version

Reference documents
usememos/memos: An open source, self-hosted knowledge base that works with a SQLite db file.
Address :https://github.com/usememos/memos
Memos
Address :https://memos.onrender.com
边栏推荐
- #yyds干货盘点# 解决名企真题:搬圆桌
- DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
- Shi Zhenzhen's 2021 summary and 2022 outlook | colorful eggs at the end of the article
- It's too convenient. You can complete the code release and approval by nailing it!
- My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
- LeetCode20.有效的括号
- Put functions in modules
- Shu tianmeng map × Weiyan technology - Dream map database circle of friends + 1
- How can non-technical departments participate in Devops?
- Developers, is cloud native database the future?
猜你喜欢

Concurrent performance test of SAP Spartacus with JMeter

逆波兰表达式

RHCSA9

Word document injection (tracking word documents) incomplete

DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告

【每日一题】1200. 最小绝对差

开发者,云原生数据库是未来吗?

About the single step debugging of whether SAP ui5 floating footer is displayed or not and the benefits of using SAP ui5

Binder通信过程及ServiceManager创建过程

Datapipeline was selected into the 2022 digital intelligence atlas and database development report of China Academy of communications and communications
随机推荐
跨平台(32bit和64bit)的 printf 格式符 %lld 输出64位的解决方式
Alibaba cloud SLB load balancing product basic concept and purchase process
Why is your next computer a computer? Explore different remote operations
SAP UI5 ObjectPageLayout 控件使用方法分享
Introduction to sap ui5 flexiblecolumnlayout control
Sorry, we can't open xxxxx Docx, because there is a problem with the content (repackaging problem)
Install rhel8.2 virtual machine
leetcode:221. Maximum square [essence of DP state transition]
初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
The Research Report "2022 RPA supplier strength matrix analysis of China's banking industry" was officially launched
Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
Compile kernel modules separately
AVC1与H264的区别
Notion 类笔记软件如何选择?Notion 、FlowUs 、Wolai 对比评测
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
Natural language processing series (I) introduction overview
My colleague didn't understand selenium for half a month, so I figured it out for him in half an hour! Easily showed a wave of operations of climbing Taobao [easy to understand]
Leetcode20. Valid parentheses
[cloud native] use of Nacos taskmanager task management