secure-linux-web-hosting

โดย xixu-me

ใช้เมื่อตั้งค่า ปรับปรุงความปลอดภัย หรือตรวจสอบเซิร์ฟเวอร์คลาวด์สำหรับการโฮสต์ด้วยตนเอง รวมถึง DNS, SSH, ไฟร์วอลล์, Nginx, การโฮสต์เว็บไซต์แบบคงที่, การทำ reverse proxy สำหรับแอปพลิเคชัน, HTTPS ด้วย Let's Encrypt หรือไคลเอนต์ ACME, การเปลี่ยนเส้นทาง HTTP ไปยัง HTTPS อย่างปลอดภัย หรือการปรับแต่งเครือข่ายหลังการเปิดตัว เช่น BBR

npx skills add https://github.com/xixu-me/skills --skill secure-linux-web-hosting

Overview

Use this skill to turn a cloud server into a safely reachable web host without leaning on stale distro-specific memory or outdated Debian-10-era tutorials.

This skill keeps the familiar teaching arc of a beginner-friendly server guide, but turns it into a reusable operator workflow:

  1. Intake and routing
  2. Prerequisites
  3. Secure access
  4. Firewall and exposure
  5. Web server setup
  6. Static site or app proxy
  7. HTTPS
  8. Validation
  9. Optional advanced tuning

Before giving actionable commands, identify the distro family and verify the current package names, service units, config paths, and ACME-client guidance against official documentation for the user's distro and chosen tools.

Open references/workflow-map.md first for the phase sequence, then open the narrower reference file you need.

When to Use

Use this skill when the user mentions any of the following:

  • a cloud server, VM, droplet, or other Linux host they want to use for hosting
  • connecting a domain or DNS A/AAAA record to a server
  • SSH login, SSH hardening, root login, keys, ports, or firewall setup
  • installing or configuring Nginx for a website
  • serving a simple static site from Linux
  • putting a small app behind Nginx as a reverse proxy
  • HTTPS, Let's Encrypt, Certbot, acme.sh, certificate renewal, or redirecting HTTP to HTTPS
  • optional post-setup performance or network tuning such as BBR

Do not use this skill for:

  • Kubernetes, PaaS, or full container-orchestrator deployment design
  • application-specific build or CI/CD questions where Linux hosting is not the actual problem
  • Windows or macOS host administration
  • public multi-tenant production architecture reviews that need a broader SRE or platform-design treatment

Workflow

1. Intake and classify the current state

Start by identifying:

  • distro family or image name
  • whether the user has root access, an admin user, or only one live SSH session
  • whether DNS already points at the host
  • whether the goal is a static site or an app reverse proxy
  • whether ports are already exposed
  • whether HTTPS is already partially configured

If the distro is unknown, ask for it or have the user inspect /etc/os-release before giving concrete package or service commands.

2. Verify current docs before actionable commands

Use bundled references for routing, then verify details against live official docs before giving commands that depend on current distro behavior.

Always verify:

  • package manager commands and package names
  • firewall tooling and service names
  • SSH service unit names and config include paths
  • Nginx package and config layout
  • the chosen ACME client's current instructions

If you cannot verify a detail, say so and give high-level guidance instead of pretending the old Debian tutorial path is universal.

3. Keep the phases in order

Walk through the phases in this order unless the user is explicitly asking for review or remediation of an existing setup:

  1. prerequisites
  2. secure access
  3. firewall and exposure
  4. web server
  5. choose one hosting branch: static site or app proxy
  6. HTTPS
  7. validation
  8. optional advanced tuning

Do not collapse the static-site branch and reverse-proxy branch into one default answer. Pick the branch that matches the user's goal.

4. Enforce the safety gates

Treat these as hard stop checks:

  • Do not recommend changing SSH port, disabling password auth, or disabling root SSH login until key-based login works in a second SSH session.
  • Do not recommend certificate issuance until DNS resolves to the intended host and the HTTP site or proxy path works as expected.
  • Do not force an HTTP-to-HTTPS redirect until HTTPS loads cleanly.
  • Do not suggest BBR or similar tuning until secure hosting is already working.

Always distinguish:

  • local-machine actions: SSH, DNS checks, browser tests
  • server actions: package install, config edits, service reloads, firewall rules

Output Expectations

For a fresh setup, provide:

  • a brief diagnosis of the current state
  • the current phase and why it comes next
  • local-machine steps separate from server steps
  • concrete commands or config snippets only after doc verification
  • a verification step after each risky change
  • a short "if this fails, check X" branch for the likely mistake at that phase

For a hardening or troubleshooting review, provide:

  • the most likely risk or breakage first
  • a prioritized remediation sequence
  • the first safe verification step before the next config change

Common Mistakes

  • treating Debian-specific commands from an old article as Linux-universal
  • hardening SSH in the only active session and locking the user out
  • opening application ports directly instead of keeping the app on loopback
  • mixing static-file hosting guidance and reverse-proxy guidance in one config
  • attempting ACME issuance before DNS or HTTP is actually correct
  • forcing redirects before HTTPS is proven
  • treating BBR as part of the core setup instead of an optional later step
  • ignoring SELinux or AppArmor differences when Nginx can read files on one distro but not another

Reference Usage

Use references/workflow-map.md for the phase map, branching logic, and validation order.

Use references/distro-routing.md when distro family, package manager, firewall tooling, or config layout matters.

Use references/nginx-patterns.md when the user needs the static-site branch or the reverse-proxy branch.

Use references/security-and-tls.md for SSH hardening sequence, firewall posture, certificate issuance, renewal, and redirect timing.

Skills เพิ่มเติมจาก xixu-me

github-actions-docs
xixu-me
ใช้เมื่อผู้ใช้ถามถึงวิธีการเขียน อธิบาย ปรับแต่ง ย้ายระบบ รักษาความปลอดภัย หรือแก้ไขปัญหาเวิร์กโฟลว์ GitHub Actions, ไวยากรณ์เวิร์กโฟลว์, ทริกเกอร์, เมทริกซ์, รันเนอร์, เวิร์กโฟลว์ที่ใช้ซ้ำได้, อาร์ติแฟกต์, การแคช, ซีเคร็ต, OIDC, การปรับใช้, แอคชันแบบกำหนดเอง หรือ Actions Runner Controller โดยเฉพาะเมื่อต้องการเอกสารอย่างเป็นทางการของ GitHub, ลิงก์ที่แน่นอน หรือคำแนะนำ YAML ที่อ้างอิงจากเอกสาร
developmentdevopsdocument
use-my-browser
xixu-me
ใช้เมื่องานขึ้นอยู่กับเซสชันเบราว์เซอร์สดของผู้ใช้หรือสถานะที่เรนเดอร์แล้วซึ่งมองเห็นได้ มากกว่าการดึงข้อมูลแบบคงที่ โดยเฉพาะในบริบทการดีบักเบราว์เซอร์ หรือองค์ประกอบหรือคำขอที่เลือกจาก DevTools, แดชบอร์ดที่ล็อกอินแล้วหรือโฟลว์ CMS, แอป localhost, ฟอร์ม, การอัปโหลด, การดาวน์โหลด, การตรวจสอบสื่อ, การตรวจสอบ DOM หรือ iframe, Shadow DOM, หรือความล้มเหลวของเบราว์เซอร์ที่ดูเหมือน soft 404, กำแพงยืนยันตัวตน, การตรวจสอบป้องกันบอท, หรือการจำกัดอัตรา
browser-automationweb-scrapingtesting
readme-i18n
xixu-me
ใช้เมื่อผู้ใช้ต้องการแปล README ของ repository, ทำให้ repo รองรับหลายภาษา, แปลเอกสาร, เพิ่มตัวสลับภาษา, ทำให้ README เป็นสากล, หรืออัปเดต README เวอร์ชันภาษาต่างๆ ใน repository แบบ GitHub
documentdevelopmentapi
openclaw-secure-linux-cloud
xixu-me
ใช้เมื่อโฮสต์ OpenClaw ด้วยตนเองบนเซิร์ฟเวอร์คลาวด์, ปรับปรุงความปลอดภัยของเกตเวย์ OpenClaw ระยะไกล, เลือกระหว่าง SSH tunneling, Tailscale, หรือการเปิดเผยผ่าน reverse-proxy, หรือตรวจสอบ Podman, การจับคู่, การแซนด์บ็อกซ์, การยืนยันตัวตนด้วยโทเค็น, และค่าเริ่มต้นการอนุญาตเครื่องมือสำหรับการปรับใช้ส่วนบุคคลที่ปลอดภัย
devopssecurity
develop-userscripts
xixu-me
ใช้เมื่อสร้าง, ดีบัก, แพ็กเกจ หรือเผยแพร่ userscripts สำหรับเบราว์เซอร์สำหรับ Tampermonkey หรือ ScriptCat รวมถึง GM APIs, metadata blocks, ปัญหาการอนุญาต, การตั้งค่า @match/@grant/@connect, สคริปต์พื้นหลังหรือตามกำหนดเวลาของ ScriptCat, UserConfig blocks หรือขั้นตอนการทำงานแบบสมัครสมาชิก
developmentbrowser-automationweb-scraping
opensource-guide-coach
xixu-me
ใช้เมื่อผู้ใช้ต้องการคำแนะนำเกี่ยวกับการเริ่มต้น การมีส่วนร่วม การเติบโต การกำกับดูแล การระดมทุน การรักษาความปลอดภัย หรือการดำรงอยู่ของโครงการโอเพนซอร์ส หรือถามเกี่ยวกับการปฐมนิเทศผู้มีส่วนร่วม สุขภาพของชุมชน ความเหนื่อยล้าของผู้ดูแล จรรยาบรรณ ตัวชี้วัด พื้นฐานทางกฎหมาย หรือการนำโครงการโอเพนซอร์สไปใช้
developmentresearch
running-claude-code-via-litellm-copilot
xixu-me
ใช้เมื่อต้องการกำหนดเส้นทาง Claude Code ผ่านพร็อกซี LiteLLM ในเครื่องไปยัง GitHub Copilot เพื่อลดค่าใช้จ่ายโดยตรงจาก Anthropic กำหนดค่า ANTHROPIC_BASE_URL หรือ ANTHROPIC_MODEL ที่ต้องการแทนที่ หรือแก้ไขปัญหาการตั้งค่าพร็อกซี Copilot ที่ล้มเหลว เช่น model-not-found, ไม่มีการรับส่งข้อมูล localhost, หรือข้อผิดพลาดการตรวจสอบสิทธิ์ GitHub 401/403
developmentapidevops
skills-cli
xixu-me
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
developmentapiproductivity