Skip to content
Open
Show file tree
Hide file tree
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,9 @@ Some have "dummy" values, fill them up if you want to enable these features (Pad
# WebApp URL
URL=http://app.mydomain.com

# URL of the landing page linked from the app and emails (e.g. referral links); defaults to https://simplelogin.io
LANDING_PAGE_URL=http://mydomain.com

# domain used to create alias
EMAIL_DOMAIN=mydomain.com

Expand Down
1 change: 1 addition & 0 deletions docs/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Make sure to replace app.mydomain.com with your own domain.
### Updating `simplelogin.env`

Make sure to change the `URL` in `simplelogin.env` to `https://app.mydomain.com`, otherwise not all page assets will load securely, and some functionality (e.g. Webauthn) will break.
If you set `LANDING_PAGE_URL`, update it to `https://mydomain.com` as well.
You will need to reload the docker containers for this to take effect.

## HTTP Strict Transport Security (HSTS)
Expand Down