-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Arthur
committed
Apr 27, 2020
1 parent
37fd972
commit 787ba25
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"Minetest": { | ||
"containers": { | ||
"minetest": { | ||
"image": "linuxserver/minetest", | ||
"launch_order": 1, | ||
"ports": { | ||
"30000": { | ||
"description": "Minetest port. Suggested default: 30000", | ||
"host_default": 30000, | ||
"label": "Minetest port", | ||
"protocol": "udp", | ||
"ui": false | ||
} | ||
}, | ||
"volumes": { | ||
"/config": { | ||
"description": "Choose a Share for minetest configuration. Eg: create a Share called minetest-config for this purpose alone.", | ||
"label": "Config Storage" | ||
} | ||
}, | ||
"environment": { | ||
"PUID": { | ||
"description": "Enter a valid UID to run minetest as. It must have full permissions to the Share mapped in the previous step.", | ||
"label": "UID to run minetest as.", | ||
"index": 1 | ||
}, | ||
"PGID": { | ||
"description": "Enter a valid GID to use along with the above UID. It(or the above UID) must have full permissions to the Share mapped in the previous step.", | ||
"label": "GID to run minetest as.", | ||
"index": 2 | ||
}, | ||
"TZ": { | ||
"description": "Enter timezone e.g Europe/London these can be found ...", | ||
"label": "Timezone to run minetest server in.", | ||
"index": 3 | ||
}, | ||
"CLI_ARGS": { | ||
"description": "Optional args to pass.", | ||
"label": "CLI arguments to pass to minetest server", | ||
"index": 4 | ||
} | ||
} | ||
} | ||
}, | ||
"description": "An open source voxel game engine clone of the popular Minecraft, see <em>more info</em> for details.</p><p>Based on the linuxserver/minetest docker image: <a href='https://hub.docker.com/r/linuxserver/minetest' target='_blank'>https://hub.docker.com/r/linuxserver/minetest</a>.</p>", | ||
"icon": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/73/Minetest-logo.svg/110px-Minetest-logo.svg.png", | ||
"more_info": "<p>Documentation on how to configure minetest server can be found here: <a href='https://wiki.minetest.net/Setting_up_a_server' target='_blank'>wiki.minetest.net/Setting_up_a_server</a>.</p>", | ||
"ui": { | ||
"slug": "" | ||
}, | ||
"volume_add_support": false, | ||
"website": "https://minetest.net/", | ||
"version": "1.0" | ||
} | ||
} |