当前位置:网站首页>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
边栏推荐
- 前缀、中缀、后缀表达式「建议收藏」
- Get to know linkerd project for the first time
- 国际自动机工程师学会(SAE International)战略投资几何伙伴
- 开发者,云原生数据库是未来吗?
- APICloud Studio3 API管理与调试使用教程
- CloudCompare——点云切片
- Introduction to sap ui5 flexiblecolumnlayout control
- What is the difference between Bi software in the domestic market
- Introduction to sap ui5 dynamicpage control
- #yyds干货盘点# 解决名企真题:搬圆桌
猜你喜欢

RHCSA5

关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益

先写API文档还是先写代码?

函数传递参数小案例

MySQL 巨坑:update 更新慎用影响行数做判断!!!

What is the difference between Bi software in the domestic market
![[cloud native] use of Nacos taskmanager task management](/img/ad/24bdd4572ef9990238913cb7cd16f8.png)
[cloud native] use of Nacos taskmanager task management

Get to know linkerd project for the first time

SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子

数据泄露怎么办?'华生·K'7招消灭安全威胁
随机推荐
Cf:a. the third three number problem
逆波兰表达式
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
量价虽降,商业银行结构性存款为何受上市公司所偏爱?
APICloud Studio3 API管理与调试使用教程
关于 SAP UI5 getSAPLogonLanguage is not a function 的错误消息以及 API 版本的讨论
Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
It's too convenient. You can complete the code release and approval by nailing it!
【每日一题】1200. 最小绝对差
Leetcode20. Valid parentheses
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
How to protect user privacy without password authentication?
A deep long article on the simplification and acceleration of join operation
Navigation property and entityset usage in SAP segw transaction code
Pycharm installation third party library diagram
Sorry, we can't open xxxxx Docx, because there is a problem with the content (repackaging problem)
How can non-technical departments participate in Devops?
MSTP and eth trunk
实现 1~number 之间,所有数字的加和
使用 jMeter 对 SAP Spartacus 进行并发性能测试