From ecc9c773b38ab5fa9ae8c5f37f042f2acea3ec81 Mon Sep 17 00:00:00 2001 From: Michael Green <84688932+michael-j-green@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:41:26 +1100 Subject: [PATCH] Created Deploy to Unraid (markdown) --- Deploy-to-Unraid.md | 76 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 Deploy-to-Unraid.md diff --git a/Deploy-to-Unraid.md b/Deploy-to-Unraid.md new file mode 100644 index 0000000..deed904 --- /dev/null +++ b/Deploy-to-Unraid.md @@ -0,0 +1,76 @@ +These steps describe a FRESH INSTALL. REMOVE ANY OLD CONTAINERS AND old APPDATA if you had any other attempts. + +1. Copy the following into a file named ``gsdb.xml`` +```xml + + + gsdb + mariadb + https://hub.docker.com/r/gaseousgames/gaseousserver/ + gaseous + + sh + false + + https://github.com/gaseous-project/gaseous-server?ref=selfh.st + This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs. PART2 +THIS IS THE Data Base, you also need the FRONTEND!!!! + Cloud: GameServers: + + + https://i.imgur.com/A1X3Gcf.png + + + + 1706104502 + + + + /mnt/user/appdata/gaseous/database + gaseous + gaseous + gaseous + +``` + +2. Copy the following into a file named ``gaseous.xml`` +```xml + + + gaseous-server + gaseousgames/gaseousserver:v1.7.0-preview.8 + https://hub.docker.com/r/gaseousgames/gaseousserver/ + gaseous + + sh + false + + https://github.com/gaseous-project/gaseous-server?ref=selfh.st + This is the server for the Gaseous system. It offers ROM and title management, as well as some basic in browser emulation of those ROMs. PART 1 +You also need the DataBase. + GameServers: + http://[IP]:[PORT:5198] + + https://i.imgur.com/A1X3Gcf.png + + + + 1706105663 + + + YOU NEED THE DATABASE GaseousDB + /mnt/user/appdata/gaseous/data + 5198 + clientid + clientsecret + gsdb + root + gaseous + +``` + +3. In unraid terminal paste: ``docker network create gaseous`` +4. In Main -> BootDevice -> config -> plugins -> dockerMan -> templates-user click UPLOAD (at the bottom) then select the two .xml files +5. In Docker click ADD CONTAINER, select a template, make one of the Gaseous. Click APPLY. Repeat for the other one. + +![gas](https://github.com/gaseous-project/gaseous-server/assets/84688932/9aa65ca0-c216-47a2-b759-761e0edeb5ed)