Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/andresribeiro/ciara
/ functions
Functions
22 in github.com/andresribeiro/ciara
⨍
Functions
22
◇
Types & classes
0
↓ 52 callers
Function
executeCommand
( ssh: NodeSSH, command: string, cwd?: string, )
utils/executeCommand.ts:7
↓ 3 callers
Function
getConfigPath
()
utils/getConfigPath.ts:3
↓ 2 callers
Function
parseUfwRules
()
commands/deploy-helpers/ensureFirewallIsConfigured.ts:88
↓ 1 callers
Function
buildImage
( ssh: NodeSSH, builderHost: string, appName: string, alreadyBuiltImageName: string | null, isDeployingOn
commands/deploy-helpers/buildImage.ts:11
↓ 1 callers
Function
connectToSSH
( ssh: NodeSSH, server: typeof ServersType.infer, privateSSHKeyPath: string, )
commands/deploy-helpers/connectToSSH.ts:5
↓ 1 callers
Function
deployCommand
()
commands/deploy.ts:18
↓ 1 callers
Function
doHealthcheck
( ssh: NodeSSH, containerName: string, appPort: number, healthcheck: typeof HealthcheckType.infer | undefi
commands/deploy-helpers/doHealthcheck.ts:9
↓ 1 callers
Function
ensureCaddyIsConfigured
( ssh: NodeSSH, appContainerName: string, proxySettings: typeof ProxyType.infer, )
commands/deploy-helpers/ensureCaddyIsConfigured.ts:11
↓ 1 callers
Function
ensureDockerIsInstalled
(ssh: NodeSSH)
commands/deploy-helpers/ensureDockerIsInstalled.ts:5
↓ 1 callers
Function
ensureDockerNetworkIsConfigured
(ssh: NodeSSH)
commands/deploy-helpers/ensureDockerNetworkIsConfigured.ts:7
↓ 1 callers
Function
ensureFail2banIsConfigured
(ssh: NodeSSH)
commands/deploy-helpers/ensureFail2banIsConfigured.ts:5
↓ 1 callers
Function
ensureFirewallIsConfigured
( ssh: NodeSSH, config: typeof FirewallType.infer, )
commands/deploy-helpers/ensureFirewallIsConfigured.ts:16
↓ 1 callers
Function
ensureSSHPasswordLoginsAreDisabled
(ssh: NodeSSH)
commands/deploy-helpers/ensureSSHPasswordLoginsAreDisabled.ts:5
↓ 1 callers
Function
ensureUnattendedUpgradesAreConfigured
( ssh: NodeSSH, rebootsEnabled: boolean, rebootsTime: string, )
commands/deploy-helpers/ensureUnattendedUpgradesAreConfigured.ts:5
↓ 1 callers
Function
getSshPrivateKeyPath
()
commands/init.ts:79
↓ 1 callers
Function
initCommand
()
commands/init.ts:8
↓ 1 callers
Function
parseEnv
(envFile: string)
commands/deploy-helpers/startNewContainer.ts:7
↓ 1 callers
Function
pruneDocker
(ssh: NodeSSH)
commands/deploy-helpers/pruneDocker.ts:5
↓ 1 callers
Function
readCiaraConfig
()
commands/deploy-helpers/readCiaraConfig.ts:6
↓ 1 callers
Function
startNewContainer
( ssh: NodeSSH, imageName: string, envFile: string | undefined, )
commands/deploy-helpers/startNewContainer.ts:12
↓ 1 callers
Function
stopOldContainers
(ssh: NodeSSH, appName: string)
commands/deploy-helpers/stopOldContainers.ts:5
↓ 1 callers
Function
validateCommand
()
commands/validate.ts:72