dbfilter_from_header
This module allows filtering Odoo databases using an HTTP header, useful for setups where database names cannot be mapped to proxied host names.
Key Features
- server: Enables database filtering via the X-Odoo-dbfilter HTTP header.
- server: Applies regex matching to filter available databases based on the header value.
- server: Works in conjunction with the standard Odoo dbfilter configuration.
- server: Requires proxy mode to be enabled for proper functionality.
- server: Supports configuration with various proxy servers like nginx, caddy, and apache.