MCPcopy
hub / github.com/Dokploy/dokploy / validateRClone

Function validateRClone

packages/server/src/setup/server-validate.ts:12–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10`;
11
12export const validateRClone = () => `
13 if command_exists rclone; then
14 echo "$(rclone --version | head -n 1 | awk '{print $2}' | sed 's/^v//') true"
15 else
16 echo "0.0.0 false"
17 fi
18`;
19
20export const validateSwarm = () => `
21 if docker info --format '{{.Swarm.LocalNodeState}}' | grep -q 'active'; then

Callers 1

serverValidateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected