Commit graph

36 commits

Author SHA1 Message Date
Chandler Swift 6a86383de9
bert: Add sharontrahan.com redirect 2025-02-14 19:17:43 -06:00
Chandler Swift 646eb50eba
bert: Redirect all troop352.us URLs to /
This is for backwards compatibility with the old site, which had e.g.
the calendar at `/calendar/`, etc.
2025-02-14 19:16:28 -06:00
Chandler Swift 8e73fab30f
bert: Add troop352.us 2025-02-14 19:16:28 -06:00
Chandler Swift efb6bc7b95
bert: Add stjohnscccc.com manual redirect page 2025-02-08 12:20:16 -06:00
Chandler Swift 3928a5b44d
bert: Rephrase site-not-found message
This gives me a bit of repudiability in case someone decides to point
someunsavorydomain.net at my server -- I don't want to automatically
respond indicating "yep, this is mine!"
2025-02-08 12:16:53 -06:00
Chandler Swift a0ed02d158
bert: Add www redirect for stjohnscccc.org 2025-02-08 12:13:12 -06:00
Chandler Swift 384f965b3b
bert: Refactor stjohnscccc.org config 2025-02-08 12:13:12 -06:00
Chandler Swift 54c4b7136d
bert: redir stjohnscccc.org/downloads -> downloads/ 2025-02-08 11:39:04 -06:00
Chandler Swift 71368d5081
bert: Add (ancient) blog.chandlerswift.com redirects
Cool URLs don't change, as they say; let's keep these working!
2025-02-07 22:05:19 -06:00
Chandler Swift 437097a71b
bert: Add chandlerswift.com cloudflare compat redir
Cloudflare Pages, the previous home of this site, strips the `.html`
suffix from filenames (no small part of the reason this site was moved!)
e.g. a recent post would be served on

https://chandlerswift.com/2024/11/12/install-lineageos-on-lemonade

and not on

https://chandlerswift.com/2024/11/12/install-lineageos-on-lemonade.html

and the latter would be redirected to the former.

To me, this seems like a perversion of file paths for no good reason,
and it seems that a not-insubstantial chunk of the internet agrees:

https://community.cloudflare.com/search?q=%22.html%22%20%23developers%3Acloudflare-pages

This has been repeatedly considered "feature not bug" (despite examples
of use cases the feature breaks), e.g.

https://github.com/cloudflare/workers-sdk/issues/1488

This PR used AI assistance (and manual verification) for Caddyfile
syntax:

https://chatgpt.com/share/67a6d4e5-a464-800c-9c4d-910faa53b2dd
2025-02-07 21:53:37 -06:00
Chandler Swift 510672f779
bert: Add gotosocial on social.chandlerswift.com 2025-02-07 21:50:13 -06:00
Chandler Swift f2e7d24b2f
bert: Add chandlerswift.com 2025-02-07 21:48:24 -06:00
Chandler Swift 86c09a00cc
bert: Update to bannergen v0.2.0 2025-01-16 17:10:44 -06:00
Chandler Swift 4c6606be31
bert: Add owntracks-recorder 2025-01-14 23:31:40 -06:00
Chandler Swift 9b6c2fdc3e
bert: Add bannergen 2025-01-14 18:06:19 -06:00
Chandler Swift 41ad7feade
bert: Fix content-type header on http default responder 2024-11-30 22:32:26 -06:00
Chandler Swift 898a98ef1e
bert: Serve swiftgang.net on www instead 2024-11-30 12:55:38 -06:00
Chandler Swift e02c3832a9
bert: Add lawrencedeerclub.chandlerswift.com 2024-11-20 11:28:28 -06:00
Chandler Swift 0ebcaee45d
bert: Add isaacswift.com and isaac user 2024-11-18 19:42:40 -06:00
Chandler Swift 4a5c10849c
bert: Add preview.chandlerswift.com forwarder 2024-11-13 00:43:48 -06:00
Chandler Swift 0f4b0295c8
bert: add 0hats.com
Future direction: Have a systemd timer that regens this automatically,
and updates the index page accordingly.
2024-11-12 10:56:04 -06:00
Chandler Swift 9e80802351
bert: Enable pureserendipityweddings.com redirect 2024-11-12 10:56:03 -06:00
Chandler Swift 9e3c4ee13e
bert: Add handle_errors clause to all sites
It looks like this was CLOSED WONTFIX: How can we _possibly_ know that
upon an error, the developer might want us to send an indication of that
error??!!1! Snark aside (mine and his): it looks like there's not a
great way to enable sane error behavior globally :/

https://caddy.community/t/handling-errors-globally/17174/2

In the future, I should probably make this a snippet or something.
2024-11-12 10:56:03 -06:00
Chandler Swift 542b9dd68d
bert: Add home.chandlerswift.com/sheets 2024-11-12 10:56:03 -06:00
Chandler Swift 5271fe9965
bert: Add navidrome 2024-11-12 10:56:03 -06:00
Chandler Swift 0c20daac0e
bert: Add harborpaperco.com hosting 2024-11-12 00:47:23 -06:00
Chandler Swift cdc6b0cb2a
Remove obtrusive Caddy footer from browse template 2024-11-06 01:44:36 -06:00
Chandler Swift 9fdf26756e
Make Caddy's browse template explicit 2024-11-06 01:44:04 -06:00
Chandler Swift 23ad3c1a47
Fix config for stjohnscccc.org 2024-11-06 01:22:11 -06:00
Chandler Swift 8c4a6a3c23
Add katherineandchandler.com 2024-11-06 00:00:51 -06:00
Chandler Swift fee81ed3c7
Move /srv/* into /srv/www/* 2024-11-05 23:50:59 -06:00
Chandler Swift 0e4a2c5b9d
Add forgejo 2024-11-05 23:50:58 -06:00
Chandler Swift 8afb236c52
Add swiftgang.net 2024-11-05 23:32:46 -06:00
Chandler Swift c993aa7c25
Add files.chandlerswift.com 2024-11-04 19:27:23 -06:00
Chandler Swift db88613987
Add basic prometheus/grafana setup 2024-10-31 01:50:48 -05:00
Chandler Swift 40bb9b51f6
Start setting up bert 2024-10-31 01:06:38 -05:00