• added more branding (white-label) options
  • fixed ui bug related primary domain
  • removed default compress middleware due to a bug in Traefik
  • updated Traefik to 3.3.7 (you need to manually restart Traefik to get the new version)
  • enabled Traefik access logs (you need to manually restart Traefik to apply this config)
  • to avoid disk overload, service logs are configured to
    max-size=10m
    and
    max-file=3
    (this applies next time you deploy each service)
  • fixed volume permissions (your app should be able to write in the volume folder without any issues)