Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Docker images are distributed with 2 different container types. All images are hosted in the docker hub https://hub.docker.com/u/6kare address.

On container start, the default domain is automatically created with "admin@emakin.com" user and "admin" password. The application can be accessed from http://localhost address, and the host administration settings can be accessed from http://localhost/hostadm address.

...

CloudFlare Support

To support cloudflare Cloudflare SSL termination please add the following environment variables to compose file. Please see the SSL termination page for more details.

Code Block
environment:
    -AK_Web__ForwardedHeaders__ClearProxies=true
    -AK_Web__ForwardedHeaders__ClearKnownNetworks=true
    -AK_Web__ForwardedHeaders__ForwardedForHeaderName=CF-Connecting-IP

...