From cd0d299ccd8bf967d95e04a8a82ec4fac791edce Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Thu, 13 Jun 2024 17:23:50 +0200 Subject: [PATCH] chore: access from external node --- mariadb.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mariadb.rst b/mariadb.rst index 852d2fb5..a3758825 100644 --- a/mariadb.rst +++ b/mariadb.rst @@ -26,3 +26,12 @@ Default credentials for phpMyAdmin are: * password: ``admin`` Please change them after the first login. + + +Access database +=============== + +The database uses a TCP port (> 20000) that is not opened in the firewall of the server for security reason. You can find the TCP port inside the configuration panel of the module +To access the database from a web application with a NS8 node you can use the IP of the VPN wg0 interface with the custom port. The communication is encrypted with the wireguard VPN. + +For instance : 10.5.4.1:20001