Skip to main content

BookStack

Setup

  1. Add DNS records at Infomaniak pointing docs.<domain> to the server:

    • A record: docs<ipv4>
    • AAAA record: docs<ipv6>
  2. In Coolify, go to New Resource → Service, search for BookStack, set the domain on the bookstack container (inside the container settings), then fill in the mail environment variables before deploying:

    VariableValue
    MAIL_HOST{{team.DEFAULT_SMTP_HOST}}
    MAIL_PORT{{team.DEFAULT_SMTP_PORT}}
    MAIL_ENCRYPTIONtls
    MAIL_USERNAME{{team.DEFAULT_SMTP_USERNAME}}
    MAIL_PASSWORD{{team.DEFAULT_SMTP_PASSWORD}}
    MAIL_FROM{{team.DEFAULT_SMTP_FROM}}
    MAIL_FROM_NAMEBookStack
  3. Deploy, then open https://docs.<domain> and log in with the default credentials:

    • Email: admin@admin.com
    • Password: password

    Change these immediately after first login.