Skip to content

Commit 5d98d54

Browse files
committed
Updates templates (auto-generated, on 02-Feb-2025)
1 parent 0a86870 commit 5d98d54

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

templates.json

+49-1
Original file line numberDiff line numberDiff line change
@@ -9851,7 +9851,7 @@
98519851
"title": "Bambustudio",
98529852
"name": "Bambustudio",
98539853
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/bambustudio/config</p>",
9854-
"description": "[Bambu Studio](https://bambulab.com/en/download/studio) Bambu Studio is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience.",
9854+
"description": "[Bambu Studio](https://bambulab.com/en/download/studio) is an open-source, cutting-edge, feature-rich slicing software. It contains project-based workflows, systematically optimized slicing algorithms, and an easy-to-use graphical interface, bringing users an incredibly smooth printing experience.",
98559855
"platform": "linux",
98569856
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png",
98579857
"image": "linuxserver/bambustudio:latest",
@@ -12183,6 +12183,54 @@
1218312183
"maintainer": " https://github.com/technorabilia/portainer-templates/",
1218412184
"categories": []
1218512185
},
12186+
{
12187+
"type": 1,
12188+
"title": "Luanti",
12189+
"name": "Luanti",
12190+
"note": "Portainer App Templates by <a href='https://www.technorabilia.com' target='_blank'>Technorabilia</a> based on data provided by <a href='https://www.linuxserver.io' target='_blank'>LinuxServer.io</a>.</p><p>Don't forget to create the volume directories on the host file system.</p><p>mkdir -p /volume1/docker/luanti/config/.minetest</p>",
12191+
"description": "[Luanti](https://www.luanti.org/) (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation",
12192+
"platform": "linux",
12193+
"logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/minetest-icon.png",
12194+
"image": "linuxserver/luanti:latest",
12195+
"env": [
12196+
{
12197+
"name": "PUID",
12198+
"label": "PUID",
12199+
"default": "1024",
12200+
"description": "for UserID"
12201+
},
12202+
{
12203+
"name": "PGID",
12204+
"label": "PGID",
12205+
"default": "100",
12206+
"description": "for GroupID"
12207+
},
12208+
{
12209+
"name": "TZ",
12210+
"label": "TZ",
12211+
"default": "Europe/Amsterdam",
12212+
"description": "specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List)."
12213+
},
12214+
{
12215+
"name": "CLI_ARGS",
12216+
"label": "CLI_ARGS",
12217+
"default": "--gameid devtest",
12218+
"description": "Optionally specify any [CLI variables](https://wiki.luanti.net/Command_line) you want to launch the app with"
12219+
}
12220+
],
12221+
"ports": [
12222+
"30000:30000/udp"
12223+
],
12224+
"volumes": [
12225+
{
12226+
"container": "/config/.minetest",
12227+
"bind": "/volume1/docker/luanti/config/.minetest"
12228+
}
12229+
],
12230+
"restart_policy": "unless-stopped",
12231+
"maintainer": " https://github.com/technorabilia/portainer-templates/",
12232+
"categories": []
12233+
},
1218612234
{
1218712235
"type": 1,
1218812236
"title": "Manyfold",

0 commit comments

Comments
 (0)