From 0eb7171af0d6751c6eb79e684016e3f55e7a1597 Mon Sep 17 00:00:00 2001 From: Malte <42342921+ccev@users.noreply.github.com> Date: Sun, 31 Mar 2024 14:53:52 +0200 Subject: [PATCH] fix dockerfile & readme --- Dockerfile | 1 + README.md | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 48011e0..7748974 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,7 @@ RUN apt update -y && \ WORKDIR /xilriws ENV DEBIAN_FRONTEND noninteractive +RUN apt update -y RUN apt install -y software-properties-common RUN add-apt-repository ppa:savoury1/chromium RUN apt update && apt install -y chromium-browser diff --git a/README.md b/README.md index 5da2ecf..54e1d4c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ As such, a docker installation is highly recommended, even if the rest of your s ## Installation 1. `git clone https://github.com/UnownHash/Xilriws-Public Xilriws && cd Xilriws` -2. `cp docker-compose.yml.example docker-compose.yml && cp xilriws.json.example xilriws.json` +2. `cp docker-compose.yml.example docker-compose.yml` 3. `docker compose up -d` in your Dragonite config, add: @@ -20,6 +20,8 @@ remote_auth_url = "http://xilriws:5090/api/v1/login-code" this assumes you have everything in the same docker network. if you're hosting it externally, change the hostname to something else accordingly. +Optionally, you may `cp xilriws.json.example xilriws.json` to adjust certain parameters. + ### Update 1. `git pull`