From cdaeecb179b7c85baae39f681bc91445c7811d3e Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 19 Dec 2025 21:08:40 +0000 Subject: [PATCH] Docs updates. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c01b5b7..279ccd3 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,7 @@ Install [UV](https://docs.astral.sh/uv/getting-started/installation/) and run: uvx paskia serve --rp-id example.com ``` -On the first run it downloads the software and prints a registration link for the Admin. If you are going to be connecting `localhost` directly, for testing, leave out the rp-id. - -The server will start up on [localhost:4401](http://localhost:4401) *for authentication required*, serving for `*.example.com`. +On the first run it downloads the software and prints a registration link for the Admin. The server will start up on [localhost:4401](http://localhost:4401) *for authentication required*, serving for `*.example.com`. If you are going to be connecting `localhost` directly, for testing, leave out the rp-id. Otherwise you will need a web server such as [Caddy](https://caddyserver.com/) to serve HTTPS on your actual domain names and proxy requests to Paskia and your backend apps (see documentation below).