Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart authored Oct 2, 2023
1 parent 0d96852 commit 1bf127d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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)
You can support me and my projects here [Ko-fi.com/LucHeart](https://ko-fi.com/lucheart)

0 comments on commit 1bf127d

Please sign in to comment.