|
9851 | 9851 | "title": "Bambustudio",
|
9852 | 9852 | "name": "Bambustudio",
|
9853 | 9853 | "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.", |
9855 | 9855 | "platform": "linux",
|
9856 | 9856 | "logo": "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/bambustudio-logo.png",
|
9857 | 9857 | "image": "linuxserver/bambustudio:latest",
|
|
12183 | 12183 | "maintainer": " https://github.com/technorabilia/portainer-templates/",
|
12184 | 12184 | "categories": []
|
12185 | 12185 | },
|
| 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 | + }, |
12186 | 12234 | {
|
12187 | 12235 | "type": 1,
|
12188 | 12236 | "title": "Manyfold",
|
|
0 commit comments