diff --git a/Installation.md b/Installation.md
index 24f79f3..3d239eb 100644
--- a/Installation.md
+++ b/Installation.md
@@ -61,69 +61,38 @@ With thanks to [Tom1243](https://github.com/Tom1243) for building this process.
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``
+1. Copy the following into a file named ``gaseous.xml``
```xml
gaseous-server
- gaseousgames/gaseousserver:v1.7.0-preview.8
+ gaseousgames/gaseousserver:latest
https://hub.docker.com/r/gaseousgames/gaseousserver/
gaseous
sh
false
-
+ https://discord.gg/Nhu7wpT3k4
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.
+ 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.
+IMPORTANT!!!!!!
+You will need to run these on a custom network. Paste "docker network create gaseous" into the terminal. if you change this you will have to edit both the network setting and the post arg setting.
GameServers:
http://[IP]:[PORT:5198]
- https://i.imgur.com/A1X3Gcf.png
+ https://raw.githubusercontent.com/gaseous-project/gaseous-server/main/logo.png
-
+ ;/usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker create --name='gsdb' --net='gaseous' -e HOST_CONTAINERNAME="gsdb" -e 'MARIADB_ROOT_PASSWORD'='gaseous' -e 'MARIADB_USER'='gaseous' -e 'MARIADB_PASSWORD'='gaseous' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.icon='https://raw.githubusercontent.com/gaseous-project/gaseous-server/main/logo.png' -v '/mnt/user/appdata/gaseous/database':'/var/lib/mysql':'rw' -v '/etc/localtime':'/etc/localtime':'ro' 'mariadb'
- 1706105663
+ 1707708636
- YOU NEED THE DATABASE GaseousDB
+ https://api-docs.igdb.com/#account-creation
+https://imgur.com/QwtHouv
/mnt/user/appdata/gaseous/data
5198
- clientid
- clientsecret
+ changeme
+ changeme
gsdb
root
gaseous
@@ -131,7 +100,5 @@ You also need the DataBase.
```
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.
-
-
+4. In Main -> BootDevice -> config -> plugins -> dockerMan -> templates-user click UPLOAD (at the bottom) then select the gaseous.xml files
+5. In Docker click ADD CONTAINER, select a template, make one of the Gaseous. Click APPLY.