mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-16 02:40:39 +09:00
Introduce bind presets for deployment setup
Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
e1bf9d66a7
commit
2a84e53c1b
35 changed files with 915 additions and 176 deletions
|
|
@ -3,6 +3,7 @@ export {
|
|||
COMPANY_STATUSES,
|
||||
DEPLOYMENT_MODES,
|
||||
DEPLOYMENT_EXPOSURES,
|
||||
BIND_MODES,
|
||||
AUTH_BASE_URL_MODES,
|
||||
AGENT_STATUSES,
|
||||
AGENT_ADAPTER_TYPES,
|
||||
|
|
@ -79,6 +80,7 @@ export {
|
|||
type CompanyStatus,
|
||||
type DeploymentMode,
|
||||
type DeploymentExposure,
|
||||
type BindMode,
|
||||
type AuthBaseUrlMode,
|
||||
type AgentStatus,
|
||||
type AgentAdapterType,
|
||||
|
|
@ -149,6 +151,16 @@ export {
|
|||
type PluginBridgeErrorCode,
|
||||
} from "./constants.js";
|
||||
|
||||
export {
|
||||
ALL_INTERFACES_BIND_HOST,
|
||||
LOOPBACK_BIND_HOST,
|
||||
inferBindModeFromHost,
|
||||
isAllInterfacesHost,
|
||||
isLoopbackHost,
|
||||
resolveRuntimeBind,
|
||||
validateConfiguredBindMode,
|
||||
} from "./network-bind.js";
|
||||
|
||||
export type {
|
||||
Company,
|
||||
FeedbackVote,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue