mirror of
https://github.com/MSWS/Homelab.git
synced 2025-12-05 23:00:24 -08:00
86dbeb2c512d6f3ac925186c87aa9e7c41975379
- 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.
Homelab
This is the server-side configuration for my homelab setup.
Languages
JavaScript
41.3%
PHP
35.9%
CSS
17.1%
Twig
5.4%
Python
0.2%