feat(hooks): allow gmail tailscale target URLs
This commit is contained in:
@@ -297,6 +297,8 @@ export type HooksGmailConfig = {
|
||||
tailscale?: {
|
||||
mode?: HooksGmailTailscaleMode;
|
||||
path?: string;
|
||||
/** Optional tailscale serve/funnel target (port, host:port, or full URL). */
|
||||
target?: string;
|
||||
};
|
||||
/** Optional model override for Gmail hook processing (provider/model or alias). */
|
||||
model?: string;
|
||||
|
||||
Reference in New Issue
Block a user