- -
-

📡 ネットワークアクセス情報

-
-
-
🏠 ローカル
-
localhost
-
- ${networkInfo.addresses.map(addr => ` -
-
📶 LAN
-
${addr.address}
-
- `).join('')} - ${tailscaleStatus.connected ? ` -
-
📱 Tailscale
-
${tailscaleStatus.ip}
-
- ` : ` -
-
📱 Tailscale
-
未接続
-
- `} -
-
- - -
-

🛠️ サービス一覧

-
- ${services.map(service => ` -
-
-
- ${service.icon} -
-
${service.name}
-
${service.description}
-
-
- -
- `).join('')} -
-
-