app-store/apps/lodestone-core/config.json
damnkrat f6306b395c
Fix lodestone-core not saving data in ${APP_DATA_DIR}/data/lodestone-data (#1671)
* Fix lodestone-core not saving data in ${APP_DATA_DIR}/data/lodestone-data

* Bump tipi version

* remove user and group related stuf
2023-11-26 18:45:22 +02:00

19 lines
573 B
JSON

{
"$schema": "../schema.json",
"name": "Lodestone Core",
"available": true,
"exposable": true,
"no_gui": true,
"port": 16662,
"id": "lodestone-core",
"tipi_version": 6,
"version": "0.4.4",
"categories": ["gaming"],
"description": "A free, open source server hosting tool for Minecraft and other multiplayers",
"short_desc": "Server hosting tool for Minecraft and other multiplayers",
"author": "Lodestone-Team",
"source": "https://github.com/Lodestone-Team/lodestone_core",
"form_fields": [],
"supported_architectures": ["arm64", "amd64"]
}