From ce2cd9ff37eac72ade2393550931e10600e12279 Mon Sep 17 00:00:00 2001 From: Morten Brekkevold Date: Thu, 15 Feb 2024 15:25:50 +0100 Subject: [PATCH] Remove obsolete note about UI config UI config is now taken from the environment any changes should take effect on a restart, without the need for a rebuild. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index c791b6c..bcf775d 100644 --- a/README.md +++ b/README.md @@ -60,16 +60,6 @@ Docker Compose, we suggest looking at including https://github.com/nginx-proxy/acme-companion into your `docker-compose.yml` (or maybe preferably, into `docker-compose.override.yml`). -### UI configuration - -As it stands, the front-end user interface is a React/TypeScript application, -where the configuration is compiled statically into the resulting JavaScript -code files. This means all the configuration options are build-time options, -not run-time options. - -I.e every configuration change you make in [`.env`](./.env) that affects the frontend -will cause a re-build of the frontend image and containers. - ### Troubleshooting on MacOS The images referred to by `docker-compose.yml` are hosted as GitHub packages on