From 1c64c45102fb5fee0e3bd6aad9f6fd6d6e5e2d71 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 16 Dec 2023 22:33:30 -0500 Subject: [PATCH] Update to include authentik --- Minecraft-server.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/Minecraft-server.md b/Minecraft-server.md index 08fa44a..5479093 100644 --- a/Minecraft-server.md +++ b/Minecraft-server.md @@ -5,6 +5,15 @@ should hopefully answer some questions you may have on administering it. ## Updating the mod pack +### Using the web portal (Preffered) + +1) Make an account on [auth.clortox.com](https://auth.clortox.com) if you have not already +2) Log in and tell me you need the "minecraft" permission +3) Navigate to "Minio" +4) Follow the below steps + +### Using a raw client (Not preffered) + 1) Obtain an S3 client. You can find one [here](https://demo.filestash.app/login) 2) Enter the required information (Be sure to click on advanced). Be sure to click connect. @@ -15,9 +24,13 @@ should hopefully answer some questions you may have on administering it. | Region | us-east-1 | | Endpoint | https://s3.clortox.com | -3) Navigate into the bucket "minecraft-modpack" -4) Replace `server-icon.png` with your desired icon. It must be that exact name. -5) Replace `modpack-latest.zip` with you desired modpack. It must be curseforge, 1.12.2, and in a zip file. +3) Follow the below steps + +### Navigating file uploads + +1) Navigate into the bucket "minecraft-modpack" +2) Replace `server-icon.png` with your desired icon. It must be that exact name. +3) Replace `modpack-latest.zip` with you desired modpack. It must be curseforge, 1.12.2, and in a zip file. It must be that exact name After this ~~Use olivetin to restart the server~~ Contact me to have me restart the pod. I'm working on an interface behind some auth to restart it.