Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/reference/configuration/uri.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ network:
# schema is the HTTP schema
# setting to `https` does not enable https, it only changes the way URLs are generated
schema: http
# externalUrl is the URL which you use to access evcc in your browser.
# if you use a Reverse Proxy (make sure to use Authentication!), it could be something like "https://evcc.example.com"
externalUrl: https://evcc.local
# host is the hostname or IP address
# if the host name contains a `.local` suffix, the name will be announced on MDNS
# docker: MDNS announcements don't work. host must be set to the docker host's name.
Expand Down