Everything posted by Goobaroo
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Siggz Looks like there was a change in the FTB server installer. I've updated the container. Empty the /mnt/user/appdata/ftbdirewolf20_118 directory you can keep the world directory if you already have a world. Under your docker tab, in Unraid, switch to Advanced (top right corner). Then do a force upgrade for the FTBDirewolf20_118 container. Start the container and it should be okay.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Diviance No, it's a bug in the container. There is a 0.4.4 release now, and there is a new image up that it should work with. Should have nothing to do with 6.10. A little background. Each modpack ships with a similar but unique installation for the server. So I have to script those steps in order to get a working image.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@Diviance it's more likely the permissions on /mnt/user/appdata/allthemods7
-
[Support] Goobaroo - Modded Minecraft Java Servers
Added.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Done.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Done, direwolf20 1.2.0.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Done, should be available for install now.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@C_James thanks, that was my fault, it should clear up in the next sync. Update: All fixed, thanks again for pointing it out.
-
[Support] Goobaroo - Modded Minecraft Java Servers
@k2trf done. I don't usually ship beta modpacks, but this one has been around for a while, so it's now 1.0.5.
-
Docker Template XML Schema
Sorry to bring up past development trauma, I've had many of those events in my carrier as well. I'll just redo my templates to use the <Description> tag instead. Thankfully they are all templated and generated out of my CI/CD pipeline. I don't know if there is a community development group for reviewing and recommending changes, but I'd love to be part of it.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I took a look at Pixelmon, I'll see what I can do, but they don't provide a server. I think because it is a single mod and not a mudpack per say. So they do not have a scriptable install, I'd have to write one.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Stoneblock 2 1.21.1 should be up as soon as the unraid app listing updates. Not sure the schedule. FTB stuff is easy, I just need to look up the code and pull it from the API.
-
Docker Template XML Schema
I'm double checking here, but it is not just that either Overview or Description are required, but if both are provided, the first one listed in the XML will be displayed and the other ignored, is that the expected behaviour? I was trying to have both a short Overview and a longer Description with instructions but seem to have ended up with only the Overview rendering in the Apps listings.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I'm just working through the list in my spare time. Was there one in particular you were looking for?
-
[Support] Goobaroo - Modded Minecraft Java Servers
@PeteySG1, I've pushed a new version of the 1.12.0 container. I believe this has to do with forge breaking under java newer than 8u312. If you go to your docker containers and switch to advanced view, you can force an update and it will download the rebuild. Edit: If you have to force the reinstall of the actual server, delete /mnt/user/appdata/ftboceanblock/serverinstall_91_2117
-
[Support] Goobaroo - Modded Minecraft Java Servers
Check the permissions on the /mnt/user/appdata/createaboveandbeyond directory. It likely can not be written to.
-
Docker Template XML Schema
What will be the mechanism for users to update the template if the developer maintaining it does need a change? I would have considered the ability to update the template as important as updating the container, and having a flag to disable updates in the UI would be good for end users who choose not to take the recommended config from the maintainer.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I'm pushing a fix to the template, rename the JAVA_OPTS to JVM_OPTS, that will fix it.
-
[Support] Goobaroo - Modded Minecraft Java Servers
Should be available shortly, when ever the apps sync from unraid.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I'll see what I can do.
-
[Support] lnxd - github-backup
Can you add the owners config as part of the container config? If you happen to work for a company using Github, this script will backup any organizations you are a member of and not just personal repos. "owners": ["username"]
-
[Support] Goobaroo - Modded Minecraft Java Servers
The container is unable to download the server file. I can add a check to make sure the download completes successfully. You may want to check the permissions on /mnt/user/appdata/enigmatica6, though since it created a zero byte file that may not be it.
-
[Support] Goobaroo - Modded Minecraft Java Servers
I did test the upgrade on my side. Do you want to post the logs, I can see if I can help? If you delete the server install zip file in your appdata/enigmatica6 directory it will force the server to re-install.
-
[Support] Goobaroo - Modded Minecraft Java Servers
The easiest way is just to enable the whitelist. I can see if I can add that to the container as a configuration option. I can add Algarian Skies to the list. As for the log4j exploit, I patched all my containers to apply the fix published by Mojang a couple of days after they released their fix. I'm working on a process that will update the containers much more frequently now that I have access to the Curseforge API. There is some manual work involved, verifying that server upgrades complete correctly. That said, Enigmatica 6 - 0.5.25 is pushed up and available.
-
[Support] Goobaroo - Modded Minecraft Java Servers
You should be able to add your player name to the OP setting and run any server command from in game. Though I'll look into adding RCON support in the future, it's a good idea.