Merge branch 'develop' into feature/server-transfers

This commit is contained in:
Matthew Penner
2020-04-04 17:17:09 -06:00
committed by GitHub
5 changed files with 275 additions and 2 deletions

View File

@@ -69,6 +69,9 @@ type SystemConfiguration struct {
// Directory where server archives for transferring will be stored.
ArchiveDirectory string `default:"/srv/daemon-data/.archives" yaml:"archive_directory"`
// Directory where local backups will be stored on the machine.
BackupDirectory string `default:"/srv/daemon-data/.backups" yaml:"backup_directory"`
// The user that should own all of the server files, and be used for containers.
Username string `default:"pterodactyl" yaml:"username"`