Files
nas/docs/index.html
T

57 lines
2.5 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NAS 文档索引</title>
<style>
:root{
--bg:#0f1117; --panel:#171a22; --panel2:#1d2129; --fg:#e6e8ee; --fg2:#a8afbd;
--accent:#e0884f; --accent2:#5fb0c9; --ok:#5ec27a; --bad:#e06a6a; --warn:#e0b84f;
--border:#272c36; --mono:"SF Mono",ui-monospace,Menlo,Consolas,monospace;
--sans:-apple-system,"PingFang SC","Helvetica Neue",Arial,sans-serif;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--sans);line-height:1.7;font-size:15px}
.wrap{max-width:960px;margin:0 auto;padding:48px 24px 96px}
h1{font-size:30px;line-height:1.3;margin:0 0 8px;letter-spacing:-.01em}
.sub{color:var(--fg2);font-size:15px;margin:0 0 32px}
h2{font-size:21px;margin:44px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--border)}
table{width:100%;border-collapse:collapse;margin:16px 0;font-size:14px}
th,td{text-align:left;padding:9px 12px;border-bottom:1px solid var(--border);vertical-align:top}
th{color:var(--fg2);font-weight:600;font-size:13px}
a{color:var(--accent2)}
.tag{display:inline-block;font-size:12px;font-weight:600;padding:2px 9px;border-radius:999px;vertical-align:middle}
.tag.ok{background:rgba(94,194,122,.16);color:var(--ok)}
.tag.warn{background:rgba(224,184,79,.16);color:var(--warn)}
code{font-family:var(--mono);font-size:.86em;background:var(--panel2);padding:1px 6px;border-radius:5px;color:#f0d9c4}
</style>
</head>
<body>
<div class="wrap">
<h1>NAS 文档索引</h1>
<p class="sub">Synology DS925+192.168.3.200)运维文档单一入口 · 仓库 <code>~/code/nas</code></p>
<h2>设计方案</h2>
<table>
<tr><th>文档</th><th>状态</th><th>说明</th></tr>
<tr>
<td><a href="remote-access-frp.html">家庭内网远程访问 —— frp 反向隧道 × pangolin × 分流 DNS</a></td>
<td><span class="tag warn">执行中</span></td>
<td>内外同域名访问 NAS/Windowsfrpc(NAS)→frps(pangolin1) 反向隧道 + split-horizon DNS + pangolin 客户端分流;NAS 侧一键脚本 <code>scripts/setup-frp-remote.sh</code></td>
</tr>
</table>
<h2>知识库 / 运维</h2>
<table>
<tr><th>文档</th><th>状态</th><th>说明</th></tr>
<tr>
<td><a href="public-access.md">NAS 公网访问(Tailscale 方案)</a></td>
<td><span class="tag ok">已上线</span></td>
<td>Tailscale 部署记录与踩坑(mihomo fake-ip 劫持等);frp 方案上线后保留作应急后门与部署跳板</td>
</tr>
</table>
</div>
</body>
</html>