@extends('layouts.admin') @section('title') {{ $node->name }}: Configuration @endsection @section('content-header')

{{ $node->name }}Your daemon configuration file.

@endsection @section('content')

Configuration File

{{ $node->getYamlConfiguration() }}

Auto-Deploy

Use the button below to generate a custom deployment command that can be used to configure wings on the target server with a single command.

@endsection @section('footer-scripts') @parent @endsection