remove truenas chart stuff
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
# Minecraft Server
|
||||
|
||||
Creates a vanilla Minecraft server.
|
||||
@@ -1,3 +0,0 @@
|
||||
# Minecraft Server
|
||||
|
||||
Creates a vanilla Minecraft server.
|
||||
@@ -1,2 +0,0 @@
|
||||
image: ducoterra/minecraft:latest
|
||||
server_version: "1.17.1"
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 268 KiB |
@@ -1,38 +0,0 @@
|
||||
groups:
|
||||
- name: "Server Config"
|
||||
description: "Minecraft Server Configuration"
|
||||
- name: "Storage"
|
||||
description: "Minecraft Server Storage"
|
||||
questions:
|
||||
- variable: server_version
|
||||
description: "Server Version"
|
||||
label: "Version"
|
||||
group: "Server Config"
|
||||
schema:
|
||||
type: string
|
||||
default: "1.17.1"
|
||||
required: false
|
||||
- variable: port
|
||||
description: "Listen Port"
|
||||
group: "Server Config"
|
||||
label: "Port"
|
||||
schema:
|
||||
type: int
|
||||
default: 25565
|
||||
required: true
|
||||
- variable: max_ram
|
||||
description: "Total RAM allocated to the server"
|
||||
group: "Server Config"
|
||||
label: "RAM Limit (GiB)"
|
||||
schema:
|
||||
type: int
|
||||
default: 4
|
||||
required: true
|
||||
- variable: max_cpu
|
||||
description: "# CPU Cores Allocated to the server"
|
||||
group: "Server Config"
|
||||
label: "CPU Limit (# Cores)"
|
||||
schema:
|
||||
type: int
|
||||
default: 4
|
||||
required: true
|
||||
Reference in New Issue
Block a user