forked from michael.heier/citadel-apps
WIP: Add spigot
This commit is contained in:
parent
31482551cf
commit
33afbeae60
40
apps/spigot-mc/app.yml
Normal file
40
apps/spigot-mc/app.yml
Normal file
|
@ -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
|
Loading…
Reference in New Issue
Block a user