From bda205c723304e9ea4b2832860898e3b953cf06b Mon Sep 17 00:00:00 2001 From: Iisyourdad Date: Wed, 1 Apr 2026 14:57:43 -0500 Subject: [PATCH 1/2] Change Minecraft catagory from media to games --- templates/compose/minecraft.yaml | 2 +- templates/service-templates-latest.json | 2 +- templates/service-templates.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/minecraft.yaml b/templates/compose/minecraft.yaml index 507bbb8bb..46ae437bb 100644 --- a/templates/compose/minecraft.yaml +++ b/templates/compose/minecraft.yaml @@ -1,6 +1,6 @@ # documentation: https://github.com/itzg/docker-minecraft-server # slogan: Minecraft Server that will automatically download selected version at startup. -# category: media +# category: games # tags: minecraft # logo: svgs/minecraft.svg # port: 25565 diff --git a/templates/service-templates-latest.json b/templates/service-templates-latest.json index 51cb39de0..e7dd82721 100644 --- a/templates/service-templates-latest.json +++ b/templates/service-templates-latest.json @@ -2837,7 +2837,7 @@ "tags": [ "minecraft" ], - "category": "media", + "category": "games", "logo": "svgs/minecraft.svg", "minversion": "0.0.0", "port": "25565" diff --git a/templates/service-templates.json b/templates/service-templates.json index 85445faf6..b863db7f9 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -2837,7 +2837,7 @@ "tags": [ "minecraft" ], - "category": "media", + "category": "games", "logo": "svgs/minecraft.svg", "minversion": "0.0.0", "port": "25565" From 89c8633cfc7abd3a1dce7d9e5347063971e4e0d5 Mon Sep 17 00:00:00 2001 From: Iisyourdad Date: Thu, 2 Apr 2026 11:54:19 -0500 Subject: [PATCH 2/2] Removing .json files from pr --- templates/service-templates-latest.json | 2 +- templates/service-templates.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/service-templates-latest.json b/templates/service-templates-latest.json index e7dd82721..51cb39de0 100644 --- a/templates/service-templates-latest.json +++ b/templates/service-templates-latest.json @@ -2837,7 +2837,7 @@ "tags": [ "minecraft" ], - "category": "games", + "category": "media", "logo": "svgs/minecraft.svg", "minversion": "0.0.0", "port": "25565" diff --git a/templates/service-templates.json b/templates/service-templates.json index b863db7f9..85445faf6 100644 --- a/templates/service-templates.json +++ b/templates/service-templates.json @@ -2837,7 +2837,7 @@ "tags": [ "minecraft" ], - "category": "games", + "category": "media", "logo": "svgs/minecraft.svg", "minversion": "0.0.0", "port": "25565"