New
v3.8.2
New feature:
- We use Caddy for automatically manage SSL.
- The env
cert_domainhas removed. - The env
httpshas removed, now Homeland will enable https for all. - The env
domainnow 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