* Allow SSL connections to a remote database server
Add the following options in site_config.json to use ssl
- "db_ssl_ca" = "/path/to/ca/cert.pem"
- "db_ssl_cert" = "/path/to/ssl/cert.pem"
- "db_ssl_key" = "/path/to/ssl/key.pem"
The files mentioned should be stored on the App server in the location mentioned.
This commit allows for basic ssl connections. X509 is still not supported.
If the above options are not set, the connection will not use an encrypted connection, and connect normally.
* docs - Allow SSL to remote database host
* Add basic files structure for spanish translation of the doc
* Translate the video tutorial index page
* Translate Before Start page
* Translate What is an app page
* Translate the Bench page
* Translate Conslusion page of the tutorial
* Translate to spanish Tutorial Index page
* Translate to spanish Reports page
* Translate to Spanish Roles Page
* Translate to Spanish the Tutorial Model Page
* Translate to Spanish the tutorial Single Doctypes page
* Translate to Spanish the tutorial Doctype files structure page
* Translate to Spanish the tutorial Start Bench page
* Translate to Spanish the tutorial New App page
* Translate to Spanish the tutorial Client Side Script page
* Translate to Spanish the tutorial Users and records page
* Translate to Spanish the tutorial Setting Up the site page
* Translate to Spanish the tutorial Task Runner page
* Translate to Spanish the tutorial Controllers Page
* Translate to Spanish the tutorial Doctypes page
* Translate to Spanish the tutorial Naming And Linking page
* Translate to Spanish the tutorial Web Views page
* Add basic file structure to translate the bench section of the tutorial
* [docs] Translate to Spanish the tutorial Adding custom domain page
* [docs] Translate to Spanish the tutorial Configuring HTTPS page
* [docs] Translate to Spanish the tutorial Diagnosing the Scheduler page
* [docs] Translate to Spanish the tutorial Settings Site Limits\ page
* [docs] Translate to Spanish the tutorial Setup Production page
* [docs] Translate to Spanish the tutorial Bench ProcFile page
* [docs] Translate to Spanish the tutorial Manual Setup page
* [docs] Translate to Spanish the tutorial Background Services page
* [docs] Translate to Spanish the tutorial Lets Encrypt Setup page
* [docs] Translate to Spanish the tutorial Setup Multitenancy page
* [docs] Translate to Spanish the tutorial Bench Commands page
* Add basic files structure for spanish translation of the doc
* Translate the video tutorial index page
* Translate Before Start page
* Translate What is an app page
* Translate the Bench page
* Translate Conslusion page of the tutorial
* Translate to spanish Tutorial Index page
* Translate to spanish Reports page
* Translate to Spanish Roles Page
* Translate to Spanish the Tutorial Model Page
* Translate to Spanish the tutorial Single Doctypes page
* Translate to Spanish the tutorial Doctype files structure page
* Translate to Spanish the tutorial Start Bench page
* Translate to Spanish the tutorial New App page
* Translate to Spanish the tutorial Client Side Script page
* Translate to Spanish the tutorial Users and records page
* Translate to Spanish the tutorial Setting Up the site page
* Translate to Spanish the tutorial Task Runner page
* Translate to Spanish the tutorial Controllers Page
* Translate to Spanish the tutorial Doctypes page
* Translate to Spanish the tutorial Naming And Linking page
* Translate to Spanish the tutorial Web Views page
* [sales goal] in company; graph, notifs
* cleanup notifications.js, summary and specific val in graph
* Add line graph, add goal data methods in goal.py
* [tests] targets in notification config
* [minor] type of graph as argument in parent
* Update graph docs
* remove company dependent test for notification
* [fix] test
* look for monthly history in cache
* check for cached graph data in field
* [tests] test_runner to run one JS test at a time
* [tests] test_runner to run one JS test at a time
* [test] ignore failing tests
* [test] comment test_calendar_view
* [test] add timeout
* [test] add timeout
* GSuite initial commit
* GSuite initial commit
* cleanups
* exception handle
* gsuite script: add doGet
* Add GSuite integration to the upload popup
* hide dialog fields if gsuite disabled
* move gsuite code to gsuite.js from upload.js
* documentation
* change name format
* typo on GSuite
* copy paste the file .gs
* fix:don't show gsuite when creating a file in filemanager
* add version to webapp
* add webapp default url
* move webapp to html fied
* fix rebase
* fixes for codecy
* creates new function `print_db_config` to print out ERPNext required database settings to console
* refactors `check_if_ready_for_barracuda` to make use of `print_db_config`
* adds a more explicit explanation before showing the `expected_config_for_barracuda` text
* adds MariaDB default configuration to documentation