{{-- Pterodactyl - Panel --}} {{-- Copyright (c) 2015 - 2017 Dane Everitt --}} {{-- This software is licensed under the terms of the MIT license. --}} {{-- https://opensource.org/licenses/MIT --}} @extends('layouts.admin') @section('title') Nests → Egg: {{ $egg->name }} @endsection @section('content-header')

{{ $egg->name }}{{ str_limit($egg->description, 50) }}

@endsection @section('content')
Notice: Editing an Egg or any of the Process Management fields requires that each Daemon be rebooted in order to apply the changes.

If you would like to replace settings for this Egg by uploading a new JSON file, simply select it here and press "Update Egg". This will not change any existing startup strings or Docker images for existing servers.

{!! csrf_field() !!}

Configuration

A simple, human-readable name to use as an identifier for this Egg.

This is the globally unique identifier for this Egg which the Daemon uses as an identifier.

The author of this version of the Egg. Uploading a new Egg configuration from a different author will change this.

The default docker image that should be used for new servers using this Egg. This can be changed per-server as needed.

A description of this Egg that will be displayed throughout the Panel as needed.

The default startup command that should be used for new servers using this Egg.

Process Management

The following configuration options should not be edited unless you understand how this system works. If wrongly modified it is possible for the daemon to break.

All fields are required unless you select a separate option from the 'Copy Settings From' dropdown, in which case fields may be left blank to use the values from that Egg.

If you would like to default to settings from another Egg select it from the menu above.

The command that should be sent to server processes to stop them gracefully. If you need to send a SIGINT you should enter ^C here.

This should be a JSON representation of where log files are stored, and whether or not the daemon should be creating custom logs.

This should be a JSON representation of configuration files to modify and what parts should be changed.

This should be a JSON representation of what values the daemon should be looking for when booting a server to determine completion.

Notice: Editing an Egg or any of the Process Management fields requires that each Daemon be rebooted in order to apply the changes.
@endsection @section('footer-scripts') @parent @endsection