Skip to content
Urban Suppiger edited this page Feb 22, 2021 · 3 revisions

On Digitalocean App Platform

Connect with Github repo

Configure the following environment variable

  • BASE_URI
  • DB_HOST
  • DB_SCHEMA
  • DB_USER
  • DB_PASSWORD
  • DB_PORT
  • SMTP_HOST
  • SMTP_USERNAME
  • SMTP_PASSWORD
  • CAPTCHA_PUB
  • CAPTCHA_PRV

For Database:

  • ALTER USER 'mysqlUsername'@'localhost' IDENTIFIED WITH mysql_native_password BY 'mysqlUsernamePassword'; (aso possible in dashboard --> Encryption Legacy)
  • Disable SQL Mode ONLY_FULL_GROUP_BY and Strict mode (STRICT_TRANS_TABLES or STRICT_ALL_TABLES)

Recaptcha Goto https://www.google.com/recaptcha/admin Add digitalocean app URI to list of domains to allow testing with DO local URI

Add DNS CNAME to Cloudflare (no proxy; DNS only (grey cloud))

Clone this wiki locally