From d76a838bbb7fa8587718e1f4fdcbffcda3efa1b1 Mon Sep 17 00:00:00 2001 From: nessi Date: Thu, 12 Feb 2026 12:34:49 +0100 Subject: [PATCH] Update README with server IP and domain configuration Replaced `localhost` references with `` or custom domain options. This clarifies instructions for setting up the application on a remote server. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aeb4fb4..aac2aad 100644 --- a/README.md +++ b/README.md @@ -74,9 +74,9 @@ make up 4. Open: -- Frontend: `http://localhost:5173` -- Backend API: `http://localhost:8000/api/v1` -- OpenAPI docs: `http://localhost:8000/docs` +- Frontend: `http://:5173` (or `https://`) +- Backend API: `http://:8000/api/v1` (or `https:///api/v1`) +- OpenAPI docs: `http://:8000/docs` (or `https:///docs`) Default initial admin (from `.env`): @@ -127,7 +127,7 @@ All variables are defined in `.env.example`. - `FRONTEND_PORT`: Host port mapped to frontend container `80` - `VITE_API_URL`: API base URL baked into frontend build - Proxy/SSL setup: use `/api/v1` - - Direct local setup: use `http://localhost:8000/api/v1` + - Direct server setup: use `http://:/api/v1` ## API overview (minimum)