v3.8.2
New feature:
- We use Caddy for automatically manage SSL.
- The env
cert_domain
has removed. - The env
https
has removed, now Homeland will enable https for all. - The env
domain
now will use for Caddy generate SSL, please make sure that bind on your server.
Now we do not care about SSL renew, Caddy will help us to do that.
Need update homeland-docker to latest or use 3-8-stable branch.
Upgrade
Update homeland-docker
cd homeland-docker
git pull fetch && git checkout 3-8-stable
Update homeland
make update
make start