Skip to content

Commit 336d3a6

Browse files
Update README.md
1 parent 94116a0 commit 336d3a6

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,16 @@ Environment variables:
151151
# Core Application Settings
152152
############################
153153
154+
# Public URL where WoL Redirect is accessible
155+
# Used for absolute redirects, links, and OAuth flows
156+
# Example: https://wol-red.mydomain.com
157+
APP_URL=
158+
159+
# Base path the application is served from
160+
# Leave empty or "/" if served from the root
161+
# Example: /wol or /apps/wol
162+
BASE_PATH=/
163+
154164
# Path to the service mapping configuration file
155165
CONFIG_PATH=/app/config/mapping.json
156166
@@ -273,7 +283,7 @@ The `hosts` section defines all machines, VMs, containers, or Docker services th
273283

274284
WoL Redirect supports two main scenarios depending on how your services are hosted.
275285

276-
## Virtualized Hosts (VMs, LXCs, Hypervisors)
286+
## Virtualized Hosts (VMs, LXCs)
277287

278288
If your services run inside virtual machines or containers managed by a hypervisor (for example Proxmox VE, ..., or similar platforms), you may want to wake up the physical host **and** start specific VMs or LXCs.
279289

0 commit comments

Comments
 (0)