From a5576543d7676d69f9b2017fce6f27b996ed11af Mon Sep 17 00:00:00 2001 From: tgpethan-alt <75017614+tgpethan-alt@users.noreply.github.com> Date: Wed, 25 Nov 2020 10:20:47 +0000 Subject: [PATCH 1/3] Replace a reference to the old EUS url in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35b196b..74bff47 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Install the dependencies and then simply drop the EUS.js into a Revolution insta ## Config On first startup EUS will create a new config file in the **modules/EUS/** folder, some of these values may need to be changed depending on your use case. -The value of **baseURL** will need to be changed to what you access the server from, for example if the server's ip is 192.168.1.100 and you are not planning to use EUS at a url you would change the value to **http://192.168.1.100/**. **baseURL** is used to construct the response url for file uploads, for example the value of **baseURL** on my instance of EUS is **https://ethanus.ml/**. +The value of **baseURL** will need to be changed to what you access the server from, for example if the server's ip is 192.168.1.100 and you are not planning to use EUS at a url you would change the value to **http://192.168.1.100/**. **baseURL** is used to construct the response url for file uploads, for example the value of **baseURL** on my instance of EUS is **https://eusv.ml/**. If you want to expand the files that the server allows to be sent to it this can be done in the **allowedTypes** array. By default the array contains **png, jpg and gif**. From 6b6fc7de615e506449aaa514b6508db209146630 Mon Sep 17 00:00:00 2001 From: tgpethan-alt <75017614+tgpethan-alt@users.noreply.github.com> Date: Wed, 25 Nov 2020 10:21:48 +0000 Subject: [PATCH 2/3] Replace old EUS url references for the API endpoints --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74bff47..04cbb74 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you want to expand the files that the server allows to be sent to it this can The value of **uploadKey** is used to restrict who can upload to your server, set this to something and the server will restrict who can upload depending on if they provided the key or not. If this field is left blank EUS will asume you don't want an upload key and uploads to it will be unrestricted ## API -EUS has 3 apis, they are located at **[/api/get-stats](https://ethanus.ml/api/get-stats)**, **[/api/get-info](https://ethanus.ml/api/get-info)** and **[/api/get-server-status](https://ethanus.ml/api/get-server-status)** +EUS has 3 apis, they are located at **[/api/get-stats](https://eusv.ml/api/get-stats)**, **[/api/get-info](https://eusv.ml/api/get-info)** and **[/api/get-server-status](https://eusv.ml/api/get-server-status)** [These are better documented on EUS Docs](https://docs.ethanus.ml) From a82dc8d9bf899435f1d15e32e7a6190f0c470e88 Mon Sep 17 00:00:00 2001 From: tgpethan-alt <75017614+tgpethan-alt@users.noreply.github.com> Date: Wed, 25 Nov 2020 10:22:18 +0000 Subject: [PATCH 3/3] Replace all remaining occurrences --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 04cbb74..791baea 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ The value of **uploadKey** is used to restrict who can upload to your server, se ## API EUS has 3 apis, they are located at **[/api/get-stats](https://eusv.ml/api/get-stats)**, **[/api/get-info](https://eusv.ml/api/get-info)** and **[/api/get-server-status](https://eusv.ml/api/get-server-status)** -[These are better documented on EUS Docs](https://docs.ethanus.ml) +[These are better documented on EUS Docs](https://docs.eusv.ml) ## Websites that use EUS -[EUS](https://ethanus.ml) +[EUS](https://eusv.ml)