Commit graph

466 commits

Author SHA1 Message Date
Lucas Mirloup
4d0affd68f
docs: remove outdated zstd browser support comment (#403) 2024-06-20 10:39:25 -06:00
a
41470c4e02
caddyfile: snippet block input documentation (#400)
* initial

* Update Caddyfile

* tabs

* add note to other page
2024-06-19 15:07:03 -06:00
fin444
b61e96de9c
reverse_proxy: add health_follow_redirects (#401) 2024-06-15 12:56:47 -04:00
Matthew Holt
50fb6784f2
Re-add Fathom on new pages (fix #397) 2024-06-08 19:24:07 -06:00
Simon Legner
ddfb116cfc
docs: use vars inside templates (#396)
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-06-05 18:29:31 -04:00
Francis Lavoie
ca9ce7b2b5
Updated for v2.8.0 (#389)
Co-authored-by: Mohammed Al Sahaf <msaa1990@gmail.com>
Co-authored-by: Francis Lavoie <lavofr@gmail.com>
Co-authored-by: Nebez Briefkani <me@nebezb.com>
Co-authored-by: Mohammed Al Sahaf <mohammed@caffeinatedwonders.com>
2024-05-29 18:18:32 -04:00
Mohammed Al Sahaf
1a82466537
add nav link to the Profiling Caddy article (#391) 2024-05-13 10:12:55 +03:00
Jt Miclat
0b35d1a195
Fix broken link for otel env variables (#388) 2024-04-22 02:39:33 -04:00
Matthew Holt
a1e4e0b2ec
Fix link 2024-04-16 11:55:49 -06:00
Matthew Holt
596aabff9b Update sponsors
Add gitea, redirect.pizza, bestkru
2024-04-16 11:03:20 -06:00
Monviech
3a8c2af76c
install: Add OPNsense installation method (#386) 2024-03-30 18:42:03 -06:00
Razvan Deaconescu
b420593b02
docs/install: Add Unikraft (#383)
Add information on running Caddy with Unikraft. Unikraft is an open
source unikernel development kit: https://unikraft.org/

Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
2024-03-29 12:32:47 -06:00
Git'Fellow
b89a6b6c8d
Fix simple typo (#385) 2024-03-28 03:57:49 -04:00
Peter Zhang
649bfce004
fix typo (#382) 2024-03-23 19:48:16 -06:00
Ryan Gleeson
dd88f9a14d
Update reverse_proxy.md (#381)
Fixed typo to Authelia's forwarded-headers page
2024-03-21 09:05:13 -06:00
June
c9db93aa56
fix keepalive_interval link at reverse_proxy (#380) 2024-03-20 23:25:20 -04:00
artiokh
73da176536
remove www part from transistor domain sponsor (#379)
this caused ERR_SSL_UNRECOGNIZED_NAME_ALERT
2024-03-19 10:07:18 -04:00
PhilippKolmann
71a6b74f21
Update acme_eab in options.md (#378) 2024-03-11 12:16:06 -04:00
Francis Lavoie
22301d6a81
Big Caddyfile docs update (#374) 2024-02-20 06:49:30 -05:00
Francis Lavoie
3ec3033602
Update backticks syntax color 2024-02-20 06:19:04 -05:00
Matthew Holt
3c22d632ed
Improve testimonials 2024-02-19 16:39:35 -07:00
Matthew Holt
531b39f78d
Add more testimonials 2024-02-19 10:35:34 -07:00
Francis Lavoie
3ebfe769b5
Switch to jquery 4.0 (#372)
https://blog.jquery.com/2024/02/06/jquery-4-0-0-beta/
2024-02-08 16:50:16 -05:00
Mohammed Al Sahaf
6882c88152
restructure the "build from source" page (#370)
* restructure the "build from source" page

* partially address feedback

* address feedback

* Polishing, more cross-linking, update Docker Compose

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2024-02-08 09:40:50 +03:00
Francis Lavoie
a57d9e3ea2
Drop RSA cipher suites, order them the way Go does
See 67d555e089
2024-02-06 21:45:16 -05:00
Mohammed Al Sahaf
3b3c753162
add ids to some sections on features page (#371)
There's a need to link to the "Automatic HTTPS" and "ACME" sections. I've added an "id" attribute so we can link by fragment.
2024-02-06 20:49:14 +03:00
Matthew Holt
062349487d
Add SaaS Custom Domains to sponsors
And fix link to forum, oops
2024-02-01 16:20:35 -07:00
Matthew Holt
4985d104ec
Add Caddyfile for on-demand TLS demo 2024-02-01 16:16:15 -07:00
Matthew Holt
c93cc104f1
Add boot.dev logo to homepage and forum link to header 2024-02-01 16:15:29 -07:00
Przemysław Romanik
c341db1084
dns_challenge_override_domain: clarify expected domain and DNS plugin support (#367) 2024-01-16 19:55:59 -05:00
Francis Lavoie
19da61a7b9
Mention .home.arpa TLD in internal issuer hostname reqs 2024-01-10 15:07:13 -05:00
n4n5
27d60f4971
install: Add curl to debian install (#365) 2024-01-01 11:43:12 -07:00
Francis Lavoie
847bd6293e
Adjust Caddyfile unmarshal example code 2024-01-01 06:10:29 -05:00
Matthew Holt
8bf5c00581
Add FrankenPHP section to homepage 2023-12-19 15:48:11 -07:00
Mohammed Al Sahaf
519e744daf
running: mention systemd's EnvironmentFile directive (#362)
* running: mention systemd's `EnvironmentFile` directive

* mention real path example
2023-12-19 02:53:02 -05:00
Steffen Busch
839ec63c38
Fixed twitter post link SwiftOnSecurity (#360) 2023-12-15 08:27:17 -07:00
wchargin
aaf81459cc
build: Suggest restarting service to load custom modules (#350)
I followed these instructions on a fresh Debian 12 box, seemingly
successfully. But `systemctl reload caddy` would reject my Caddyfile
that tried to use those custom modules, logging "unknown module" errors,
even though `caddy list-modules` reported that they were installed.
After reading [a comment on `caddyserver/cache-handler`][c], I tried
running `systemctl restart caddy`, which immediately fixed the issue.

In retrospect, it makes sense that since `apt install caddy` starts the
systemd service, replacing the binary on the filesystem does nothing to
change the running server. But the instructions didn't suggest this, and
I'm used to only `reload`ing Caddy, so I didn't think of it myself.

[c]: https://github.com/caddyserver/cache-handler/issues/33#issuecomment-1234457086

wchargin-branch: custom-build-systemctl-restart
wchargin-source: 91f0cc15ae1eb8143fccc271e7aa2ecae5bc3da8
2023-12-13 20:45:02 -07:00
Matthew Holt
1cc9fecacc
caddyfile: Enumerate log levels (close #351) 2023-12-13 09:47:16 -07:00
Matthew Holt
740acd7aa5
Eliminate horizontal scroll on mobile safari 2023-12-12 14:25:18 -07:00
Matthew Holt
a9b51fe713 Fix domain name display in on-demand tls demo 2023-12-12 14:20:51 -07:00
Francis Lavoie
73d7aea616
Slight nav CSS adjustment, more compact 2023-12-12 10:45:20 -05:00
Francis Lavoie
0287674362
Fix a few images/links 2023-12-12 10:34:47 -05:00
Francis Lavoie
ddced518a1
Minor responsiveness adjustments 2023-12-11 14:50:05 -05:00
Matthew Holt
41674ce687
Add title to OpeNGraph tag 2023-12-11 11:23:50 -07:00
Matthew Holt
966824572c
Remove defunct twitter tags 2023-12-11 11:04:59 -07:00
Matthew Holt
c8ef91c47c
Update Caddyfile
Most people won't have the caddy-hitcounter plugin installed.
2023-12-11 10:15:21 -07:00
Matt Holt
07c51663ab
New Website: Phase I (#357)
* Initial commit; starting new design

Dropdown menu

* Begin docs layout of new design

* Get themes under control; button hover splash

* Some basic responsiveness

* Finish responsive layout; several bug fixes

* Avoid flash during color scheme change

* Begin building top of homepage

* docs: Start building quick-assist feature

* Work on homepage a little more

* Keep working on homepage

* More homepage progress

* Some sponsor SVGs

* Add sponsor features

* Implement basic Sponsor Experience box

* Reorganize some styles

* WIP sponsors page

* Start features page WIP

* Minor improvements

* Fix headings; work on features page

* WIP features page

* Continue work on marketing pages

* Continue work on features page

* More features WIP

* Continue features page...

* More work on features page

* Keeping going  :)

* Continue home and features pages

* More homepage/features content, screenshots, tweaks

* Minor fixes to features page

* Minor tweaks

* Work on testimonials

* Work on homepage more

* More homepage work

* Continue work on homepage

* Add some sponsor logos

* Some citation screenshots

* Add citations

* Start making homepage responsive

* Re-add cache busting

Fix docs

* Use markdown syntax highlighting on frontpage

* Rework AJQuery to $_ to not interfere with jQuery

* Rewrite quick assist with AlpineJS, use markdown for contents

* More work on marketing pages

* Rebase and fix code displays

* Syntax highlight on-demand example, fix rollover

* Adjust on-demand demo

* Work on responsiveness

* Keep working on responsiveness

* Mainly finish making design responsive

* Thiccer favicon

* More work on marketing pages

* Keep on going

* Fix link

* Move new site into src folder

* Add open graph image

* Add recorded demo for homepage

* Tweak caption

* Fix Poppins font for now

* Minor tweaks

* Trim demo ending

* Remove unfinished pages

Also update Framer logo

---------

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
2023-12-11 10:07:34 -07:00
Rahil Bhimjiani
5bb6d92c63
install: Add Gentoo package (#355)
Signed-off-by: Rahil Bhimjiani <me@rahil.website>
2023-12-06 16:36:00 -07:00
emilylange
62d50930b4
Fix default unix socket permissions
Ref: c85637a103
2023-11-25 18:24:32 +01:00
rwv
cc509e1b2a
fix reverse_proxy.md typo (#354) 2023-11-23 09:43:55 -05:00