MCPcopy Index your code

hub / github.com/andresribeiro/ciara / functions

Functions22 in github.com/andresribeiro/ciara

↓ 52 callersFunctionexecuteCommand
( ssh: NodeSSH, command: string, cwd?: string, )
utils/executeCommand.ts:7
↓ 3 callersFunctiongetConfigPath
()
utils/getConfigPath.ts:3
↓ 2 callersFunctionparseUfwRules
()
commands/deploy-helpers/ensureFirewallIsConfigured.ts:88
↓ 1 callersFunctionbuildImage
( ssh: NodeSSH, builderHost: string, appName: string, alreadyBuiltImageName: string | null, isDeployingOn
commands/deploy-helpers/buildImage.ts:11
↓ 1 callersFunctionconnectToSSH
( ssh: NodeSSH, server: typeof ServersType.infer, privateSSHKeyPath: string, )
commands/deploy-helpers/connectToSSH.ts:5
↓ 1 callersFunctiondeployCommand
()
commands/deploy.ts:18
↓ 1 callersFunctiondoHealthcheck
( ssh: NodeSSH, containerName: string, appPort: number, healthcheck: typeof HealthcheckType.infer | undefi
commands/deploy-helpers/doHealthcheck.ts:9
↓ 1 callersFunctionensureCaddyIsConfigured
( ssh: NodeSSH, appContainerName: string, proxySettings: typeof ProxyType.infer, )
commands/deploy-helpers/ensureCaddyIsConfigured.ts:11
↓ 1 callersFunctionensureDockerIsInstalled
(ssh: NodeSSH)
commands/deploy-helpers/ensureDockerIsInstalled.ts:5
↓ 1 callersFunctionensureDockerNetworkIsConfigured
(ssh: NodeSSH)
commands/deploy-helpers/ensureDockerNetworkIsConfigured.ts:7
↓ 1 callersFunctionensureFail2banIsConfigured
(ssh: NodeSSH)
commands/deploy-helpers/ensureFail2banIsConfigured.ts:5
↓ 1 callersFunctionensureFirewallIsConfigured
( ssh: NodeSSH, config: typeof FirewallType.infer, )
commands/deploy-helpers/ensureFirewallIsConfigured.ts:16
↓ 1 callersFunctionensureSSHPasswordLoginsAreDisabled
(ssh: NodeSSH)
commands/deploy-helpers/ensureSSHPasswordLoginsAreDisabled.ts:5
↓ 1 callersFunctionensureUnattendedUpgradesAreConfigured
( ssh: NodeSSH, rebootsEnabled: boolean, rebootsTime: string, )
commands/deploy-helpers/ensureUnattendedUpgradesAreConfigured.ts:5
↓ 1 callersFunctiongetSshPrivateKeyPath
()
commands/init.ts:79
↓ 1 callersFunctioninitCommand
()
commands/init.ts:8
↓ 1 callersFunctionparseEnv
(envFile: string)
commands/deploy-helpers/startNewContainer.ts:7
↓ 1 callersFunctionpruneDocker
(ssh: NodeSSH)
commands/deploy-helpers/pruneDocker.ts:5
↓ 1 callersFunctionreadCiaraConfig
()
commands/deploy-helpers/readCiaraConfig.ts:6
↓ 1 callersFunctionstartNewContainer
( ssh: NodeSSH, imageName: string, envFile: string | undefined, )
commands/deploy-helpers/startNewContainer.ts:12
↓ 1 callersFunctionstopOldContainers
(ssh: NodeSSH, appName: string)
commands/deploy-helpers/stopOldContainers.ts:5
↓ 1 callersFunctionvalidateCommand
()
commands/validate.ts:72