2026-01-24
技术
0
Caddyfile
it.lab-terminal.tech { # Blog handle /blog/* { uri strip_prefix /blog reverse_proxy localhost:8081 } # ntfy handle /notify/* { uri strip_prefix /notify reverse_proxy localhost:8082 } # APRS API handle /aprs/* { uri strip_prefix /aprs reverse_proxy localhost:8000 } # Trilium handle / { reverse_proxy localhost:8080 } }
2026-01-24
技术
0
2026-01-23
随笔
0

工作:

首先在8月份结束了财政厅的工作,gap了两个月去内地旅游玩了。

10月份回来去了同学所在的一个深信服的下级服务商去做实施工程师,发现自己还是那么的讨厌出差。

再加上那个公司二把手性格有点古怪,于是就打算换了。

2026-01-21
技术
0

第一步:生成公私钥

使用命令:

ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa_[YourServerName] -N ""

然后它会在你的路径下面生成一对公私钥:

id_rsa_[YourServerName]

id_rsa_[YourServerName].pub

2026-01-21
技术
0

在2023年的时候就在Github上发现了这个项目,

Trillium Note

当时的项目逻辑以及功能都比较简陋,

从0.42用到现在的0.101.3 截屏2026-01-21 00.47.09.png

功能真的越来越多了,