Junv (via Hermes) c069b1f5ff demo-service: fix .draft/.bak HTML files downloaded instead of rendered
The site_content endpoint only checked for .html suffix to render
inline. Hidden HTML fallbacks (.index.html.draft, .index.html.bak)
have .draft or .bak suffixes, so they fell through to FileResponse
which triggered browser download instead of rendering.

Fix: also check for .draft and .bak suffixes.
2026-07-13 10:10:57 +10:00
2023-04-09 09:48:01 +10:00
2026-04-08 11:55:03 +10:00
2025-12-11 13:45:31 +11:00
2025-12-01 13:40:19 +11:00
2026-02-01 09:14:30 +11:00
2025-04-11 14:08:33 +10:00
2023-10-04 11:04:01 +11:00
2026-07-04 11:34:02 +10:00
2023-01-13 22:45:32 +11:00
2026-06-13 15:16:10 +10:00
2022-04-22 10:44:32 +10:00
2026-07-04 11:34:02 +10:00
2025-01-21 16:58:26 +11:00
2026-01-30 07:11:17 +11:00
2026-07-04 11:34:02 +10:00
2025-04-11 22:01:46 +10:00
2025-04-11 21:24:25 +10:00
2023-03-08 09:56:02 +11:00
2023-10-04 11:04:01 +11:00
2025-04-11 21:24:25 +10:00
2025-04-12 00:18:25 +10:00
2022-04-05 15:27:52 +10:00
2022-04-07 19:20:36 +10:00
2020-05-24 16:56:40 +10:00
2026-04-01 19:54:01 +11:00
2026-05-03 15:28:58 +10:00
2024-10-01 23:29:12 +10:00
2025-05-11 09:14:52 +10:00
2025-05-11 09:14:52 +10:00
2026-01-30 07:11:17 +11:00
2024-10-01 23:29:12 +10:00
2025-04-12 08:18:52 +10:00
2023-04-18 12:10:35 +10:00
2025-04-11 22:01:46 +10:00

Home docker

Containers my home media server set up

Fix home-server running out of disk

# Remove dangling images
sudo k3s crictl rmi --prune

# Clean stopped containers
sudo k3s crictl rm $(sudo k3s crictl ps -a -q --state exited)

S
Description
No description provided
Readme
1.8 MiB
Languages
Python 30.9%
Shell 27.2%
HCL 21.5%
HTML 19%
Dockerfile 1.3%
Other 0.1%