Files
wg-portal/internal/app/api/v0/handlers/frontend_config.js.gotpl
h44z 0a88fe745f
Some checks are pending
Docker / Build and Push (push) Waiting to run
Docker / release (push) Blocked by required conditions
github-pages / deploy (push) Waiting to run
allow setting a base-path for the web UI and API (#583) (#595)
2025-12-20 15:30:55 +01:00

7 lines
256 B
Plaintext

WGPORTAL_BACKEND_BASE_URL="{{ $.BackendUrl }}";
WGPORTAL_BASE_PATH="{{ $.BasePath }}";
WGPORTAL_VERSION="{{ $.Version }}";
WGPORTAL_SITE_TITLE="{{ $.SiteTitle }}";
WGPORTAL_SITE_COMPANY_NAME="{{ $.SiteCompanyName }}";
document.title = "{{ $.SiteTitle }}";