From 156a77f326b3615b2dd3fd91081061a8c237ddd6 Mon Sep 17 00:00:00 2001 From: byearthinc-com <188405953+byearthinc-com@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:06:49 +0300 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c174a55b..c59e2a22 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -The Caddy Website +byearthinc ================= This is the source of the Caddy website, [caddyserver.com](https://caddyserver.com). From a0f10c791c1922e537c6bd38e9da6f55d4820f2f Mon Sep 17 00:00:00 2001 From: byearthinc-com <188405953+byearthinc-com@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:15:39 +0300 Subject: [PATCH 2/3] Update README.md --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/README.md b/README.md index c59e2a22..e69de29b 100644 --- a/README.md +++ b/README.md @@ -1,32 +0,0 @@ -byearthinc -================= - -This is the source of the Caddy website, [caddyserver.com](https://caddyserver.com). - - -## Requirements - -- Caddy v2.7.6 or newer (installed in your PATH as `caddy`) -- To display the retro hit counter (just for fun), the [caddy-hitcounter](https://github.com/mholt/caddy-hitcounter) plugin. Then uncomment the relevant lines in the Caddyfile. - - -## Quick start - -1. `git clone https://github.com/caddyserver/website.git` -2. `cd website` -3. `caddy run` - -Your first time, you may be prompted for a password. This is so Caddy can serve the site over local HTTPS. If you can't bind to low ports, change [the address at the top of the Caddyfile](https://github.com/caddyserver/website/blob/master/Caddyfile#L1), for example `localhost:2015`. - -You can then load [https://localhost](https://localhost) (or whatever address you configured) in your browser. - -### Docker - -You can run rootless with docker with -``` -docker stop caddy-website || true && docker rm caddy-website || true -docker run --name caddy-website -it -p 8443:443 -v ./:/wd caddy sh -c "cd /wd && caddy run" -``` - -This will allow you to connect to https://localhost:8443 - From e356b5e655c40ef49663b3f83ba1ef9ea22a0faf Mon Sep 17 00:00:00 2001 From: byearthinc-com <188405953+byearthinc-com@users.noreply.github.com> Date: Thu, 16 Jan 2025 03:58:43 +0300 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e69de29b..2535ecb8 100644 --- a/README.md +++ b/README.md @@ -0,0 +1 @@ +byearthinc \ No newline at end of file