1
0
Fork 0

Updated to latest Canary. Updated token format.

This commit is contained in:
Chris 2019-11-11 17:29:11 -05:00
parent 6342312ceb
commit aaa6310272
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ WORKDIR /usr/src/app
# Download the Citra binary.
# Bundle citra-room inside the image and delete the downloaded tar file.
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1143/citra-linux-20181222-7a4fea0.tar.xz && \
RUN wget -O citra-linux.tar.xz https://github.com/citra-emu/citra-canary/releases/download/canary-1500/citra-linux-20191111-f35ff24.tar.xz && \
tar --wildcards --strip=1 -xJf citra-linux.tar.xz */citra-room && rm citra-linux.tar.xz
ENTRYPOINT [ "/usr/src/app/citra-room" ]

View File

@ -12,12 +12,15 @@ sudo docker run -d \
--preferred-game-id "TITLE ID" \
--port 5000 \
--max_members 4 \
--username "CITRA ACCOUNT USERNAME" \
--token "CITRA ACCOUNT TOKEN" \
--enable-citra-mods \
--web-api-url https://api.citra-emu.org/
```
**Please note, the token format has changed as of 11/1/2019.**
**You can retrieve your token from https://profile.citra-emu.org/**
Room name should follow the below format.
If multiple servers are stood up, `Server 1`, `Server 2` format should be used.
```