You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
35 lines
1.4 KiB
Markdown
35 lines
1.4 KiB
Markdown
[Horde](../README.md) > Configuration
|
|
|
|
# Configuration
|
|
|
|
This section targets operating and managing Horde installations and shares some best practices learned from supporting it for teams at Epic.
|
|
|
|
## General
|
|
|
|
* [Orientation](Config/Orientation.md): Get familiar with how Horde is configured, how to store configuration data in
|
|
revision control, and how to set up a schema server.
|
|
* [Permissions](Config/Permissions.md): Understand how to use the Horde permissions model.
|
|
|
|
## Resources
|
|
|
|
* [Agents](Config/Agents.md): Configure worker machines to connect to the Horde server for CI and remote execution workspaces.
|
|
* [Devices](Config/Devices.md): Adding mobile devices and console development kits as shared resources.
|
|
* [Secrets](Config/Secrets.md): Allowing Horde to manage access to confidential values.
|
|
* [Storage](Config/Storage.md): Setting up different storage backends for Horde.
|
|
|
|
## Features
|
|
|
|
* [Build Automation](Config/BuildAutomation.md)
|
|
* [Remote Execution](Config/RemoteExecution.md)
|
|
* DDC Server (Coming Soon)
|
|
* [Automation Hub](Config/AutomationHub.md)
|
|
* [UnrealGameSync Metadata Server](Config/UgsMetadataServer.md)
|
|
|
|
## Reference
|
|
|
|
* [Globals.json Reference](Config/Schema/Globals.md)
|
|
* [*.project.json Reference](Config/Schema/Projects.md)
|
|
* [*.stream.json Reference](Config/Schema/Streams.md)
|
|
* [*.telemetry.json Reference](Config/Schema/Telemetry.md)
|
|
* [*.dashboard.json Reference](Config/Schema/Dashboard.md)
|