@extends('layouts.admin') @section('title') Nests → Egg: {{ $egg->name }} @endsection @section('content-header')

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

@endsection @section('content')

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 docker images available to servers using this egg. Enter one per line. Users will be able to select from this list of images if more than one value is provided. Optionally, a display name may be provided by prefixing the image with the name followed by a pipe character, and then the image URL. Example: Display Name|ghcr.io/my/egg

force_outgoing_ip) checked @endif />

Forces all outgoing network traffic to have its Source IP NATed to the IP of the server's primary allocation IP. Required for certain games to work properly when the Node has multiple public IP addresses.
Enabling this option will disable internal networking for any servers using this egg, causing them to be unable to internally access other servers on the same node.

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.

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