MSWS 86dbeb2c51 feat: Add URL rewrite and format config for routing and books
- Add `handle_path` block in `Caddyfile` to route `/s/*` requests to `chhoto-url:4567` via reverse proxy.
- Add `SUPPORTED_FORMATS` environment variable to `calibre-web-automated-book-downloader` in `compose.yml` to specify supported book formats (`epub`).
- Improve comments and documentation in `compose.yml` for clearer configuration details.

[caddy/Caddyfile]
- Added a new `handle_path` block to handle requests with the `/s/*` path.
  - Requests matching this path are rewritten by removing the `/s/` prefix.
  - These rewritten requests are then routed to `chhoto-url:4567` via reverse proxy.

- No changes were made to existing configurations. This change likely introduces a new route for handling shortened URLs or similar functionality.
[calibre/compose.yml]
- Added a new environment variable, `SUPPORTED_FORMATS`, to the configuration of `calibre-web-automated-book-downloader`, specifying supported book formats (`epub`).
- No changes were made to the ports, but some ports settings remain commented out for potential adjustments.
- Updated comments and documentation for variables and configuration, likely to improve clarity and explain configuration details more explicitly.
- No functional changes to other services or volume bindings.
2025-03-24 22:40:02 -07:00
2025-03-10 23:39:47 -07:00
2024-08-23 20:39:09 -07:00
2024-10-20 22:19:48 -07:00
2025-03-16 20:31:40 -07:00
2025-03-10 03:21:03 -07:00
2025-03-12 05:54:41 -07:00
2024-10-20 22:19:48 -07:00
2024-11-20 12:24:54 -08:00
2025-03-15 20:27:58 -07:00
2024-08-23 20:39:09 -07:00
2025-03-12 05:54:41 -07:00
2025-03-15 20:27:58 -07:00
2024-08-23 20:39:09 -07:00
2024-08-23 20:39:09 -07:00
2024-06-30 21:04:49 -07:00
2024-06-30 21:04:49 -07:00
2023-11-22 07:15:31 +00:00

Homelab

This is the server-side configuration for my homelab setup.

Description
No description provided
Readme 10 MiB
Languages
JavaScript 41.3%
PHP 35.9%
CSS 17.1%
Twig 5.4%
Python 0.2%