Batch: add/reorder frontmatter for all 360 notes (obsidian_frontmatter.py v3)

This commit is contained in:
2026-04-09 19:15:47 +08:00
parent bf7254dbbc
commit 2013357a08
360 changed files with 1465 additions and 740 deletions

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [apache, bi, docker, mysql, superset]
---
#docker #superset #apache #mysql #bi
``` bash

View File

@@ -1,3 +1,7 @@
---
title: Mac Mini 服务器配置:防止自动锁屏与睡眠
author: shenwei
---
# Mac Mini 服务器配置:防止自动锁屏与睡眠
本文档记录如何配置 Mac Mini 作为服务器使用时,防止自动锁屏和睡眠,确保可以通过远程桌面(如 RustDesk持续访问。

View File

@@ -1,14 +1,10 @@
---
title: Synology NAS + Xiaoya Alist + CloudDrvie2+ Plex to Build Media Platform
author:
title: 1. 安装Plex
author: shenwei
created: 2025-02-23
description:
tags:
- "#nas"
- "#synology"
- "#plex"
---
# 1. 安装Plex
## 1.1 群晖NAS安装Plex Server

View File

@@ -1,20 +1,13 @@
---
title: 可自动化、可扩展、AI增强的电商数据采集与处理系统
tags:
- "#ecommerce"
- "#scrapy"
- ai
- "#playwright"
title: 安装 Playwright 浏览器
author: shenwei
created: 2025-11-11
published:
author:
- Wei Shen
description: 可自动化、可扩展、AI增强的电商数据采集与处理系统
link:
source:
---
非常好的思路——你想要的是一个**可自动化、可扩展、AI增强的数据采集与处理系统**,基于 Docker + Ubuntu + n8n 搭建。下面我给你一个详细的设计与工具选择建议,从爬取到分析的整体架构。
---

View File

@@ -1,3 +1,8 @@
---
title: 一、系统要求
author: shenwei
tags: [ollama, openclaw, qwen, qwen-coder, ubuntu]
---
#ubuntu #ollama #qwen-coder #qwen #openclaw
```table-of-contents

View File

@@ -127,6 +127,11 @@ bind_addr = 0.0.0.0
bind_port = 7000
---
title: 前置共识(已知条件)
author: shenwei
tags: [caddy, cloudflare, frp, log, reverse-proxy, troubleshooting, vps]
---
# Dashboard
dashboard_addr = 0.0.0.0

View File

@@ -1,3 +1,7 @@
---
title: 3X-UI Xray on BandwagonVPS
author: shenwei
---
# 3X-UI Xray on BandwagonVPS
```table-of-contents

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [backup, clonezilla, nas, rufus, ubuntu]
---
#clonezilla #ubuntu #backup #nas #rufus

View File

@@ -1,14 +1,12 @@
---
title: Linux 运维必会的 150 个命令,不熟练早晚得出事?
source: https://mp.weixin.qq.com/s/_h2eTqPvduZctE0YarQtWw
author:
- "[[Weixin Official Accounts Platform]]"
published:
author: shenwei
created: 2025-09-29
description: 最全总结
tags:
- "#linux"
tags: [linux]
---
#linux

View File

@@ -297,7 +297,12 @@ Bash
# ================= 配置区域 =================
# 备份保存路径
BACKUP_DIR="/volume1/docker/zipline-stack/backups"
BACKUP_DIR="/volume1/docker/zipline-stack/backups"---
title: 1. 架构图Synology 专用)
author: shenwei
tags: [docker, image, minio, n8n, nas, synology, zipline]
---
# Postgres 容器名称 (需与 docker-compose.yml 一致)
PG_CONTAINER="zipline_postgres"
# 数据库用户和名称

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [database, mariadb, mysql, nas]
---
#nas #mysql #database #mariadb
```table-of-contents

View File

@@ -1,13 +1,12 @@
---
title: NodeWarden - 把 Bitwarden 搬上 Cloudflare Workers彻底告别服务器
source: https://www.appinn.com/nodewarden/
author:
author: shenwei
published: 2026-02-22
created: 2026-02-27
description: 部署 NodeWarden 之后的效果,就是在无服务器的情况下,也能在手机、电脑上使用 Bitwarden 客户端来保存密码了,支持自动登陆、二次验证之类的功能。
tags:
- clippings
---
Bitwarden 是少数客户端与服务器端都开源的密码管理系统,支持完整自托管部署。@ [Appinn](https://www.appinn.com/nodewarden/)
但有人更进一步:直接把服务器端运行在 Cloudflare Workers 上——也就是说,你连 VPS 都可以省了。

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [clash, merlin-clash, rax50]
---
#rax50 #merlin-clash #clash
![[IMG-20260304185325682.png]]

View File

@@ -1,3 +1,8 @@
---
title: 启动 SSH 服务
author: shenwei
tags: [ssh, ubuntu]
---
#ubuntu #ssh

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, proxychains, ubuntu, v2rayn]
---
#ubuntu #proxychains #docker #v2rayn
```table-of-contents

View File

@@ -80,7 +80,12 @@ rsync -azR --delete \
/home/shenwei/Docker/ \
"$DEST/" >> "$LOG" 2>&1
# --- 3. 状态检查 ---
# --- 3. 状态检查 ------
title: --- 配置区 ---
author: shenwei
tags: [backup, nas, rsync, ubuntu]
---
# rsync 返回 23 表示部分文件由于权限或消失未传输,这在备份正在运行的系统时常见。
# 我们重点看是否大部分数据已同步。
if [ $? -eq 0 ] || [ $? -eq 23 ] || [ $? -eq 24 ]; then

View File

@@ -32,7 +32,12 @@ sudo nano /etc/gdm3/custom.conf
Plaintext
```
[daemon]
[daemon]---
title: Uncoment the line below to force the login screen to use Xorg
author: shenwei
tags: [rustdesk, ubuntu]
---
# Uncoment the line below to force the login screen to use Xorg
WaylandEnable=false
```

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [ubuntu]
---
#ubuntu
```table-of-contents

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [clouddrive2, nas, synology]
---
#synology #nas #clouddrive2

View File

@@ -127,6 +127,11 @@ bind_addr = 0.0.0.0
bind_port = 7000
---
title: 前置共识(已知条件)
author: shenwei
tags: [caddy, cloudflare, frp, reverse-proxy, troubleshooting, ubuntu, vps]
---
# Dashboard
dashboard_addr = 0.0.0.0

View File

@@ -1,14 +1,10 @@
---
title: How to transfer Docker images and install in another Docker
source:
author:
author: shenwei
created: 2025-03-06
description:
tags:
- docker
- "#synology"
- "#nas"
tags: [docker, nas, synology]
---
#docker #synology #nas
Here is a example about transfer Docker images from my work laptop to my Synology NAS Docker

View File

@@ -1,3 +1,8 @@
---
title: ✅ 最常用:删除旧 Portainer Container + Volume
author: shenwei
tags: [container, docker, portainer, volume]
---
#docker #container #volume #portainer

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [linux]
---
#linux

View File

@@ -1,3 +1,8 @@
---
title: 1. 先卸载当前的挂载(如果当前还挂着的话)
author: shenwei
tags: [nas, nfs, synology, unbuntu]
---
#unbuntu #nfs #synology #nas

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, ubuntu]
---
#docker #ubuntu

View File

@@ -1,3 +1,8 @@
---
title: 如何用指纹浏览器安全注册并订阅Claude Pro会员全攻略
author: shenwei
tags: [adspower, claude, ip, pingme]
---
#claude #pingme #ip #adspower
```table-of-contents

View File

@@ -1,3 +1,8 @@
---
title: 将 0005 (Ubuntu) 放在启动顺序的首位
author: shenwei
tags: [hp, rufus, ubuntu, zbook]
---
#ubuntu #hp #zbook #rufus

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [linux, v2rayn, windows]
---
#linux #v2rayn #windows
### 通用说明

View File

@@ -1,15 +1,11 @@
---
title: 家庭监控方案Prometheus + Grafana + Node Exporter + cAdvisor +Blackbox
tags:
- "#prometheus"
- "#monitoring"
- "#grafana"
author:
- Wei Shen
title: 核心目标(你要覆盖的监控面)
author: shenwei
created: 2025-11-11
published:
description: 按优先级与场景划分的、能通过 Docker 部署的监控方案,并附带部署建议、关键监控项、告警示例
tags: [grafana, monitoring, prometheus]
---
#prometheus #grafana #monitoring

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, music, navidrome]
---
#docker #navidrome #music
``` yaml

View File

@@ -1,21 +1,13 @@
---
title: Install Apache Superset
source:
author:
created: ""
description:
tags:
- "#superset"
- "#apache"
- "#install"
- "#configuration"
- "#mysql"
published:
link:
kanban-plugin:
aliases:
author: shenwei
tags: [apache, bi, docker, mysql, superset]
link:
kanban-plugin:
aliases:
cssclasses:
---
#docker #superset #apache #mysql #bi
```

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, homarr]
---
#homarr #docker

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, jellyfin, movie, nas, synology, tv-show]
---
#jellyfin #docker #synology #nas #movie #tv-show

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, portainer]
---
#docker #portainer

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, it-tools]
---
#it-tools #docker

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [docker, transmission]
---
#docker #transmission
``` yaml

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [clash, merlin-clash, rax50]
---
#rax50 #merlin-clash #clash

View File

@@ -1,14 +1,10 @@
---
title: 群晖docker科学上网方法
author:
- Shen Wei
tags:
- docker
- v2raya
- "#nas"
title: 测试 Google 连接(强制走代理端口,假设 HTTP 端口是 20171
author: shenwei
created: 2025-03-08
description:
tags: [docker, nas, synology, v2raya, vpn]
---
#v2raya #nas #synology #vpn #docker
```table-of-contents

View File

@@ -1,3 +1,8 @@
---
title: 家庭网络环境概览
author: shenwei
tags: [home-office, nas, synology, ubuntu, vps]
---
#vps #nas #synology #ubuntu #home-office
```table-of-contents

View File

@@ -1,3 +1,7 @@
---
author: shenwei
tags: [frp, frpc, gatekeeper, mac-mini, macos]
---
#mac-mini #frp #frpc #macos #gatekeeper
```table-of-contents

View File

@@ -1,3 +1,8 @@
---
title: Ubuntu 安装 FRP 0.65.0x86_64操作笔记
author: shenwei
tags: [frp, frpc, ubuntu]
---
# Ubuntu 安装 FRP 0.65.0x86_64操作笔记
#ubuntu #frp #frpc

View File

@@ -1,3 +1,8 @@
---
title: 1 创建 Symbolic Link
author: shenwei
tags: [obsidian, openclaw, symbolic-link]
---
#symbolic-link #obsidian #openclaw
下面是一份可以直接放进 **Obsidian** 的 Markdown 笔记,用于记录 **macOS 创建 / 解除 Symbolic Link符号链接** 的操作。