phpservermon/src/psm
TacticalFreak 617adeea6f
Support for mysql unix socket
This will add support for connecting with a unix socket path to the mysql database.
Users will need to set their `PSM_DB_HOST` the unix socket path starting with an ":" symbol, like so
`:/home/xxxxxx/var/run/mysql.sock`

I stole this way idea of using the database host to store the unix socket path from Nextcloud. They do the same.

Related: https://github.com/phpservermon/phpservermon/issues/1118
2021-05-02 14:08:23 +02:00
..
Module add feature "add url" to email and telegram (#1085) 2021-04-15 01:50:44 +02:00
Service Support for mysql unix socket 2021-05-02 14:08:23 +02:00
Txtmsg changed whitespace 2021-04-15 01:06:53 +02:00
Util Fixed typo in array - related to jabber 2021-04-15 02:52:27 +02:00
Router.php Implementing the PSR12 standard 2019-12-11 21:27:04 +01:00