app-store/apps/crafty/config.json
Stavros 734836dc70
feat(apps): add crafty controller (#2082)
* feat(apps): add crafty controller

* fix(crafty): add https to config
2024-01-17 15:52:53 +02:00

25 lines
680 B
JSON

{
"$schema": "../schema.json",
"name": "Crafty",
"available": true,
"exposable": true,
"port": 8456,
"id": "crafty",
"https": true,
"tipi_version": 1,
"version": "4.2.2",
"categories": [
"gaming"
],
"description": "Crafty 4 is the next iteration of our Minecraft Server Wrapper / Controller / Launcher.",
"short_desc": "Python based Control Panel for your Minecraft Server",
"author": "Crafty Controller",
"source": "https://gitlab.com/crafty-controller/crafty-4",
"website": "https://craftycontrol.com/",
"form_fields": [],
"supported_architectures": [
"arm64",
"amd64"
]
}