Problems caused by parameter "APP_BASE_URL"
-
The parameter “APP_BASE_URL” increases the difficulty of reverse proxy configuration. In the built-in reverse proxy of the NAS, only some simple parameters can be defined, and the command: “proxy_set_header Host $host;” cannot be added, which makes it impossible to configure the reverse proxy.
Although you can install nginx in docker, you need to manually update the certificate regularly, which is not as convenient as the built-in reverse proxy of nas.
-
A bigger problem: If "APP_BASE_URL" is configured as an external network domain name, the machines on the internal network can only be synchronized through the external network, and the synchronization speed is very slow; if it is configured as an internal network IP, the machines on the external network cannot be synchronized.
Suggest
When “APP_BASE_URL” is not set, it is allowed to disable this parameter, on the one hand, it can simplify the difficulty of reverse proxy configuration, on the other hand, it can make the synchronization method more flexible.