From ec851805cabd46cacfc4169650f64fc4ac56487f Mon Sep 17 00:00:00 2001 From: Bobby Date: Thu, 20 Jul 2023 03:01:24 -0400 Subject: Retiring `preview`: Fixed Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8ecd3a4..b77590f8 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Source Code for my Personal Website. - ~~Visit [preview.thatcomputerscientist.com](https://preview.thatcomputerscientist.com) to see a instant live deployment of changes whenever I start changing something on my local machine. (_Availability of this server is not guaranteed as it is only active whenever I am working on the project_. Also, sometimes I keep the project loaded in my code editor, while being idle or doing something else – the link is viewable during this time as well.)~~ -- [preview.thatcomputerscientist.com](https://preview.thatcomputerscientist.com) is no longer available. The shell script [`runserver.sh`](runserver.sh) can be used to start a local server that presents two domain options: +- `preview.thatcomputerscientist.com` is no longer available. The shell script [`runserver.sh`](runserver.sh) can be used to start a local server that presents two domain options: - `[*].peek.shi.foo` - - `[*].thatcomputerscientist.com` + - `[*].peek.thatcomputerscientist.com` Both these domains point to `127.0.0.1` and its a matter of preference which one to choose. The script also automatically generates SSL certificates for both domains and starts the server with HTTPS enabled. A complete, example command chain now looks like: ```bash -- cgit v1.2.3