diff --git a/apps/spigot-mc/app.yml b/apps/spigot-mc/app.yml new file mode 100644 index 0000000..fea0016 --- /dev/null +++ b/apps/spigot-mc/app.yml @@ -0,0 +1,40 @@ +# SPDX-FileCopyrightText: 2022 Citadel and contributors +# +# SPDX-License-Identifier: AGPL-3.0-only + +# yaml-language-server: $schema=../../app-standard-v2.json + +version: 2 + +metadata: + category: Fun + name: Spigot + version: Latest + tagline: Host a Minecraft server on your Citadel + description: >- + Spigot is an easy-to-use Minecraft server you can host on your Citadel. + + This app also features an eay-to-use admin panel for your server. + developer: Spigot developers + website: https://www.spigotmc.org/ + repo: https://github.com/SpigotMC + support: https://www.spigotmc.org/ + gallery: + - 1.jpg + - 2.jpg + - 3.jpg + path: "" + +containers: + - name: server + image: itzg/minecraft-server:java17 + restart: on-failure + stop_grace_period: 1m + data: + - data:/data + environment: + TYPE: SPIGOT + EULA: "TRUE" + ALLOW_NETHER: "true" + ports: + - 25565:25565