当前位置:网站首页>Fragmented knowledge management tool memos
Fragmented knowledge management tool memos
2022-07-05 13:09:00 【Yangpu Laosu】
What is? Memos ?
Memos
It's based onSQLite
Open 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
Jotsy
You 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
边栏推荐
- 同事半个月都没搞懂selenium,我半个小时就给他整明白!顺手秀了一波爬淘宝的操作[通俗易懂]
- Lb10s-asemi rectifier bridge lb10s
- Get to know linkerd project for the first time
- Reflection and imagination on the notation like tool
- Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
- Reverse Polish notation
- 关于 SAP UI5 floating footer 显示与否的单步调试以及使用 SAP UI5 的收益
- 函数传递参数小案例
- 自然语言处理从小白到精通(四):用机器学习做中文邮件内容分类
- Asemi rectifier bridge hd06 parameters, hd06 pictures, hd06 applications
猜你喜欢
Introduction to the principle of DNS
How to realize batch sending when fishing
聊聊异步编程的 7 种实现方式
SAP UI5 DynamicPage 控件介紹
Put functions in modules
Natural language processing series (I) introduction overview
Although the volume and price fall, why are the structural deposits of commercial banks favored by listed companies?
Discussion on error messages and API versions of SAP ui5 getsaplogonlanguage is not a function
SAP SEGW 事物码里的 ABAP Editor
初识Linkerd项目
随机推荐
Changing JS code has no effect
JPA规范总结和整理
【Hot100】34. 在排序数组中查找元素的第一个和最后一个位置
MySQL giant pit: update updates should be judged with caution by affecting the number of rows!!!
#从源头解决# 自定义头文件在VS上出现“无法打开源文件“XX.h“的问题
开发者,云原生数据库是未来吗?
Principle and performance analysis of lepton lossless compression
Cf:a. the third three number problem
Pandora IOT development board learning (HAL Library) - Experiment 7 window watchdog experiment (learning notes)
Difference between avc1 and H264
Hundred days to complete the open source task of the domestic database opengauss -- openguass minimalist version 3.0.0 installation tutorial
SAP SEGW 事物码里的 ABAP 类型和 EDM 类型映射的一个具体例子
Realize the addition of all numbers between 1 and number
Rocky基础知识1
946. 验证栈序列
SAP SEGW 事物码里的导航属性(Navigation Property) 和 EntitySet 使用方法
初次使用腾讯云,解决只能使用webshell连接,不能使用ssh连接。
DataPipeline双料入选中国信通院2022数智化图谱、数据库发展报告
The solution of outputting 64 bits from printf format%lld of cross platform (32bit and 64bit)
RHCSA8