{{-- 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') Service → New Option @endsection @section('content-header')

New OptionCreate a new service option to assign to servers.

@endsection @section('content')

Configuration

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

A description of this service that will be displayed throughout the panel as needed.

This should be a unique identifer for this service option that is not used for any other service options. Must be alpha-numeric and no more than 60 characters in length.

The default docker image that should be used for new servers under this service option. This can be left blank to use the parent service's defined image, and can also be changed per-server.

The default statup command that should be used for new servers under this service option. This can be left blank to use the parent service's startup, and can also be changed per-server.

Process Management

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

If you would like to default to settings from another option select the option 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 wether 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 {!! Theme::js('vendor/lodash/lodash.js') !!} @endsection