Changeset a301d7a in Klonkt


Ignore:
Timestamp:
06/23/2026 07:17:27 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
45271b7
Parents:
6d3e2c1
Message:

docs: recommend a fresh/empty VPS for the one-command installer

State plainly that a clean VPS is the simplest setup; coexistence with an
existing server is still supported as a fallback.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    r6d3e2c1 ra301d7a  
    3434### Option A — One-command VPS installer (recommended)
    3535
    36 The simplest way on a fresh Debian/Ubuntu VPS. One command installs Node 20,
    37 Caddy (automatic HTTPS) and a systemd service, and is coexistence-safe (won't
    38 touch an existing Node/web server):
     36**Best on a fresh, empty Debian/Ubuntu VPS** — a cheap box with nothing else on
     37it. One command installs Node 20, Caddy (automatic HTTPS) and a systemd service.
     38If the server already runs something it adapts (picks a free port and skips Caddy
     39when another web server is present, then prints reverse-proxy instructions), but a
     40clean VPS is the simplest, most reliable setup:
    3941
    4042```bash
Note: See TracChangeset for help on using the changeset viewer.