From 1bf127d96dc7fa770f24eb9e46a8dbf25eaa74d8 Mon Sep 17 00:00:00 2001 From: Luca Date: Mon, 2 Oct 2023 18:48:44 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a60cba9..fbf2b5f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,13 @@ The [webui](https://github.com/OpenShock/WebUI/pkgs/container/webui) container s |`OPENSHOCK_SHARE_URL`|`https://webui:80/s`| URL to prefix share links with. (NO trailing slash!) When visited, should redirect to `${OPENSHOCK_WEBUI_URL}/public/proxy/shares/links/{ID}`. | |`OPENSHOCK_API_URL`|`http://api:80/`| URL of the API. (NO trailing slash!) | +### Technical environment runtime variables +These lines might be interesting if you are wanting to modify something related to the environment variables. + +- src/globals/config/config.{profile-name}.js" +- (for container) startup.sh +- for static index.html: webpack.config.js L81/82 + # Deployment This documentation describes how to self-host the WebUI container. This might not be of interest to you if you are content using a public OpenShock instance such as [ShockLink.net](https://shocklink.net). @@ -68,4 +75,4 @@ This will output static web files to `./dist/` which can be deployed on pretty m This also works for cloudflare pages auto build pipeline. ## Support -You can support me and my projects here [Ko-fi.com/LucHeart](https://ko-fi.com/lucheart) \ No newline at end of file +You can support me and my projects here [Ko-fi.com/LucHeart](https://ko-fi.com/lucheart)