Skip to content

Instantly share code, notes, and snippets.

@chris-gong
Last active September 26, 2025 23:08
Show Gist options
  • Select an option

  • Save chris-gong/f480bd289b50e41c9b568ea1c5bb4739 to your computer and use it in GitHub Desktop.

Select an option

Save chris-gong/f480bd289b50e41c9b568ea1c5bb4739 to your computer and use it in GitHub Desktop.
Horde Agent configuration settings
{
// Settings for your agent deployment go here
"Horde": {
"Server": "Main",
"ServerProfiles": [
{
"Name": "Main",
"Url": "http://<ip-address-or-public-dns-of-server-machine>:13340/"
}
],
"Ephemeral": true,
"EnableAwsEc2Support": true,
"ComputeIp": "<ip-address-of-agent-machine>"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment