Skip to content

v3.8.2

Compare
Choose a tag to compare
@huacnlee huacnlee released this 28 Dec 06:30
· 561 commits to main since this release

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